composer.json: update to the stable supported PHPUnit branch below version 6
This commit is contained in:
parent
21d8e6a7a6
commit
096c12c43c
|
|
@ -55,6 +55,6 @@
|
||||||
"php": ">=5.3.3"
|
"php": ">=5.3.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "4.8.*"
|
"phpunit/phpunit": "<6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue