Skip to content

Commit

Permalink
Resolve issue with phpunit-bridge of symfony (#35)
Browse files Browse the repository at this point in the history
Resolves #33, phpunit bridge was in the wrong composer section and had a wrong dependency.
  • Loading branch information
wtfzdotnet committed Mar 7, 2021
1 parent 6e856c5 commit 5c53d8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -18,9 +18,8 @@
"symfony/config": "^4.4 || <6",
"symfony/dependency-injection": "^4.4 || <6",
"symfony/event-dispatcher": "^4.4 || <6",
"symfony/http-kernel": "^4.4.13 || >=5.1.5",
"symfony/phpunit-bridge": "^4.4",
"symfony/yaml": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4.13 || ^5.1.5",
"symfony/yaml": "^4.4 || <6",
"twig/twig": "^2.0 || ^3.0"
},
"scripts": {
Expand All @@ -39,6 +38,7 @@
"phpstan/phpstan": "^0.12.18",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3",
"symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/phpunit-bridge": "^4.4 || ^5",
"vimeo/psalm": "^4",
"php-http/cache-plugin": "^1.7"
},
Expand Down

0 comments on commit 5c53d8e

Please sign in to comment.