sebastianbergmann / dbunit

DbUnit port for PHP/PHPUnit.
https://phpunit.de/
Other
225 stars 186 forks source link

composer.json version/stability issue #82

Closed elazar closed 11 years ago

elazar commented 11 years ago

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.