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.
Just updated to the latest release for Laravel 9 — thanks for a great package!
Whilst doing so, I noticed the
jbroadway/urlify
requirement incomposer.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.