Skip to content

Commit

Permalink
Added Laravel 5.6 support (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
pintoderian authored and kaidesu committed Apr 2, 2018
1 parent 5dea58e commit 93c143c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Caffeinated Themes
[![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)
[![Laravel 5.5](https://img.shields.io/badge/Laravel-5.5-orange.svg?style=flat-square)](http://laravel.com)
[![Laravel 5.6](https://img.shields.io/badge/Laravel-5.6-orange.svg?style=flat-square)](http://laravel.com)
[![Source](http://img.shields.io/badge/source-caffeinated/themes-blue.svg?style=flat-square)](https://github.com/caffeinated/themes)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://tldrlegal.com/license/mit-license)

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

0 comments on commit 93c143c

Please sign in to comment.