Luke Towers

Results 509 comments of Luke Towers

@abelardolg you need to remove the kriswallsmith reference from your composer and run composer update. If it's still present at all it will cause issues.

@abelardolg please post your current composer.json

@abelardolg the problem is that you're using symfony/assetic-bundle which pulls in this current library instead of the updated fork: https://github.com/symfony/assetic-bundle/blob/master/composer.json#L21. You can try adding `"assetic/framework": "dev-2.0/dev as 1.4"` to your...

@abelardolg > try adding `"assetic/framework": "dev-2.0/dev as 1.4"` to your composer.json require property near the top @JaxWilko can you submit a PR to the october rain library to update the...

@JaxWilko I think we might have to update the replace property of composer.json to reference `1.4` instead of `*`

@abelardolg We've just released the 2.0 release that addresses a number of existing issues and dependency updates, see https://github.com/assetic-php/assetic/releases/tag/v2.0.0 for more information! Please try it out and let us know...

@tgloeggl please resubmit this to the 2.0 branch of [assetic-php/assetic](https://github.com/assetic-php/assetic). @jaxwilko if @tgloeggl doesn't want to, could you implement this?

This has been implemented in the 2.0 branch of [assetic-php/assetic](https://github.com/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.

@jaxwilko what are we using that requires PHP 7.2? Can we bump it down to 7.1?

Please resubmit to the 2.0 branch of [assetic-php/assetic](https://github.com/assetic-php/assetic).