Update composer.json
We can't afford using the latest version of phpunit if we want php 5.3.* compatibility
This commit is contained in:
parent
1a240dfea6
commit
cdbbe86d85
|
|
@ -49,6 +49,6 @@
|
|||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "*"
|
||||
"phpunit/phpunit": "4.8.*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue