alexpechkarev / google-maps

Collection of Google Maps API Web Services for Laravel
https://alexpechkarev.github.io/google-maps/
MIT License
523 stars 115 forks source link

Laravel 5.5 compatibility #32

Closed Elfo404 closed 7 years ago

Elfo404 commented 7 years ago

Can you please update the package.json to add laravel 5.5 compatibility?

alexpechkarev commented 7 years ago

Hi @Elfo404 ,

Thank you for your question.

Do you mean composer.json, please can you clarify ?

Current package specifies requirements as follow:

...
    "require": {
        "illuminate/support": "5.*",
        "alexpechkarev/geometry-library" : "1.0.0"
    },
....

Regards, Alexander

Elfo404 commented 7 years ago

Sorry, my bad,i had issues with another package and i misread the composer error message.

Thank you!