Open the-maus opened 5 years ago
@LukeTowers that dev tag doesn't exist
Probably because 2.0 and 3.0 have been tagged since then 😜
Probably because 2.0 and 3.0 have been tagged since then 😜
where? @LukeTowers
@exts you're looking at the wrong repo.
@LukeTowers interesting, that repo isn't on packagist (couldn't find it myself). So I guess I'll force use that repo instead.
@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
Yeah that's less confusing, that one would not show up when i searched.
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.