We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd94bbf commit 032227fCopy full SHA for 032227f
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All Notable changes to `laravel-google-structured-data-testing-tool` will be documented in this file
4
5
+## 1.1.0 - 2018-08-02
6
+
7
+- Fix for Laravel 5.4+ : app->share is deprecated, use app->singleton instead.
8
9
## 1.0.0 - 2016-11-01
10
11
- Initial release
README.md
@@ -36,7 +36,7 @@ Table of Contents
36
* [About Padosoft](#about-padosoft)
37
* [License](#license)
38
39
-##Requires
+## Requires
40
41
- php: >=7.0.0
42
- illuminate/support: ^5.0
0 commit comments