assetic icon indicating copy to clipboard operation
assetic copied to clipboard

Drop the 5.3 PHP support

Open ghost opened this issue 6 years ago • 3 comments

Drop the 5.3 PHP support fix build failing on 5.3.

ghost avatar Jun 05 '18 11:06 ghost

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)

stof avatar Jun 05 '18 11:06 stof

#880 includes the dropping of 5.3 support. Not sure if this is needed.

james-nesbitt avatar Jun 07 '18 17:06 james-nesbitt

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.

LukeTowers avatar Feb 05 '20 17:02 LukeTowers