It doesn't work with Symfony 3.0.0
Impossible to install the bundle with composer : php composer.phar require knplabs/knp-disqus-bundle:dev-master
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
Really wanted to use this, in composer.json what exactly needs to be updated other than
"symfony/framework-bundle": "~2.3|~3.0"
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 :).