Skip to content

Commit 98dced4

Browse files
authored
Merge pull request #48 from jakzal/bump-deps
Bump dependencies to allow for latest phpunit versions
2 parents 1e3e166 + e25b648 commit 98dced4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
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",
15-
"zalas/phpunit-globals": "^2.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",
15+
"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",
1818
"phpspec/prophecy": "^1.9",

0 commit comments

Comments
 (0)