Skip to content

Commit 335b337

Browse files
committed
fix(deps): update symfony packages to v8
1 parent 043ea62 commit 335b337

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"require": {
1616
"php": ">=8.0",
1717
"guzzlehttp/guzzle": "~7.0",
18-
"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",
18+
"symfony/browser-kit": "^5.0 || ^6.4 || ^7.0 || ^8.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)