Commit 3f120e8b authored by Ditty's avatar Ditty

Move coveralls to dev dependency

parent 4d81b402
...@@ -23,15 +23,15 @@ ...@@ -23,15 +23,15 @@
"illuminate/container": "^5.8|^6.0", "illuminate/container": "^5.8|^6.0",
"illuminate/database": "^5.8|^6.0", "illuminate/database": "^5.8|^6.0",
"illuminate/events": "^5.8|^6.0", "illuminate/events": "^5.8|^6.0",
"mongodb/mongodb": "^1.4", "mongodb/mongodb": "^1.4"
"cedx/coveralls": "^11.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6.0|^7.0|^8.0", "phpunit/phpunit": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^3.1|^4.0", "orchestra/testbench": "^3.1|^4.0",
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"doctrine/dbal": "^2.5", "doctrine/dbal": "^2.5",
"phpunit/phpcov": "^6.0" "phpunit/phpcov": "^6.0",
"cedx/coveralls": "^11.2"
}, },
"autoload": { "autoload": {
"psr-0": { "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