We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f7c2b commit f0f0e2eCopy full SHA for f0f0e2e
.travis.yml
@@ -34,7 +34,6 @@ matrix:
34
before_install:
35
- sudo apt-get update
36
- pecl update-channels
37
- - yes | pecl install -f igbinary redis
38
- phpenv config-add tests/php-travis.ini
39
- redis-server --port 63791 &
40
- redis-server --port 63792 &
composer.json
@@ -46,12 +46,10 @@
46
"psr/log": "^1"
47
},
48
"require-dev": {
49
- "ext-igbinary": "*",
50
"ext-memcached": "*",
51
"ext-pcntl": "*",
52
"ext-pdo_mysql": "*",
53
"ext-pdo_sqlite": "*",
54
- "ext-redis": "*",
55
"ext-sysvsem": "*",
56
"eloquent/liberator": "^2.0",
57
"friendsofphp/php-cs-fixer": "^2.14",
0 commit comments