Skip to content

Commit c75237f

Browse files
mstaackethanhann
authored andcommitted
Fix build due to dependency (#57)
* bump * remove 7.4 due to php-cs-fixer issue
1 parent dd097d8 commit c75237f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
66
language: php
77
php:
8-
- '7.0'
9-
- '7.1'
10-
- '7.2'
8+
- 7.0
9+
- 7.1
10+
- 7.2
11+
- 7.3
1112
before_script:
1213
- printf "yes\n" | pecl install igbinary
1314
- composer install

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
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
}

0 commit comments

Comments
 (0)