Skip to content

Commit 313673c

Browse files
authored
Update dependencies (#20)
1 parent 6d61c8d commit 313673c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
],
2020
"minimum-stability": "RC",
2121
"require": {
22-
"php": "^7.4 || ^8.0",
23-
"codeception/lib-asserts": "^1.13.1",
24-
"codeception/codeception": "*@dev"
22+
"php": "^7.4 | ^8.0",
23+
"codeception/lib-asserts": "^2.0",
24+
"codeception/codeception": "^4.1 | *@dev"
2525
},
2626
"conflict": {
27-
"codeception/codeception": "<4.0"
27+
"codeception/codeception": "<4.1"
2828
},
2929
"autoload": {
3030
"classmap": [

0 commit comments

Comments
 (0)