We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a185a commit a0f2680Copy full SHA for a0f2680
1 file changed
composer.json
@@ -15,9 +15,9 @@
15
],
16
"minimum-stability": "RC",
17
"require": {
18
- "php": "^7.4 || ^8.0",
19
- "codeception/codeception": "^4.0",
20
- "predis/predis": "^1.0",
+ "php": "^7.4 | ^8.0",
+ "codeception/codeception": "^4.1",
+ "predis/predis": "^1.1",
21
"sebastian/comparator": "^4.0"
22
},
23
"autoload": {
@@ -29,6 +29,6 @@
29
"classmap-authoritative": true
30
31
"require-dev": {
32
- "codeception/stub": "^3.7"
+ "codeception/stub": "^4.0"
33
}
34
0 commit comments