spotonlive / laravel-google-ads

Google Ads API for Laravel
MIT License
64 stars 58 forks source link

Composer Install Issue with googleads-php-lib 13.0 #12

Closed jwhulette closed 7 years ago

jwhulette commented 7 years ago

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

Problem 1

nikolajlovenhardt commented 7 years ago

This package hasn't been released in a stable version yet, so you'll need to add "minimum-stability": "dev" to your composer.json in order to use this.

jwhulette commented 7 years ago

Same Issue. "minimum-stability": "dev", "prefer-stable": true,

    "googleads/googleads-php-lib": "^13.0",
    "nikolajlovenhardt/laravel-google-ads":"dev-master"
nikolajlovenhardt commented 7 years ago

@jwhulette You require googleads-php-lib version ^13.0 and this package requires "~11.0.0"

rathod4rathod commented 6 years ago

I have the same issue Laravel 5.4 support because working on local proper but not on the server.