atoum / AtoumBundle

This bundle provides a simple integration of atoum into Symfony 2.
MIT License
44 stars 25 forks source link

[SF3] Symfony3 compatibility #90

Closed aliel closed 8 years ago

aliel commented 8 years ago

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

FlorianLB commented 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.

aliel commented 8 years ago

Pull request => https://github.com/atoum/AtoumBundle/pull/91

FlorianLB commented 8 years ago

https://github.com/atoum/AtoumBundle/releases/tag/1.4.0

aliel commented 8 years ago

Thanks :)