Skip to content

Commit 1968514

Browse files
committed
Move coveralls to require-dev
1 parent 5f0ee99 commit 1968514

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
@@ -3,12 +3,12 @@
33
"description": "PHP type validator",
44
"type": "library",
55
"require": {
6-
"php": ">=7.1",
7-
"php-coveralls/php-coveralls": "^2.1"
6+
"php": ">=7.1"
87
},
98
"require-dev": {
109
"phpunit/phpunit": "^7.3",
11-
"phpstan/phpstan": "^0.10.3"
10+
"phpstan/phpstan": "^0.10.3",
11+
"php-coveralls/php-coveralls": "^2.1"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)