Skip to content

Commit c94ae28

Browse files
committed
Composer: move satooshi/php-coveralls to dev requirements
1 parent 5e4b4de commit c94ae28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
}
1818
},
1919
"require": {
20-
"php": "~5.3 || ^7.0",
21-
"satooshi/php-coveralls": "^1.0"
20+
"php": "~5.3 || ^7.0"
2221
},
2322
"require-dev": {
24-
"phpunit/phpunit": "^4.8"
23+
"phpunit/phpunit": "^4.8",
24+
"satooshi/php-coveralls": "^1.0"
2525
}
2626
}

0 commit comments

Comments
 (0)