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:
5
5
- docker run -d -p 6379:6379 redislabs/redisearch:latest --protected-mode no --loadmodule /usr/lib/redis/modules/redisearch.so
6
6
language : php
7
7
php :
8
- - ' 7.0'
9
- - ' 7.1'
10
- - ' 7.2'
8
+ - 7.0
9
+ - 7.1
10
+ - 7.2
11
+ - 7.3
11
12
before_script :
12
13
- printf "yes\n" | pecl install igbinary
13
14
- composer install
Original file line number Diff line number Diff line change 26
26
"ethanhann/redis-raw" : " ^0.3"
27
27
},
28
28
"require-dev" : {
29
- "ukko/phpredis-phpdoc" : " ^2.2@dev" ,
30
29
"phpunit/phpunit" : " ^6.0" ,
31
30
"mockery/mockery" : " ^0.9.9" ,
32
31
"predis/predis" : " ^1.1" ,
33
32
"friendsofphp/php-cs-fixer" : " ^2.2" ,
34
33
"consolidation/robo" : " ^1.0" ,
35
34
"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"
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments