Skip to content

Commit cf13c63

Browse files
committed
Merge pull request mongodb#1955 from divine/move_coveralls_to_dev
[Fix] Move coveralls to dev dependency
2 parents 8b9dccb + 101d9a1 commit cf13c63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"illuminate/container": "^5.8|^6.0",
2424
"illuminate/database": "^5.8|^6.0",
2525
"illuminate/events": "^5.8|^6.0",
26-
"mongodb/mongodb": "^1.4",
27-
"cedx/coveralls": "^11.2"
26+
"mongodb/mongodb": "^1.4"
2827
},
2928
"require-dev": {
3029
"phpunit/phpunit": "^6.0|^7.0|^8.0",
3130
"orchestra/testbench": "^3.1|^4.0",
3231
"mockery/mockery": "^1.0",
3332
"doctrine/dbal": "^2.5",
34-
"phpunit/phpcov": "^6.0"
33+
"phpunit/phpcov": "^6.0",
34+
"cedx/coveralls": "^11.2"
3535
},
3636
"autoload": {
3737
"psr-0": {

0 commit comments

Comments
 (0)