Skip to content

Commit a3f9d3a

Browse files
committed
Fix codeception/codeception constraint
1 parent 9dfa64e commit a3f9d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": "^8.0",
2222
"ext-json": "*",
23-
"codeception/codeception": "dev-5.0-interfaces as 5.0.0",
23+
"codeception/codeception": "*@dev",
2424
"codeception/lib-innerbrowser": "^3.0",
2525
"guzzlehttp/guzzle": "^7.4"
2626
},

0 commit comments

Comments
 (0)