composer install or composer update --dev run from a dbunit git clone results in this:
Loading composer repositories with package information
Installing dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package phpunit/phpunit >=3.8.0 could not be found.
Either the phpunit/phpunit version needs to be changed to 3.8.*@dev or minimum-stability: dev needs to be added.
composer install
orcomposer update --dev
run from a dbunit git clone results in this:Either the
phpunit/phpunit
version needs to be changed to3.8.*@dev
orminimum-stability: dev
needs to be added.