Skip to content

Commit 65bf574

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 201c6d6 commit 65bf574

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
@@ -28,7 +28,7 @@
2828
"cache/adapter-common": "^0.4"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^4.0 || ^5.1"
31+
"phpunit/phpunit": "^5.7.21"
3232
},
3333
"autoload": {
3434
"psr-4": {
@@ -39,6 +39,7 @@
3939
]
4040
},
4141
"minimum-stability": "dev",
42+
"prefer-stable": true,
4243
"extra": {
4344
"branch-alias": {
4445
"dev-master": "0.5-dev"

0 commit comments

Comments
 (0)