Remove obsolete branch-alias

This commit is contained in:
Damian Mooyman 2018-06-08 12:19:35 +12:00
parent 2b4954035f
commit f88d2a9a27

View File

@ -1,46 +1,66 @@
{ {
"name": "silverstripe/framework", "name": "silverstripe/framework",
"type": "silverstripe-module", "type": "silverstripe-module",
"description": "The SilverStripe framework", "description": "The SilverStripe framework",
"homepage": "http://silverstripe.org", "homepage": "http://silverstripe.org",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"keywords": ["silverstripe", "framework"], "keywords": [
"authors": [ "silverstripe",
{ "framework"
"name": "SilverStripe", ],
"homepage": "http://silverstripe.com" "authors": [
}, {
{ "name": "SilverStripe",
"name": "The SilverStripe Community", "homepage": "http://silverstripe.com"
"homepage": "http://silverstripe.org" },
} {
], "name": "The SilverStripe Community",
"require": { "homepage": "http://silverstripe.org"
"php": "^5.3.3 || ^7", }
"composer/installers": "~1.0", ],
"mustangostang/spyc": "^0.6.2" "require": {
}, "php": "^5.3.3 || ^7",
"require-dev": { "composer/installers": "~1.0",
"phpunit/phpunit": "^3 || ^4 || ^5" "mustangostang/spyc": "^0.6.2"
}, },
"extra": { "require-dev": {
"branch-alias": { "phpunit/phpunit": "^3 || ^4 || ^5"
"3.x-dev": "3.7.x-dev" },
} "extra": [],
}, "autoload": {
"autoload": { "psr-0": {
"psr-0": { "SilverStripe\\": "src/",
"SilverStripe\\": "src/", "Zend_": "thirdparty/Zend/"
"Zend_": "thirdparty/Zend/" },
}, "classmap": [
"classmap": [ "tests/behat/features/bootstrap",
"tests/behat/features/bootstrap", "admin/code",
"admin/code", "api", "cache", "cli", "control", "core", "dev", "email", "filesystem", "api",
"forms", "i18n", "model", "oembed", "parsers", "search", "security", "tasks", "view", "cache",
"thirdparty/php-peg", "thirdparty/simpletest", "thirdparty/zend_translate_railsyaml" "cli",
], "control",
"exclude-from-classmap": [ "core",
"view/SSTemplateParser.php.inc", "dev/phpunit/PhpUnitWrapper.php", "model/fieldtypes/compat", "core/compat" "dev",
] "email",
} "filesystem",
} "forms",
"i18n",
"model",
"oembed",
"parsers",
"search",
"security",
"tasks",
"view",
"thirdparty/php-peg",
"thirdparty/simpletest",
"thirdparty/zend_translate_railsyaml"
],
"exclude-from-classmap": [
"view/SSTemplateParser.php.inc",
"dev/phpunit/PhpUnitWrapper.php",
"model/fieldtypes/compat",
"core/compat"
]
}
}