Skip to content

Commit

Permalink
Merge pull request #99 from localheinz/fix/phpunit
Browse files Browse the repository at this point in the history
Fix: Disallow installation of phpunit/phpunit:7.4.1
  • Loading branch information
localheinz committed Oct 19, 2018
2 parents 58e9f62 + 6038c75 commit 7a1adb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -26,7 +26,7 @@
"localheinz/test-util": "~0.7.0",
"phpbench/phpbench": "~0.14.0",
"phpstan/phpstan": "~0.10.3",
"phpunit/phpunit": "^7.4.0"
"phpunit/phpunit": "7.4.0"
},
"config": {
"preferred-install": "dist",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a1adb3

Please sign in to comment.