File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ before_install:
55 - docker run -d -p 6379:6379 redislabs/redisearch:latest --protected-mode no --loadmodule /usr/lib/redis/modules/redisearch.so
66language : php
77php :
8- - ' 7.0'
9- - ' 7.1'
10- - ' 7.2'
8+ - 7.0
9+ - 7.1
10+ - 7.2
11+ - 7.3
1112before_script :
1213 - printf "yes\n" | pecl install igbinary
1314 - composer install
Original file line number Diff line number Diff line change 2626 "ethanhann/redis-raw" : " ^0.3"
2727 },
2828 "require-dev" : {
29- "ukko/phpredis-phpdoc" : " ^2.2@dev" ,
3029 "phpunit/phpunit" : " ^6.0" ,
3130 "mockery/mockery" : " ^0.9.9" ,
3231 "predis/predis" : " ^1.1" ,
3332 "friendsofphp/php-cs-fixer" : " ^2.2" ,
3433 "consolidation/robo" : " ^1.0" ,
3534 "monolog/monolog" : " ^1.23" ,
36- "cheprasov/php-redis-client" : " ^1.8"
35+ "cheprasov/php-redis-client" : " ^1.8" ,
36+ "ukko/phpredis-phpdoc" : " ^5.0@beta"
3737 }
3838}
You can’t perform that action at this time.
0 commit comments