Skip to content

Commit

Permalink
Laravel 5.4 support (#3)
Browse files Browse the repository at this point in the history
* Update to Laravel 5.4

* Add badge for Laravel 5.4
  • Loading branch information
syphernl authored and kaidesu committed Feb 28, 2017
1 parent dcbd959 commit d0e6572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Caffeinated Bonsai
====================
[![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/bonsai-blue.svg?style=flat-square)](https://github.com/caffeinated/bonsai)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://tldrlegal.com/license/mit-license)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "5.3.*"
"illuminate/support": "^5.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d0e6572

Please sign in to comment.