Update using cedx/coveralls, remove php-coveralls/php-coveralls
Showing
... | ... | @@ -23,22 +23,16 @@ |
"illuminate/container": "^5.8|^6.0", | ||
"illuminate/database": "^5.8|^6.0", | ||
"illuminate/events": "^5.8|^6.0", | ||
"mongodb/mongodb": "^1.4" | ||
"mongodb/mongodb": "^1.4", | ||
"cedx/coveralls": "^11.2" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^6.0|^7.0|^8.0", | ||
"orchestra/testbench": "^3.1|^4.0", | ||
"mockery/mockery": "^1.0", | ||
"php-coveralls/php-coveralls": "dev-add-support-for-github-actions", | ||
"doctrine/dbal": "^2.5", | ||
"phpunit/phpcov": "5.0.0" | ||
"phpunit/phpcov": "^6.0" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/Smolevich/php-coveralls" | ||
} | ||
], | ||
"autoload": { | ||
"psr-0": { | ||
"Jenssegers\\Mongodb": "src/" | ||
... | ... |
Please
register
or
sign in
to comment