Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #97 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 ee6a839 + 0cc0e80 commit e919684
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -28,7 +28,7 @@
"phpstan/phpstan": "~0.9.2",
"phpstan/phpstan-phpunit": "~0.9.4",
"phpstan/phpstan-strict-rules": "~0.9.0",
"phpunit/phpunit": "^6.0.0 || ^7.0.0"
"phpunit/phpunit": "^6.0.0 || ^7.0.0,<7.4.1"
},
"config": {
"preferred-install": "dist",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

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

0 comments on commit e919684

Please sign in to comment.