This repository was archived by the owner on Apr 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "php" : " ^7.1.3" ,
1414 "illuminate/contracts" : " ^5.5|^6.0" ,
1515 "illuminate/support" : " ^5.5|^6.0" ,
16- "illuminate/redis" : " ^5.5|^6.0" ,
17- "predis/predis" : " ^1.1"
16+ "illuminate/redis" : " ^5.5|^6.0"
1817 },
1918 "require-dev" : {
19+ "ext-redis" : " *" ,
2020 "graham-campbell/analyzer" : " ^2.1" ,
2121 "graham-campbell/testbench" : " ^5.2" ,
22- "phpunit/phpunit" : " ^6.5|^7.0|^8.0"
22+ "phpunit/phpunit" : " ^6.5|^7.0|^8.0" ,
23+ "predis/predis" : " ^1.1"
24+ },
25+ "suggest" : {
26+ "ext-redis" : " Required to use the phpredis connector." ,
27+ "predis/predis" : " Required to use the predis connector."
2328 },
2429 "autoload" : {
2530 "psr-4" : {
3641 },
3742 "extra" : {
3843 "branch-alias" : {
39- "dev-master" : " 5.1 -dev"
44+ "dev-master" : " 6.0 -dev"
4045 },
4146 "laravel" : {
4247 "providers" : [
You can’t perform that action at this time.
0 commit comments