Skip to content

Commit 032227f

Browse files
committed
Closes #4 Fix for Laravel 5.4+ : app->share is deprecated, use app->singleton instead.
1 parent dd94bbf commit 032227f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 1.1.0 - 2018-08-02
6+
7+
- Fix for Laravel 5.4+ : app->share is deprecated, use app->singleton instead.
8+
59
## 1.0.0 - 2016-11-01
610

711
- Initial release

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Table of Contents
3636
* [About Padosoft](#about-padosoft)
3737
* [License](#license)
3838

39-
##Requires
39+
## Requires
4040

4141
- php: >=7.0.0
4242
- illuminate/support: ^5.0

0 commit comments

Comments
 (0)