Skip to content

Commit 406eefc

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 7e568a0 commit 406eefc

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
@@ -11,6 +11,7 @@
1111
"homepage": "http://www.php-cache.com/en/latest/",
1212
"license": "MIT",
1313
"minimum-stability": "dev",
14+
"prefer-stable": true,
1415
"authors": [
1516
{
1617
"name": "Aaron Scherer",
@@ -35,7 +36,7 @@
3536
"psr/cache": "^1.0"
3637
},
3738
"require-dev": {
38-
"phpunit/phpunit": "^4.0 || ^5.1",
39+
"phpunit/phpunit": "^5.7.21",
3940
"cache/integration-tests": "^0.16",
4041
"cache/array-adapter": "^0.5"
4142
},

0 commit comments

Comments
 (0)