Skip to content

Commit

Permalink
Remove Laravel 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Sep 5, 2019
1 parent 169cfbc commit 04fc544
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caffeinated/menus",
"description": "Laravel 5 Menus",
"description": "Laravel Menus",
"keywords": ["menu", "navigation", "laravel", "caffeinated"],
"license": "MIT",
"authors": [
Expand All @@ -10,21 +10,15 @@
}
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/config": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/routing": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/view": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
"php": "^7.2",
"illuminate/support": "^6.0"
},
"autoload": {
"psr-4": {
"Caffeinated\\Menus\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"laravel": {
"providers": [
"Caffeinated\\Menus\\MenusServiceProvider"
Expand Down

0 comments on commit 04fc544

Please sign in to comment.