Skip to content

Commit 1355ad8

Browse files
committed
updated googleads/googleads-php-lib
1 parent 4f44cf5 commit 1355ad8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All Notable changes to `Laravel AdWords Targeting Idea Service` will be document
44

55
## [1.3.4] - 2019-02-27
66
- Add compatibility with Laravel 5.8
7+
- Using version 40.0 of googleads/googleads-php-lib
78

89
## [1.3.3] - 2018-10-30
910
- Using version 37.1.0 of googleads/googleads-php-lib

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": ">=7.0.0",
2323
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
24-
"googleads/googleads-php-lib": "^37.1",
24+
"googleads/googleads-php-lib": "^40.0",
2525
"schulzefelix/laravel-data-transfer-object": "^1.0.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)