sebastianbergmann / dbunit

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

Suggestion: do not require, but suggest, symfony/yaml component #197

Closed afoeder closed 6 years ago

afoeder commented 6 years ago

In my symfony/symfony 2.8 environment, it's not possible to install DbUnit (3.0) because it requires symfony/yaml ^3.0.

symfony/symfony 2.8 on the other hand replaces: symfony/yaml: v2.8.28 and therefore eventually dbunit 3.0 cannot be installed.

I don't plan to use the Yaml DataSet or the like; is it really necessary to require symfony/yaml for dbunit?

sebastianbergmann commented 6 years ago

The right solution would be to split the Yaml-related code into a separate package.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.