Merge pull request #10 from alwinkpc/master
Limit phpunit to version 4.8
This commit is contained in:
commit
866621dfcb
|
|
@ -49,6 +49,6 @@
|
|||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "*"
|
||||
"phpunit/phpunit": "4.8.*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue