Skip to content

Commit 851c58f

Browse files
authored
Add support for Symfony 8 (#402)
1 parent a4fd9fe commit 851c58f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
"ext-json": "*",
2727
"ext-tokenizer": "*",
2828
"composer-runtime-api": "^2",
29-
"symfony/console": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
30-
"symfony/filesystem": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
31-
"symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
32-
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
29+
"symfony/console": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
30+
"symfony/filesystem": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
31+
"symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
32+
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
3333
"webmozart/assert": "^1.2"
3434
},
3535
"require-dev": {
3636
"bamarni/composer-bin-plugin": "^1.5",
3737
"mockery/mockery": "^1.3.0",
3838
"phar-io/manifest": "^1.0 || ^2.0",
39-
"symfony/phpunit-bridge": "^5.1 || ^6.0 || ^7.0"
39+
"symfony/phpunit-bridge": "^5.1 || ^6.0 || ^7.0 || ^8.0"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)