Skip to content

Commit e886d1e

Browse files
authored
Run tests in parallel (#170)
* Run tests in parallel * Disable/enable some services * Do not install redis on PHP 5.6 * Run composer update * Install redis 3.0.0 * Enable redis extension but do not install * Bugfix * force instsall dependencies * Force install stuff * Fixes * Minors * Updated deps * Debub * Coverage fix * Reduce sleep * Because... you know * Sleep less * Applied changes from StyleCI * Applied changes from StyleCI
1 parent ca900f9 commit e886d1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"homepage": "http://www.php-cache.com/en/latest/",
1111
"license": "MIT",
1212
"minimum-stability": "dev",
13+
"prefer-stable": true,
1314
"authors": [
1415
{
1516
"name": "Aaron Scherer",
@@ -27,7 +28,7 @@
2728
"psr/cache": "^1.0"
2829
},
2930
"require-dev": {
30-
"phpunit/phpunit": "^4.0 || ^5.1",
31+
"phpunit/phpunit": "^5.7.21",
3132
"mockery/mockery": "^0.9",
3233
"cache/array-adapter": "^0.5"
3334
},

0 commit comments

Comments
 (0)