Commit 3f120e8b authored by Ditty's avatar Ditty

Move coveralls to dev dependency

parent 4d81b402
......@@ -23,15 +23,15 @@
"illuminate/container": "^5.8|^6.0",
"illuminate/database": "^5.8|^6.0",
"illuminate/events": "^5.8|^6.0",
"mongodb/mongodb": "^1.4",
"cedx/coveralls": "^11.2"
"mongodb/mongodb": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^3.1|^4.0",
"mockery/mockery": "^1.0",
"doctrine/dbal": "^2.5",
"phpunit/phpcov": "^6.0"
"phpunit/phpcov": "^6.0",
"cedx/coveralls": "^11.2"
},
"autoload": {
"psr-0": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment