Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Dec 18, 2021
1 parent ef4a270 commit 7d03d03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -19,12 +19,12 @@
],
"minimum-stability": "RC",
"require": {
"php": "^7.4 || ^8.0",
"codeception/lib-asserts": "^1.13.1",
"codeception/codeception": "*@dev"
"php": "^7.4 | ^8.0",
"codeception/lib-asserts": "^2.0",
"codeception/codeception": "4.1 | *@dev"
},
"conflict": {
"codeception/codeception": "<4.0"
"codeception/codeception": "<4.1"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 7d03d03

Please sign in to comment.