silverstripe-framework/tests/php/Core/Manifest/fixtures/phpunit-detection/old-phpunit/composer.json

14 lines
380 B
JSON

{
"name": "silverstripe/old-phpunit",
"type": "silverstripe-vendor-module",
"description": "This fake module uses a version of phpunit prior to 5",
"homepage": "https://www.silverstripe.org",
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-cms": "4.4.x-dev as 4.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4"
}
}