Skip to content

Commit 5c53d8e

Browse files
authored
Resolve issue with phpunit-bridge of symfony (#35)
Resolves #33, phpunit bridge was in the wrong composer section and had a wrong dependency.
1 parent 6e856c5 commit 5c53d8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
"symfony/config": "^4.4 || <6",
1919
"symfony/dependency-injection": "^4.4 || <6",
2020
"symfony/event-dispatcher": "^4.4 || <6",
21-
"symfony/http-kernel": "^4.4.13 || >=5.1.5",
22-
"symfony/phpunit-bridge": "^4.4",
23-
"symfony/yaml": "^4.4 || ^5.0",
21+
"symfony/http-kernel": "^4.4.13 || ^5.1.5",
22+
"symfony/yaml": "^4.4 || <6",
2423
"twig/twig": "^2.0 || ^3.0"
2524
},
2625
"scripts": {
@@ -39,6 +38,7 @@
3938
"phpstan/phpstan": "^0.12.18",
4039
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3",
4140
"symfony/framework-bundle": "^4.4 || ^5.0",
41+
"symfony/phpunit-bridge": "^4.4 || ^5",
4242
"vimeo/psalm": "^4",
4343
"php-http/cache-plugin": "^1.7"
4444
},

0 commit comments

Comments
 (0)