Skip to content

Commit fda384e

Browse files
authored
Allow Symfony 7 (#33)
1 parent 2bc55e7 commit fda384e

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
@@ -16,11 +16,11 @@
1616
},
1717
"require": {
1818
"php": "^8.0",
19-
"symfony/config": "^5.4|^6.0",
20-
"symfony/dependency-injection": "^5.4|^6.0",
21-
"symfony/http-kernel": "^5.4|^6.0",
22-
"symfony/process": "^5.4|^6.0",
23-
"symfony/stopwatch": "^5.4|^6.0"
19+
"symfony/config": "^5.4|^6.0|^7.0",
20+
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
21+
"symfony/http-kernel": "^5.4|^6.0|^7.0",
22+
"symfony/process": "^5.4|^6.0|^7.0",
23+
"symfony/stopwatch": "^5.4|^6.0|^7.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "~9.0",

0 commit comments

Comments
 (0)