mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 16:44:07 +02:00
proper coverals version for older php support
This commit is contained in:
parent
c6c38b0a00
commit
5693b6d771
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@
|
||||||
"php": ">=5.3"
|
"php": ">=5.3"
|
||||||
},
|
},
|
||||||
"require-dev" : {
|
"require-dev" : {
|
||||||
"satooshi/php-coveralls": "dev-master"
|
"satooshi/php-coveralls": "v1.0.0",
|
||||||
|
"phpunit/phpunit": "^4.8"
|
||||||
},
|
},
|
||||||
"autoload" : {
|
"autoload" : {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue