Skip to content

Commit

Permalink
updating codeception/base constraint
Browse files Browse the repository at this point in the history
* codeception/phpunit-wrapper 7.x does not allow phpunit 8 to be installed
* codeception/base 2.5 does not allow codeception/phpunit-wrapper 8.x to be installed
  • Loading branch information
SignpostMarv authored Feb 7, 2020
1 parent bac311a commit 4330aea
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,7 +17,7 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.3.1",
"codeception/base": "^2.5",
"codeception/base": "^3.0",
"weirdan/codeception-psalm-module": "^0.2.2"
},
"extra": {
Expand Down

0 comments on commit 4330aea

Please sign in to comment.