Skip to content

Commit

Permalink
Update dependencies (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez authored Dec 21, 2021
1 parent a4a185a commit a0f2680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"minimum-stability": "RC",
"require": {
"php": "^7.4 || ^8.0",
"codeception/codeception": "^4.0",
"predis/predis": "^1.0",
"php": "^7.4 | ^8.0",
"codeception/codeception": "^4.1",
"predis/predis": "^1.1",
"sebastian/comparator": "^4.0"
},
"autoload": {
Expand All @@ -29,6 +29,6 @@
"classmap-authoritative": true
},
"require-dev": {
"codeception/stub": "^3.7"
"codeception/stub": "^4.0"
}
}

0 comments on commit a0f2680

Please sign in to comment.