Skip to content

Commit c2bf21a

Browse files
authored
Moved predis dependency from require-dev to require (#4)
1 parent 16137d5 commit c2bf21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "MIT",
66
"require": {
77
"php" : "^8.1",
8+
"predis/predis": "^2.2.0",
89
"guzzlehttp/guzzle": "*"
910
},
1011
"require-dev": {
1112
"phpunit/phpunit": "*",
12-
"predis/predis": "^2.2.0",
1313
"mockery/mockery": "^1.6"
1414
},
1515
"autoload": {

0 commit comments

Comments
 (0)