Skip to content

Commit 6575989

Browse files
authored
Fix codeception version constraint
1 parent 9fb3661 commit 6575989

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
@@ -17,7 +17,7 @@
1717
"php": "^8.0",
1818
"ext-dom": "*",
1919
"ext-json": "*",
20-
"codeception/codeception": "dev-5.0-interfaces as 5.0.0",
20+
"codeception/codeception": "^5.0.0-alpha2",
2121
"justinrainbow/json-schema": "~5.2.9",
2222
"softcreatr/jsonpath": "^0.8"
2323
},

0 commit comments

Comments
 (0)