You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Trying to install this extension seems not to work currently because composer seems not to be able to find a suitable atoum dependency:
Is this something you're aware of? Or am I doing something wrong?
The text was updated successfully, but these errors were encountered: