We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9946c32 commit 4f44cf5Copy full SHA for 4f44cf5
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All Notable changes to `Laravel AdWords Targeting Idea Service` will be documented in this file.
4
5
+## [1.3.4] - 2019-02-27
6
+- Add compatibility with Laravel 5.8
7
+
8
## [1.3.3] - 2018-10-30
9
- Using version 37.1.0 of googleads/googleads-php-lib
10
- Add compatibility with Laravel 5.7
composer.json
@@ -20,7 +20,7 @@
20
],
21
"require": {
22
"php": ">=7.0.0",
23
- "laravel/framework": "~5.5.0|~5.6.0|~5.7.0",
+ "laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
24
"googleads/googleads-php-lib": "^37.1",
25
"schulzefelix/laravel-data-transfer-object": "^1.0.0"
26
},
0 commit comments