spotonlive / laravel-google-ads

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

Any plans to upgrade to Laravel 5.3 ? #11

Closed manshu closed 8 years ago

manshu commented 8 years ago

I am receiving error while using this package.

[InvalidArgumentException]
Could not find package nikolajlovenhardt/laravel-google-ads at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

nikolajlovenhardt commented 8 years ago

You need to set minimum-stability to dev in your composer.json in order to use this package. I haven't released a stable version of this package yet.

Add this to your composer.json

{
  "minimum-stability": "dev",
}