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

Expand "jbroadway/urlify" version requirements? #102

Closed JackWH closed 1 year ago

JackWH commented 2 years ago

Just updated to the latest release for Laravel 9 — thanks for a great package!

Whilst doing so, I noticed the jbroadway/urlify requirement in composer.json is ranged to ^1.1. This version causes Composer to throw an error when generating the autoloader due to PSR-0.

I think the requirements should change to "jbroadway/urlify": "^1.1 | ^1.2", as the PSR-0 issue seems to have been fixed in 1.2.1.