Skip to content

Commit

Permalink
Fixes codeception dependency.
Browse files Browse the repository at this point in the history
Codeception/Codeception introduced an alias for version 5.2 as dev-main,. Codeception/Codeception#6787
This was inadvertently causing a problem with the minimum-stability setting in composer.json. This change fixes that.
  • Loading branch information
mikelittle committed Oct 10, 2024
1 parent f166995 commit 0d94dac
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 @@ -30,7 +30,7 @@
"codeception/module-filesystem": "~3.0",
"codeception/module-cli": "~2.0",
"codeception/util-universalframework": "~1.0",
"codeception/codeception": "~5.2"
"codeception/codeception": "~5.1.2"
},
"extra": {
"altis": {
Expand Down

0 comments on commit 0d94dac

Please sign in to comment.