Skip to content

Commit

Permalink
Merge pull request #104 from jaesung2061/master
Browse files Browse the repository at this point in the history
Laravel 5.6 support
  • Loading branch information
kaidesu authored Jul 2, 2018
2 parents 8e12a70 + 274ef6d commit bfed933
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Caffeinated Menus
=================
[![Laravel 5.3](https://img.shields.io/badge/Laravel-5.3-orange.svg?style=flat-square)](http://laravel.com)
[![Laravel 5.4](https://img.shields.io/badge/Laravel-5.4-orange.svg?style=flat-square)](http://laravel.com)
[![Source](http://img.shields.io/badge/source-caffeinated/menus-blue.svg?style=flat-square)](https://github.com/caffeinated/menus)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://tldrlegal.com/license/mit-license)

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "5.3.*|5.4.*|5.5.*",
"illuminate/config": "5.3.*|5.4.*|5.5.*",
"illuminate/routing": "5.3.*|5.4.*|5.5.*",
"illuminate/view": "5.3.*|5.4.*|5.5.*",
"laravelcollective/html": "5.3.*|5.4.*|5.5.*"
"php": ">=7.1.3",
"illuminate/support": "5.4.*|5.5.*|5.6.*",
"illuminate/config": "5.4.*|5.5.*|5.6.*",
"illuminate/routing": "5.4.*|5.5.*|5.6.*",
"illuminate/view": "5.4.*|5.5.*|5.6.*",
"laravelcollective/html": "5.4.*|5.5.*|5.6.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bfed933

Please sign in to comment.