cviebrock / eloquent-sluggable

Easy creation of slugs for your Eloquent models in Laravel
MIT License
3.91k stars 461 forks source link

Laravel 10 Install issue... #595

Closed jamesautodude closed 1 year ago

jamesautodude commented 1 year ago

Composer is giving me these errors:

- Only one of these can be installed: illuminate/config[v9.0.0, ..., v9.52.0], laravel/framework[v10.0.0, v10.0.1, v10.0.2, v10.0.3]. laravel/framework replaces illuminate/config and thus cannot coexist with it.

- cviebrock/eloquent-sluggable 9.0.0 requires illuminate/config ^9.0 -> satisfiable by illuminate/config[v9.0.0, ..., v9.52.0].

- Root composer.json requires cviebrock/eloquent-sluggable ^9.0 -> satisfiable by cviebrock/eloquent-sluggable[9.0.0].

- Root composer.json requires laravel/framework ^10.0 -> satisfiable by laravel/framework[v10.0.0, v10.0.1, v10.0.2, v10.0.3]
jamesautodude commented 1 year ago

I'll try to do the upgrade again, may be on my side...