Skip to content

Commit e25b648

Browse files
committed
Allow for latest symfony components
1 parent 91c17a8 commit e25b648

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
@@ -9,9 +9,9 @@
99
"zalas/injector": "^2.0"
1010
},
1111
"require-dev": {
12-
"symfony/config": "^4.4.12 || ^5.3 || ^6.0",
13-
"symfony/dependency-injection": "^4.4.12 || ^5.3 || ^6.0",
14-
"symfony/http-kernel": "^4.4.12 || ^5.3 || ^6.0",
12+
"symfony/config": "^4.4.12 || ^5.3 || ^6.0 || ^7.0",
13+
"symfony/dependency-injection": "^4.4.12 || ^5.3 || ^6.0 || ^7.0",
14+
"symfony/http-kernel": "^4.4.12 || ^5.3 || ^6.0 || ^7.0",
1515
"zalas/phpunit-globals": "^2.0 || ^3.0",
1616
"symfony/framework-bundle": "^4.4.12 || ^5.3 || ^6.0",
1717
"zalas/phpunit-doubles": "^1.9.2",

0 commit comments

Comments
 (0)