kriswallsmith / assetic

Asset Management for PHP
MIT License
3.75k stars 555 forks source link

Symfony process 4 compatibility #891

Open the-maus opened 5 years ago

LukeTowers commented 4 years ago

This has been implemented in the 2.0 branch of assetic-php/assetic. Until we tag 2.0, you can pull it in by using "assetic/framework": "dev-2.0/dev" in your composer.json files.

exts commented 1 year ago

@LukeTowers that dev tag doesn't exist

LukeTowers commented 1 year ago

Probably because 2.0 and 3.0 have been tagged since then 😜

exts commented 1 year ago

Probably because 2.0 and 3.0 have been tagged since then 😜

image where? @LukeTowers

LukeTowers commented 1 year ago

@exts you're looking at the wrong repo.

https://github.com/assetic-php/assetic/releases

image

exts commented 1 year ago

@LukeTowers interesting, that repo isn't on packagist (couldn't find it myself). So I guess I'll force use that repo instead.

LukeTowers commented 1 year ago

@exts I'm not exactly sure where the confusion is coming from, it is available on packagist.

See https://packagist.org/packages/assetic/framework

Does that help?

You should just be able to run composer require assetic/framework

exts commented 1 year ago

Yeah that's less confusing, that one would not show up when i searched.