liuggio / ExcelBundle

Excel integration in Symfony2 thanks to https://github.com/PHPOffice/PHPExcel library
www.welcometothebundle.com
MIT License
369 stars 142 forks source link

New version for Symfony3 #98

Closed kachkaev closed 8 years ago

kachkaev commented 8 years ago

Recent commits enable the bundle for Symfony3, but composer require liuggio/excelbundle still returns an error. Could you please tag the latest commit as v2.0.3 to fix this?

liuggio commented 8 years ago

@kachkaev would you like to provide this?

kachkaev commented 8 years ago

@liuggio I don't think there is anything here to propose as a new PR. The fix is just a matter of assigning tag v2.0.3 to any commit later than ffacdb9d65b5dfb2623b481050aab5a977ca052a.

liuggio commented 8 years ago

@kachkaev thanks a lot, done please let me know if the v2.0.4 is working as expected.

czechnology commented 8 years ago

It's tagged as version v2.0.4 in packagist and composer install works just as expected now, thanks!

liuggio commented 8 years ago

thanks @kachkaev @czechnology