Skip to content

Commit acad8e7

Browse files
committed
Support for Codeception 5
1 parent 02d8bd3 commit acad8e7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [7.4, 8.0, 8.1]
11+
php: [8.0, 8.1]
1212

1313
steps:
1414
- name: Checkout code

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"homepage": "https://medium.com/@ganieves"
1818
}
1919
],
20-
"minimum-stability": "RC",
20+
"minimum-stability": "dev",
2121
"require": {
22-
"php": "^7.4 | ^8.0",
22+
"php": "^8.0",
2323
"codeception/lib-asserts": "^2.0",
24-
"codeception/codeception": "^4.1 | *@dev"
24+
"codeception/codeception": "^5.0.0-alpha1"
2525
},
2626
"conflict": {
27-
"codeception/codeception": "<4.1"
27+
"codeception/codeception": "<5.0"
2828
},
2929
"autoload": {
3030
"classmap": [

0 commit comments

Comments
 (0)