I have been using v201609 of Adwords API just fine, but now want to update 
to the latest API.

I tried installing the latest version with composer:

php composer.phar require googleads/googleads-php-lib

But I get this response:

Using version ^31.0 for googleads/googleads-php-lib

./composer.json has been updated

Loading composer repositories with package information

Updating dependencies (including require-dev)

Your requirements could not be resolved to an installable set of packages.

  Problem 1

   - Installation request for googleads/googleads-php-lib ^31.0 -> 
satisfiable by googleads/googleads-php-lib[31.0.0].

   - Conclusion: remove google/auth v0.11.1

   - Conclusion: don't install google/auth v0.11.1

   - googleads/googleads-php-lib 31.0.0 requires google/auth ^1.0.0 -> 
satisfiable by google/auth[v1.0, v1.0.1, v1.1.0].

   - Can only install one of: google/auth[v1.0, v0.11.1].

   - Can only install one of: google/auth[v1.0.1, v0.11.1].

   - Can only install one of: google/auth[v1.1.0, v0.11.1].

   - Installation request for google/auth (locked at v0.11.1) -> 
satisfiable by google/auth[v0.11.1].

Installation failed, reverting ./composer.json to its original content.

My composer.json file is as follows:

{

   "require": {

       "jonnyw/php-phantomjs": "4.*",

       "php": ">=5.3.0",

       "zendframework/zendframework1": "dev-master",

       "phpoffice/phpexcel": "dev-master",

       "mustache/mustache": "~2.5",

       "google/apiclient": "^2.0",

       "googleads/googleads-php-lib": "^25.1"

   },

   "config": {

       "bin-dir": "bin"

   },

    "scripts": {

       "post-install-cmd": [

           "PhantomInstaller\\Installer::installPhantomJS"

       ],

        "post-update-cmd": [

           "PhantomInstaller\\Installer::installPhantomJS"

       ]

   },

    "autoload": {

       "psr-0" : {

           "Oara" : "",

           "Google" : "vendor/google/apiclient/src/"

       }

   }

}

I assume it's some sort of version conflict that is causing the problem, 
but I can't find out what I need to change. Any help would be greatly 
appreciate.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/94c4a5c8-7fa8-4ca9-8d8d-4c62fc239f1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Composer - insta... matthew
    • Re: Compose... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum

Reply via email to