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

Commit

Permalink
Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kummer authored Sep 12, 2020
1 parent a2f54ff commit 8ea1681
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 || ^7.0",
"illuminate/session": "~5.0 || ^6.0 || ^7.0",
"illuminate/support": "~5.0 || ^6.0 || ^7.0"
"illuminate/config": "~5.0 || ^6.0 || ^7.0 || ^8.0",
"illuminate/session": "~5.0 || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"laravel/framework": "~5.0 || ^6.0 || ^7.0"
"laravel/framework": "~5.0 || ^6.0 || ^7.0 || ^8.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 8ea1681

Please sign in to comment.