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

Commit

Permalink
Merge pull request #59 from mvdnbrk/patch-1
Browse files Browse the repository at this point in the history
Laravel 7 support
  • Loading branch information
Robert Kummer authored Mar 17, 2020
2 parents c805252 + 7ad1b3a commit 0937acb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
],
"require": {
"php": "^7.2",
"illuminate/config": "~5.0 || ^6.0",
"illuminate/session": "~5.0 || ^6.0",
"illuminate/support": "~5.0 || ^6.0"
"illuminate/config": "~5.0 || ^6.0 || ^7.0",
"illuminate/session": "~5.0 || ^6.0 || ^7.0",
"illuminate/support": "~5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"laravel/framework": "~5.0 || ^6.0"
"laravel/framework": "~5.0 || ^6.0 || ^7.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 0937acb

Please sign in to comment.