Skip to content

Commit

Permalink
Added Laravel 5.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Aug 23, 2016
1 parent 307475d commit c2a59e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Caffeinated Menus
=================
[![Laravel 5.0](https://img.shields.io/badge/Laravel-5.0-orange.svg?style=flat-square)](http://laravel.com)
[![Laravel 5.1](https://img.shields.io/badge/Laravel-5.1-orange.svg?style=flat-square)](http://laravel.com)
[![Laravel 5.3](https://img.shields.io/badge/Laravel-5.3-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 All @@ -20,7 +19,7 @@ Quick Installation
Begin by installing the package through Composer.

```
composer require caffeinated/menus=~2.0
composer require caffeinated/menus
```

Once this operation is complete, simply add the service provider class and facade alias to your project's `config/app.php` file:
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.5.9",
"illuminate/support": "~5.1.24|5.2.*",
"illuminate/config": "5.1.*|5.2.*",
"illuminate/routing": "5.1.*|5.2.*",
"illuminate/view": "5.1.*|5.2.*",
"laravelcollective/html": "5.1.*|5.2.*"
"php": ">=5.6.4",
"illuminate/support": "5.3.*",
"illuminate/config": "5.3.*",
"illuminate/routing": "5.3.*",
"illuminate/view": "5.3.*",
"laravelcollective/html": "5.3.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c2a59e9

Please sign in to comment.