Skip to content

Commit a6d5bd9

Browse files
authored
Allow Symfony 8 (#26)
1 parent cdc24e3 commit a6d5bd9

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
@@ -14,9 +14,9 @@
1414
"php": ">=8.1"
1515
},
1616
"require-dev": {
17-
"symfony/filesystem": "^6.3|^7.0",
18-
"symfony/framework-bundle": "^6.3|^7.0",
19-
"symfony/phpunit-bridge": "^6.3.9|^7.0",
17+
"symfony/filesystem": "^6.3|^7.0|^8.0",
18+
"symfony/framework-bundle": "^6.3|^7.0|^8.0",
19+
"symfony/phpunit-bridge": "^6.3.9|^7.0|^8.0",
2020
"phpstan/phpstan": "^1.10.39",
2121
"phpunit/phpunit": "^9.6"
2222
},

0 commit comments

Comments
 (0)