psliwa / image-optimizer

Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
MIT License
906 stars 141 forks source link

Having issues installing this via Composer with Laravel 5.2 #10

Closed bizsimon closed 8 years ago

bizsimon commented 8 years ago

Trying to include this with latest Laravel 5.2 and got the following error. I think it's because Laravel already ships with Symfony Process 3.0 and this package requires ~2.0.

Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content.

psliwa commented 8 years ago

Ok, thanks. Library works with Symfony 2.+, I will make a fix and extends symfony version to 3.+ if possible.

psliwa commented 8 years ago

Fixed in version 1.0.5.