masterexploder / PHPThumb

PHP Thumbnail & Image Manipulation Library
http://phpthumb.gxdlabs.com
980 stars 264 forks source link

allow for versions of symfony/filesystem greater than 2.2 #126

Open jannispl opened 9 years ago

jannispl commented 9 years ago

This PR changes the version requirement for "symfony/filesystem" from 2.2.* to >=2.2.0, allowing for wider support when already using symfony packages in your project. My project is currently using version 2.8.x-dev and the PHPThumb unit tests succeed.