Skip to content

Commit

Permalink
updated googleads-php-lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Julian Nielsen committed May 18, 2018
1 parent 42f4e65 commit a245cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ext-soap": "*",
"illuminate/console": ">=5.1",
"illuminate/support": "~5.1",
"googleads/googleads-php-lib": "~33.1.0"
"googleads/googleads-php-lib": "~35.0.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/LaravelGoogleAdsTest/Services/AdWordsServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function config() {
namespace LaravelGoogleAdsTest\Services
{

use Google\AdsApi\AdWords\v201710\cm\CampaignService;
use Google\AdsApi\AdWords\v201802\cm\CampaignService;
use Google\AdsApi\Common\Configuration;
use Google\Auth\Credentials\UserRefreshCredentials;
use LaravelGoogleAds\Services\AdWordsService;
Expand Down

0 comments on commit a245cf9

Please sign in to comment.