Skip to content

Commit ef7fb1f

Browse files
[TASK] Update symfony packages to v8
| datasource | package | from | to | | ---------- | ------------------ | ------ | ----- | | packagist | symfony/filesystem | 6.4.24 | 8.0.0 | | packagist | symfony/finder | 6.4.27 | 8.0.0 |
1 parent 925f133 commit ef7fb1f

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
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
16-
"symfony/filesystem": "^6.4 || ^7.0",
17-
"symfony/finder": "^6.4 || ^7.0"
16+
"symfony/filesystem": "^6.4 || ^7.0 || ^8.0",
17+
"symfony/finder": "^6.4 || ^7.0 || ^8.0"
1818
},
1919
"require-dev": {
2020
"armin/editorconfig-cli": "^2.0",

0 commit comments

Comments
 (0)