Skip to content

Commit bee99a7

Browse files
author
Dan Fletcher
committed
Fix composer.json parse error
1 parent 479c03f commit bee99a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"require": {
1818
"php": ">=7.1",
1919
"illuminate/database": "^5.6",
20-
"illuminate/support": "~5.6",
21-
"mockery/mockery": "~1.0",
20+
"illuminate/support": "~5.6"
2221
},
2322
"require-dev": {
2423
"phpunit/phpunit": "~7.0",
25-
"squizlabs/php_codesniffer": "^3.0"
24+
"squizlabs/php_codesniffer": "^3.0",
25+
"mockery/mockery": "~1.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)