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 4f44cf5 commit 1355ad8Copy full SHA for 1355ad8
CHANGELOG.md
@@ -4,6 +4,7 @@ All Notable changes to `Laravel AdWords Targeting Idea Service` will be document
4
5
## [1.3.4] - 2019-02-27
6
- Add compatibility with Laravel 5.8
7
+- Using version 40.0 of googleads/googleads-php-lib
8
9
## [1.3.3] - 2018-10-30
10
- Using version 37.1.0 of googleads/googleads-php-lib
composer.json
@@ -21,7 +21,7 @@
21
"require": {
22
"php": ">=7.0.0",
23
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
24
- "googleads/googleads-php-lib": "^37.1",
+ "googleads/googleads-php-lib": "^40.0",
25
"schulzefelix/laravel-data-transfer-object": "^1.0.0"
26
},
27
"require-dev": {
0 commit comments