Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit 0937acb

Browse files
author
Robert Kummer
authored
Merge pull request #59 from mvdnbrk/patch-1
Laravel 7 support
2 parents c805252 + 7ad1b3a commit 0937acb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"php": "^7.2",
15-
"illuminate/config": "~5.0 || ^6.0",
16-
"illuminate/session": "~5.0 || ^6.0",
17-
"illuminate/support": "~5.0 || ^6.0"
15+
"illuminate/config": "~5.0 || ^6.0 || ^7.0",
16+
"illuminate/session": "~5.0 || ^6.0 || ^7.0",
17+
"illuminate/support": "~5.0 || ^6.0 || ^7.0"
1818
},
1919
"require-dev": {
20-
"laravel/framework": "~5.0 || ^6.0"
20+
"laravel/framework": "~5.0 || ^6.0 || ^7.0"
2121
},
2222
"autoload": {
2323
"psr-0": {

0 commit comments

Comments
 (0)