Closed carbonvader closed 2 years ago
composer.json updated for Laravel 9 which will be released this month.
The patch can be tested/used by others by adding my repository to composer.json until it's released officially.
{ "require": { "cviebrock/eloquent-sluggable": "dev-laravel-9-patch", } } "repositories": [ { "type": "vcs", "url": "https://github.com/carbonvader/eloquent-sluggable.git" } ]
Thanks. I merged the other PR first, so this isn't needed anymore. But thank you ... a new version will be out shortly.
composer.json updated for Laravel 9 which will be released this month.
The patch can be tested/used by others by adding my repository to composer.json until it's released officially.