Skip to content

Commit 408575c

Browse files
authored
feat: Add support for Symfony 8 (#30)
1 parent 2124ed0 commit 408575c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
],
1414
"require": {
1515
"php": ">=8.0",
16-
"symfony/console": "^5.4|^6.0|^7.0",
16+
"symfony/console": "^5.4|^6.0|^7.0|^8.0",
1717
"zenstruck/assert": "^1.0"
1818
},
1919
"require-dev": {
2020
"phpstan/phpstan": "^1.4",
2121
"phpunit/phpunit": "^9.5.0",
22-
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
23-
"symfony/phpunit-bridge": "^6.2|^7.0"
22+
"symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0",
23+
"symfony/phpunit-bridge": "^6.2|^7.0|^8.0"
2424
},
2525
"config": {
2626
"preferred-install": "dist",

0 commit comments

Comments
 (0)