Skip to content

Commit ba00313

Browse files
[TASK] Update symfony packages to v8
| datasource | package | from | to | | ---------- | ------------------ | ------ | ----- | | packagist | symfony/filesystem | 6.4.24 | 8.0.0 | | packagist | symfony/finder | 7.4.0 | 8.0.0 |
1 parent a79e41e commit ba00313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"composer-runtime-api": "^2.1",
1717
"codeception/c3": "^2.8",
1818
"codeception/codeception": "^4.1.11 || ^5.0",
19-
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0"
19+
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0 || ^8.0"
2020
},
2121
"require-dev": {
2222
"armin/editorconfig-cli": "^2.0",
@@ -28,7 +28,7 @@
2828
"phpstan/extension-installer": "^1.2",
2929
"phpstan/phpstan-phpunit": "^2.0",
3030
"phpunit/phpunit": "^11.0 || ^12.0",
31-
"symfony/finder": "^5.4 || ^6.0 || ^7.0"
31+
"symfony/finder": "^5.4 || ^6.0 || ^7.0 || ^8.0"
3232
},
3333
"suggest": {
3434
"codeception/module-webdriver": "Require Codeception's WebDriver module to use the `Backend` module (^4.0)"

0 commit comments

Comments
 (0)