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

Fix: Disallow installation of phpunit/phpunit:7.4.1 #97

Merged
merged 1 commit into from Oct 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.