Skip to content

Commit

Permalink
- update support to include laravel 6, 7+
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilde-imperial committed May 4, 2020
1 parent e82396b commit f59af91
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 f59af91

Please sign in to comment.