Skip to content

Commit 5c9a790

Browse files
committed
Added Laravel 7 Support
1 parent fa42865 commit 5c9a790

File tree

2 files changed

+976
-709
lines changed

2 files changed

+976
-709
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"illuminate/contracts": "^5.5|^6.0"
13+
"illuminate/contracts": "^5.5|^6.0|^7.0"
1414
},
1515
"require-dev": {
16-
"orchestra/testbench": "^3.5",
17-
"phpunit/phpunit": "^6.0|^7.0"
16+
"orchestra/testbench": "^3.5|^5.0",
17+
"phpunit/phpunit": "^6.0|^7.0|^9.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)