Skip to content

Commit 697993f

Browse files
committed
Fix package version
1 parent 023fadf commit 697993f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^8.0",
88
"ext-json": "*",
9-
"colinmollenhour/cache-backend-redis": "^1.9",
9+
"colinmollenhour/cache-backend-redis": "1.14.2",
1010
"colinmollenhour/credis": "^1.6"
1111
},
1212
"suggest": {
@@ -22,7 +22,7 @@
2222
"codeception/module-rest": "^3.0",
2323
"consolidation/robo": "^3.0",
2424
"phpmd/phpmd": "@stable",
25-
"phpstan/phpstan": "1.11",
25+
"phpstan/phpstan": "~1.2.0",
2626
"phpunit/phpunit": "^9.5",
2727
"squizlabs/php_codesniffer": "^3.0"
2828
},

0 commit comments

Comments
 (0)