Skip to content

Commit

Permalink
Closes #4 Fix for Laravel 5.4+ : app->share is deprecated, use app->s…
Browse files Browse the repository at this point in the history
…ingleton instead.
  • Loading branch information
lopadova committed Aug 2, 2018
1 parent dd94bbf commit 032227f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All Notable changes to `laravel-google-structured-data-testing-tool` will be documented in this file

## 1.1.0 - 2018-08-02

- Fix for Laravel 5.4+ : app->share is deprecated, use app->singleton instead.

## 1.0.0 - 2016-11-01

- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Table of Contents
* [About Padosoft](#about-padosoft)
* [License](#license)

##Requires
## Requires

- php: >=7.0.0
- illuminate/support: ^5.0
Expand Down

0 comments on commit 032227f

Please sign in to comment.