From e1a9415873d5a107e0938eca3bea16e2f81daaef Mon Sep 17 00:00:00 2001 From: Tobias Lorenz Date: Tue, 6 Mar 2018 09:34:51 +0100 Subject: [PATCH] updated google ads package to ~33.1 (support api v201802) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 66824cd..e571833 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ext-soap": "*", "illuminate/console": ">=5.1", "illuminate/support": "~5.1", - "googleads/googleads-php-lib": "~32.0.0" + "googleads/googleads-php-lib": "~33.1.0" }, "require-dev": { "phpunit/phpunit": "~4.0",