Skip to content

Commit 79a1ccd

Browse files
committed
Added support for laravel 6
1 parent 2931a6d commit 79a1ccd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.0",
14-
"illuminate/support": "^5.4",
15-
"illuminate/database": "^5.4",
16-
"illuminate/validation": "^5.4"
13+
"php": ">=7.2",
14+
"illuminate/support": "^6.0",
15+
"illuminate/database": "^6.0",
16+
"illuminate/validation": "^6.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^6.0",
19+
"phpunit/phpunit": "^6.0 || ^7.0 ||^8.0",
2020
"mockery/mockery": "^0.9.9",
2121
"squizlabs/php_codesniffer": "^2.8",
2222
"satooshi/php-coveralls": "^1.0"

0 commit comments

Comments
 (0)