Skip to content

Commit

Permalink
drop support for Laravel 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 23, 2017
1 parent 35125c4 commit f832b4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All Notable changes to `laravel-menu` will be documented in this file

## 2.1.1 - 2017-01-23

- drop support for Laravel 5.1

## 2.1.0 - 2017-01-23

- add support for Laravel 5.4
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"require": {
"php" : "^7.0",
"illuminate/auth": "~5.1.14|~5.2.0|~5.3.0|~5.4.0",
"illuminate/contracts": "~5.1.14|~5.2.0|~5.3.0|~5.4.0",
"illuminate/support": "~5.1.14|~5.2.0|~5.3.0|~5.4.0",
"illuminate/auth": "~5.2.0|~5.3.0|~5.4.0",
"illuminate/contracts": "~5.2.0|~5.3.0|~5.4.0",
"illuminate/support": "~5.2.0|~5.3.0|~5.4.0",
"spatie/menu": "^2.0.0"
},
"require-dev": {
"fzaninotto/faker": "^1.6",
"orchestra/testbench": "3.1.0|3.2.0|3.3.0|~3.4.0",
"orchestra/testbench": "3.2.0|3.3.0|~3.4.0",
"phpunit/phpunit": "^5.2"
},
"autoload": {
Expand Down

0 comments on commit f832b4a

Please sign in to comment.