kzykhys / Ciconia

A New Markdown parser for PHP5.4
http://ciconia.kzykhys.com/
MIT License
355 stars 31 forks source link

Symfony components version #50

Open gharlan opened 9 years ago

gharlan commented 9 years ago

Are there reasons why the required symfony components should be in version range >=2.3,<2.5-dev? Current version is 2.6.0.

https://github.com/kzykhys/Ciconia/blob/master/composer.json#L20-L21

franzliedke commented 9 years ago

I believe this has to do with the OptionsResolverInterface being deprecated in 2.6 and thus throwing an error (depending on PHP's error_reporting value).

It seems like this library sadly is not maintained anymore. So I decided to fork it - in that fork, the interface is removed and Symfony 2.6 can now be used.