assetic
assetic copied to clipboard
Drop the 5.3 PHP support
Drop the 5.3 PHP support fix build failing on 5.3.
That's not dropping support, as you don't tell composer about the new minimum version. that's only dropping CI for 5.3 (meaning shipping untested code to PHP 5.3 users)
#880 includes the dropping of 5.3 support. Not sure if this is needed.
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.