KnpDisqusBundle icon indicating copy to clipboard operation
KnpDisqusBundle copied to clipboard

It doesn't work with Symfony 3.0.0

Open XavierKoma opened this issue 9 years ago • 3 comments

Impossible to install the bundle with composer : php composer.phar require knplabs/knp-disqus-bundle:dev-master

XavierKoma avatar Dec 23 '15 09:12 XavierKoma

Indeed we need to update this! If someone has time to update the composer.json file and .travis.yml so that it tests all versions, that would be HUGE. Good examples to follow are on KnpMenuBundle: https://github.com/KnpLabs/KnpMenuBundle/blob/master/composer.json and https://github.com/KnpLabs/KnpMenuBundle/blob/master/.travis.yml

weaverryan avatar Jan 10 '16 21:01 weaverryan

Really wanted to use this, in composer.json what exactly needs to be updated other than

"symfony/framework-bundle": "~2.3|~3.0"

shairyar avatar Feb 03 '16 14:02 shairyar

See #40 - we just need to see what changes to .travis.yml or composer.json need to be made to make the tests pass. If you're able to help debug those, that would help that :).

weaverryan avatar Feb 12 '16 12:02 weaverryan