Skip to content

Commit 2fcc1f6

Browse files
authored
Merge pull request #593 from heathdutton/master
Support Laravel 7
2 parents cc2f3c4 + e1383bb commit 2fcc1f6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"require": {
1919
"php": ">=5.4.0",
2020
"anahkiasen/html-object": "~1.4",
21-
"illuminate/config": "~5.0|^6.0",
22-
"illuminate/container": "~5.0|^6.0",
23-
"illuminate/http": "~5.0|^6.0",
24-
"illuminate/routing": "~5.0|^6.0",
25-
"illuminate/session": "~5.0|^6.0",
26-
"illuminate/translation": "~5.0|^6.0",
27-
"illuminate/support": "~5.0|^6.0"
21+
"illuminate/config": "~5.0|^6.0|^7.0",
22+
"illuminate/container": "~5.0|^6.0|^7.0",
23+
"illuminate/http": "~5.0|^6.0|^7.0",
24+
"illuminate/routing": "~5.0|^6.0|^7.0",
25+
"illuminate/session": "~5.0|^6.0|^7.0",
26+
"illuminate/translation": "~5.0|^6.0|^7.0",
27+
"illuminate/support": "~5.0|^6.0|^7.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "~4",
3131
"mockery/mockery": "~0.9.1",
32-
"illuminate/database": "~5.0|^6.0"
32+
"illuminate/database": "~5.0|^6.0|^7.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)