atoum / phpunit-extension

atoum PHPUnit extension — Run your PHPUnit tests with atoum
Other
9 stars 3 forks source link

Dependency resolving not working #24

Open splitbrain opened 4 years ago

splitbrain commented 4 years ago

Trying to install this extension seems not to work currently because composer seems not to be able to find a suitable atoum dependency:

./composer.phar require --dev atoum/phpunit-extension
Using version ^0.6.0 for atoum/phpunit-extension
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Can only install one of: atoum/atoum[dev-virtual-hooks, 3.4.2].
    - Can only install one of: atoum/atoum[dev-virtual-hooks, 3.4.2].
    - Can only install one of: atoum/atoum[dev-virtual-hooks, 3.4.2].
    - atoum/phpunit-extension 0.6 requires atoum/atoum dev-virtual-hooks as 3.3.0 -> satisfiable by atoum/atoum[dev-virtual-hooks].
    - Installation request for atoum/phpunit-extension ^0.6.0 -> satisfiable by atoum/phpunit-extension[0.6].
    - Installation request for atoum/atoum (locked at 3.4.2) -> satisfiable by atoum/atoum[3.4.2].

Installation failed, reverting ./composer.json to its original content.

Is this something you're aware of? Or am I doing something wrong?

Grummfy commented 4 years ago

hello, there is some tricks used to make this extension work. But because theses tricks are in a dev branch, it's not as easy as it seems. The best is to wait for @Hywan or @jubianchi . sorry for that