oliverklee / ext-phpunit

PHPUnit extension for TYPO3
https://github.com/oliverklee/tdd-reader
GNU General Public License v2.0
1 stars 8 forks source link

[TASK] Add the `testing` keyword to `composer.json` #477

Closed oliverklee closed 1 year ago

oliverklee commented 1 year ago

This causes Composer 2.4 to complain if this package is installed as a production dependency instead of as a development dependency: https://php.watch/articles/composer-prompt-require-dev-dev-packages

Fixes #475