Skip to content

Commit 79d3877

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 e2835f8 commit 79d3877

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
@@ -4,6 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"minimum-stability": "dev",
7+
"prefer-stable": true,
78
"keywords": [
89
"cache",
910
"psr-6",
@@ -37,7 +38,7 @@
3738
"illuminate/cache": "^5.4"
3839
},
3940
"require-dev": {
40-
"phpunit/phpunit": "^4.0 || ^5.1",
41+
"phpunit/phpunit": "^5.7.21",
4142
"mockery/mockery": "^0.9",
4243
"cache/integration-tests": "^0.16"
4344
},

0 commit comments

Comments
 (0)