What Laravel version are you actually running in the project?
Feb 3, 2022
5
Level 10
cviebrock/eloquent-sluggable 9.0.0 requires illuminate/config ^9.0
I am trying to install the package composer require cviebrock/eloquent-sluggable.
I always get
Problem 1
- Root composer.json requires cviebrock/eloquent-sluggable ^9.0 -> satisfiable by cviebrock/eloquent-sluggable[9.0.0].
- cviebrock/eloquent-sluggable 9.0.0 requires illuminate/config ^9.0 -> found illuminate/config[v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
What needs to be done here?
Level 104
@SmokeTM don't downgrade; the latest 8.x version of the package has ^8.0 PHP requirement:
composer require cviebrock/eloquent-sluggable "8.0.8"
6 likes
Please or to participate in this conversation.