Skip to content

Commit 031e263

Browse files
authored
Merge pull request #15 from php-etl/feature/qualityflow-improvments
fix composer symfony config
2 parents d9af059 + d307c04 commit 031e263

File tree

3 files changed

+133
-135
lines changed

3 files changed

+133
-135
lines changed

.github/workflows/rector.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: github.event.pull_request.head.repo.full_name == 'php-etl/csv-plugin'
1111
steps:
12-
- if: github.event.pull_request.head.repo.full_name == github.repository
13-
uses: actions/checkout@v3
12+
- uses: actions/checkout@v3
1413

1514
- uses: shivammathur/setup-php@v2
1615
with:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": "^8.2",
1616
"ext-json": "*",
1717
"nikic/php-parser": "^4.10",
18-
"symfony/config": "6.0",
18+
"symfony/config": "^6.0",
1919
"php-etl/configurator-contracts": "^0.7.0",
2020
"symfony/expression-language": "^6.0",
2121
"php-etl/packaging-contracts": "^0.3.0",

0 commit comments

Comments
 (0)