-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for laravel 9 #133
Update for laravel 9 #133
Conversation
I am also having the same problem as @imran300 I am running the command - composer require laravel-frontend-presets/tailwindcss --dev and get the following error :- Running composer update laravel-frontend-presets/tailwindcss Problem 1 Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require laravel-frontend-presets/tailwindcss:*" to figure out if any version is installable, or "composer require laravel-frontend-presets/tailwindcss:^2.1" if you know which you need. Installation failed, reverting ./composer.json and ./composer.lock to their original content. I have tried to use the --with-all-dependencies (-W) but that doesn't work either... |
Hello, I'm also having the same issue... is this project still active? |
Releasing as separate package here: |
Thank you this solved my problem.
|
No description provided.