Skip to content

Commit dccf54a

Browse files
committed
compatibilty with laravel 6.x/7.x
1 parent 342c398 commit dccf54a

File tree

5 files changed

+2034
-867
lines changed

5 files changed

+2034
-867
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php" : ">=7.0.0",
20-
"illuminate/database": "^5.7",
21-
"illuminate/support": "^5.7"
20+
"illuminate/database": "^5.7|^6.0|^7.0",
21+
"illuminate/support": "^5.7|^6.0|^7.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^3.7",
25-
"phpunit/phpunit": "^7.0"
24+
"orchestra/testbench": "^3.7|^4.0|^5.0",
25+
"phpunit/phpunit": "^7.0|^8.0|^9.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)