Skip to content

Commit

Permalink
Add laravel 5.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Apr 22, 2019
1 parent d099e64 commit ade8a70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this package adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.1.0] - 2019-04-22
### Added
- Laravel 5.8 support

## [4.0.0] - 2018-12-10
### Added
- CHANGELOG file
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": "^7.1.3",
"illuminate/support": "5.7.x"
"illuminate/support": "5.7.x|5.8.x"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 0 additions & 1 deletion src/BonsaiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

use Exception;
use Illuminate\Support\Facades\Blade;
// use Caffeinated\Bonsai\Facades\Bonsai;
use Illuminate\Support\ServiceProvider;

class BonsaiServiceProvider extends ServiceProvider
Expand Down

0 comments on commit ade8a70

Please sign in to comment.