Skip to content

Commit

Permalink
Composer: Require phpunit/phpunit not only in dev
Browse files Browse the repository at this point in the history
Because PHPUnit\Framework\MockObject\MockBuilder is used in WebTestCase
  • Loading branch information
alexislefebvre committed Nov 3, 2019
1 parent 88b7510 commit 66d0789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"require": {
"php": "^7.1",
"doctrine/annotations": "^1.3",
"phpunit/phpunit": "^7.5.0 || ^8.0",
"symfony/browser-kit": "^3.4 || ^4.1",
"symfony/framework-bundle": "^3.4 || ^4.1"
},
"require-dev": {
"doctrine/doctrine-bundle": "^1.8",
"doctrine/orm": "^2.6",
"phpunit/phpunit": "^7.5.0 || ^8.0",
"symfony/monolog-bundle": "^3.2",
"symfony/phpunit-bridge": "^3.4 || ^4.1",
"symfony/symfony": "^3.4 || ^4.1",
Expand Down

0 comments on commit 66d0789

Please sign in to comment.