arodiss / XlsBundle

Trivia read and write of .xls files for Symfony2
MIT License
5 stars 9 forks source link

Add support for Symfony 3.0 #16

Closed robholmes closed 8 years ago

robholmes commented 8 years ago

Currently the composer.json requires "symfony/framework-bundle": "~2.3", it seems that everyone else is adding this |~3.0 to their requirements, resulting in: "symfony/framework-bundle": "~2.3|~3.0"

arodiss commented 8 years ago

Thank you @robholmes I checked briefly and looks like indeed bundle does not rely on anything deprecated, so I merged your PR

robholmes commented 8 years ago

Thanks @arodiss