Skip to content

Commit

Permalink
Merge pull request #2 from ewilde-imperial/laravel-70
Browse files Browse the repository at this point in the history
Update support to include Laravel 7+
  • Loading branch information
wmather authored May 5, 2020
2 parents e82396b + f59af91 commit eef043e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,18 @@
"name": "Will Mather"
}
],

"require": {
"php": ">=5.5.9",
"laravel/framework": "~5.2"
"laravel/framework": ">=5.2"
},

"autoload": {
"psr-4": {
"Wmather\\WinCache\\": "src/"
}
},

"config": {
"preferred-install": "dist"
},

"minimum-stability": "stable",
"prefer-stable": true,
"extra": {
Expand Down

0 comments on commit eef043e

Please sign in to comment.