-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
Description
Hello, thank you for this great package. I am having a problem with the installation.
the command: composer require binshops/laravel-blog
generates an error because I am using a later version of eloquent-sluggable.
my composer file contains "cviebrock/eloquent-sluggable": "^9.0",
Your composer file restricts the latest version to 8: "cviebrock/eloquent-sluggable": "~8.0|~7.0|~6.0|~4.8|~4.7|~4.6|~4.5",
Please updade this so that I can automate the deployment
Kind thanks
Dale