Skip to content

Commit 10fefb4

Browse files
committed
fix(deps): update symfony packages to v8
1 parent 98522fb commit 10fefb4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"php": ">=8.0",
1717
"guzzlehttp/guzzle": "~7.0",
1818
"symfony/browser-kit": "^5.0 || ^6.4 || ^7.0",
19-
"symfony/console": "^5.0 || ^6.4 || ^7.0",
20-
"symfony/filesystem": "^5.0 || ^6.4 || ^7.0",
21-
"symfony/process": "^5.0 || ^6.4 || ^7.0",
22-
"symfony/yaml": "^5.0 || ^6.4 || ^7.0",
19+
"symfony/console": "^5.0 || ^6.4 || ^7.0 || ^8.0",
20+
"symfony/filesystem": "^5.0 || ^6.4 || ^7.0 || ^8.0",
21+
"symfony/process": "^5.0 || ^6.4 || ^7.0 || ^8.0",
22+
"symfony/yaml": "^5.0 || ^6.4 || ^7.0 || ^8.0",
2323
"twig/twig": "~3.0"
2424
},
2525
"bin": [

0 commit comments

Comments
 (0)