spotonlive / laravel-google-ads

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

Laravel 5.4 support? #18

Closed pedrodevoto closed 7 years ago

pedrodevoto commented 7 years ago

I'm getting the following error, which I guess is due to the dependencies' versions.

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

Any plans on supporting 5.4 in the sort term?

pedrodevoto commented 7 years ago

Installed adding this to composer.json

{
  "minimum-stability": "dev",
}
nikolajlovenhardt commented 7 years ago

Duplicate of https://github.com/nikolajlovenhardt/laravel-google-ads/issues/12