Skip to content

Commit a0f2680

Browse files
authored
Update dependencies (#15)
1 parent a4a185a commit a0f2680

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"minimum-stability": "RC",
1717
"require": {
18-
"php": "^7.4 || ^8.0",
19-
"codeception/codeception": "^4.0",
20-
"predis/predis": "^1.0",
18+
"php": "^7.4 | ^8.0",
19+
"codeception/codeception": "^4.1",
20+
"predis/predis": "^1.1",
2121
"sebastian/comparator": "^4.0"
2222
},
2323
"autoload": {
@@ -29,6 +29,6 @@
2929
"classmap-authoritative": true
3030
},
3131
"require-dev": {
32-
"codeception/stub": "^3.7"
32+
"codeception/stub": "^4.0"
3333
}
3434
}

0 commit comments

Comments
 (0)