Closed aliel closed 8 years ago
Indeed, it's a more global issue. We can't just change composer.json
requirements, we must check if we use some deprecated features that are removed in 3.0.
Pull request => https://github.com/atoum/AtoumBundle/pull/91
Thanks :)
AtoumBundle require the ''2.*' version of Finder package and at the same time Symfony 3.0 require 'self.version' => '3.0'.
It's the same probleme with other dependencies (dom-crawler, ...)
thank's