Skip to content

Commit 61e647f

Browse files
committed
compatibilty with laravel 8.x
1 parent dccf54a commit 61e647f

File tree

2 files changed

+2419
-710
lines changed

2 files changed

+2419
-710
lines changed

composer.json

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

0 commit comments

Comments
 (0)