Skip to content

Commit 26cf06a

Browse files
committed
Fix composer.json minimum php version, and make coveralls a dev dependency
1 parent d2d4ecb commit 26cf06a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.6",
13+
"php": ">=7.0",
1414
"illuminate/support": "^5.4",
1515
"illuminate/database": "^5.4",
16-
"illuminate/validation": "^5.4",
17-
"satooshi/php-coveralls": "^1.0"
16+
"illuminate/validation": "^5.4"
1817
},
1918
"require-dev": {
2019
"phpunit/phpunit": "^6.0",
2120
"mockery/mockery": "^0.9.9",
22-
"squizlabs/php_codesniffer": "^2.8"
21+
"squizlabs/php_codesniffer": "^2.8",
22+
"satooshi/php-coveralls": "^1.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)