We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9af059 + d307c04 commit 031e263Copy full SHA for 031e263
.github/workflows/rector.yaml
@@ -9,8 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
if: github.event.pull_request.head.repo.full_name == 'php-etl/csv-plugin'
11
steps:
12
- - if: github.event.pull_request.head.repo.full_name == github.repository
13
- uses: actions/checkout@v3
+ - uses: actions/checkout@v3
14
15
- uses: shivammathur/setup-php@v2
16
with:
composer.json
@@ -15,7 +15,7 @@
"php": "^8.2",
"ext-json": "*",
17
"nikic/php-parser": "^4.10",
18
- "symfony/config": "6.0",
+ "symfony/config": "^6.0",
19
"php-etl/configurator-contracts": "^0.7.0",
20
"symfony/expression-language": "^6.0",
21
"php-etl/packaging-contracts": "^0.3.0",
0 commit comments