kriswallsmith / assetic

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

symfony/process ~4.0 compatibility feature request #877

Closed mikemunger closed 6 years ago

mikemunger commented 6 years ago

Hi there,

I am using assetic within a laravel 5.x app and when attempting to upgrade laravel from 5.5 to 5.6, it wants symfony/process ~4.0.

I am hoping this might be a trivial compatibility for assetic to be able to support sometime soon.

Thanks!

timothee-pinon commented 6 years ago

Hi,

Can you change this dependency quickly, it also blocks the update from sf3 to sf4 that require symfony/process ~4.0.

Thanks ;)

aykutfarsak commented 6 years ago

Is there any work on it? I can't update Laravel project to 5.6 because of assetic package dependecy about symfony/process.

elchristo commented 6 years ago

There is already an open PR --> #866

mikemunger commented 6 years ago

Closing due to already open pr #866, thanks for pointing that out.