Skip to content
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

Open
rbruhn opened this issue Apr 28, 2022 · 5 comments
Open

Update for PHP 8.1 and Symfonly Console 6.0? #55

rbruhn opened this issue Apr 28, 2022 · 5 comments

Comments

@rbruhn
Copy link

rbruhn commented Apr 28, 2022

Trying to install and receive the following

 Problem 1
    - awssat/tailwindo[3.0.0, ..., 3.0.4] require php ^7.2.0 -> your php version (8.1.5) 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.41, v5.0.0, ..., v5.4.8] but the package is fixed to v6.0.8 (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.
@abdumu
Copy link
Member

abdumu commented May 1, 2022

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.

@abishekrsrikaanth
Copy link

abishekrsrikaanth commented Jun 28, 2022

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.

@darylknight
Copy link

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.

@1day2die
Copy link

i need this aswell damn lol

@nielsdrost7
Copy link

nielsdrost7 commented Aug 10, 2023

So ... it looks like commit f663b68 solved this by adding PHP 8 to the composer.json
commit d85583d adds symfony version 6 to composer.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants