Skip to content

Commit 73fd7ae

Browse files
authored
Merge pull request #25 from Ejimba/support/laravel7
add laravel 7 support
2 parents b7a2cb5 + d1f248e commit 73fd7ae

File tree

2 files changed

+757
-535
lines changed

2 files changed

+757
-535
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
}
1414
],
1515
"require": {
16-
"illuminate/support": "~5.7.0|~5.8.0|^6.0",
17-
"illuminate/http": "~5.7.0|~5.8.0|^6.0",
18-
"illuminate/routing": "~5.7.0|~5.8.0|^6.0"
16+
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0",
17+
"illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0",
18+
"illuminate/routing": "~5.7.0|~5.8.0|^6.0|^7.0"
1919
},
2020
"autoload": {
2121
"psr-4": {
@@ -41,6 +41,6 @@
4141
}
4242
},
4343
"require-dev": {
44-
"orchestra/testbench": "~3.8.0|~4.0.0"
44+
"orchestra/testbench": "~3.8.0|~4.0.0|^5.0"
4545
}
4646
}

0 commit comments

Comments
 (0)