-
Notifications
You must be signed in to change notification settings - Fork 108
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 PHP 8.1 and Symfonly Console 6.0? #55
Comments
There will be an update for the new Tailwindcss version, in the meantime, you could do a PR for the compatibility issue with Laravel 9 if you want. |
Is there any update for this to get it working on PHP 8+? Here is the error I get when I try to install it globally ➜ ~ composer global require awssat/tailwindo
Changed current directory to /Users/abisheksrikaanth/.composer
Info from https://repo.packagist.org: #StandWithUkraine
Using version ^3.0 for awssat/tailwindo
./composer.json has been updated
Running composer update awssat/tailwindo
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- awssat/tailwindo[3.0.0, ..., 3.0.4] require php ^7.2.0 -> your php version (8.1.4) does not satisfy that requirement.
- awssat/tailwindo[3.0.5, ..., 3.0.6] require symfony/console ^4.0|^5.0 -> found symfony/console[v4.0.0, ..., v4.4.43, v5.0.0, ..., v5.4.10] but the package is fixed to v6.1.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires awssat/tailwindo ^3.0 -> satisfiable by awssat/tailwindo[3.0.0, ..., 3.0.6].
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 awssat/tailwindo:*" to figure out if any version is installable, or "composer require awssat/tailwindo:^2.1" if you know which you need. |
Mm. Just discovered this. I run PHP 8.1 locally, but can't install this because it requires 7.2+. An upgrade would be great. |
i need this aswell damn lol |
Trying to install and receive the following
The text was updated successfully, but these errors were encountered: