Skip to content

Commit 9414bc7

Browse files
committed
ICM: Suggest added.
1 parent 7a68e0c commit 9414bc7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@
99
"email": "dmitry.g.ivanov@gmail.com"
1010
}
1111
],
12+
"autoload": {
13+
"psr-4": {
14+
"Illuminated\\Console\\": "src/"
15+
}
16+
},
1217
"require": {
1318
"php": ">=5.4.0",
1419
"illuminate/console": "^5.2",
1520
"arvenil/ninja-mutex": "^0.5.1"
1621
},
17-
"autoload": {
18-
"psr-4": {
19-
"Illuminated\\Console\\": "src/"
20-
}
22+
"suggest" : {
23+
"predis/predis": "Required if you want to use `redis` strategy."
2124
}
2225
}

0 commit comments

Comments
 (0)