Open H4wKs opened 10 months ago
Hmm. It's a bit of a composer issue, tbh. I wish Composer would know to use the previous tag of symfony/webapp-pack
that is compatible with 5.4.
But also, now that 6.4 LTS is out, I'm not sure we should care about starting new projects with 5.4.
So, legitimate situation, but I don't think we can / should change anything.
Cheers!
So, legitimate situation, but I don't think we can / should change anything.
I agree. Someone who want to start a new projects with 5.4 instead of 6.4 should just stick to the previous version (1.2.0).
If anyone get this issue, just enforce version 1.2.0 :
composer require webapp:1.2.0
Maybe it would be a good idea to update the documentation in this case, as following the steps here: https://symfony.com/doc/5.x/setup.html
(Since this specific part of the documentation)
composer create-project symfony/skeleton:"^5.4" my_project_directory
cd my_project_directory
composer require webapp
Is not accurate anymore.
Cheers!
@weaverryan I think the conflict
option could solve this:
However, this might mean you'd need to either update the current tag or add two new ones, one removing the asset mapper and the other adding it back with a conflict.
Hey guys,
Adding AssertMapper in merge #13 broke webapp for SF 5.4
To reproduce the problem, install SF 5.4: