Skip to content

Commit fd42ab5

Browse files
committed
Updated dependencies
1 parent 90235f7 commit fd42ab5

File tree

3 files changed

+226
-327
lines changed

3 files changed

+226
-327
lines changed

.github/workflows/rector.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
steps:
1212
- if: github.event.pull_request.head.repo.full_name == github.repository
1313
uses: actions/checkout@v3
14-
with:
15-
# Must be used to trigger workflow after push
16-
token: ${{ secrets.ACCESS_TOKEN }}
1714

1815
- uses: shivammathur/setup-php@v2
1916
with:

composer.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,20 @@
1515
"php": "^8.2",
1616
"ext-json": "*",
1717
"nikic/php-parser": "^4.10",
18-
"symfony/config": "^5.2",
19-
"php-etl/configurator-contracts": "^0.6@dev",
20-
"php-etl/packaging-contracts": "^0.2@dev",
21-
"symfony/expression-language": "^5.2 || ^6.0",
22-
"php-etl/satellite-toolbox": "^0.4@dev"
18+
"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",
22+
"php-etl/satellite-toolbox": "^0.5.0"
2323
},
2424
"require-dev": {
25-
"adlawson/vfs": "dev-develop",
26-
"phpunit/phpunit": "^9.5 || ^10.0",
27-
"php-etl/csv-flow": "^0.3@dev",
28-
"php-etl/phpunit-extension": "^0.5@dev",
25+
"phpunit/phpunit": "^10.0",
26+
"php-etl/phpunit-extension": "^0.5.0",
2927
"friendsofphp/php-cs-fixer": "^3.0",
3028
"phpstan/phpstan": "^1.10",
3129
"infection/infection": "^0.26.18",
32-
"rector/rector": "^0.15"
30+
"rector/rector": "^0.15",
31+
"php-etl/csv-flow": "^0.3.0"
3332
},
3433
"autoload": {
3534
"psr-4": {
@@ -43,8 +42,7 @@
4342
},
4443
"extra": {
4544
"branch-alias": {
46-
"dev-main": "0.6.x-dev",
47-
"dev-feature/qualityflow-improvments": "0.6.x-dev"
45+
"dev-main": "0.6.x-dev"
4846
},
4947
"gyroscops": {
5048
"plugins": ["Kiboko\\Plugin\\CSV\\Service"]

0 commit comments

Comments
 (0)