mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Remove obsolete branch-alias
This commit is contained in:
parent
2b4954035f
commit
f88d2a9a27
@ -4,7 +4,10 @@
|
|||||||
"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": [
|
||||||
|
"silverstripe",
|
||||||
|
"framework"
|
||||||
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "SilverStripe",
|
"name": "SilverStripe",
|
||||||
@ -23,11 +26,7 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^3 || ^4 || ^5"
|
"phpunit/phpunit": "^3 || ^4 || ^5"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": [],
|
||||||
"branch-alias": {
|
|
||||||
"3.x-dev": "3.7.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"SilverStripe\\": "src/",
|
"SilverStripe\\": "src/",
|
||||||
@ -35,12 +34,33 @@
|
|||||||
},
|
},
|
||||||
"classmap": [
|
"classmap": [
|
||||||
"tests/behat/features/bootstrap",
|
"tests/behat/features/bootstrap",
|
||||||
"admin/code", "api", "cache", "cli", "control", "core", "dev", "email", "filesystem",
|
"admin/code",
|
||||||
"forms", "i18n", "model", "oembed", "parsers", "search", "security", "tasks", "view",
|
"api",
|
||||||
"thirdparty/php-peg", "thirdparty/simpletest", "thirdparty/zend_translate_railsyaml"
|
"cache",
|
||||||
|
"cli",
|
||||||
|
"control",
|
||||||
|
"core",
|
||||||
|
"dev",
|
||||||
|
"email",
|
||||||
|
"filesystem",
|
||||||
|
"forms",
|
||||||
|
"i18n",
|
||||||
|
"model",
|
||||||
|
"oembed",
|
||||||
|
"parsers",
|
||||||
|
"search",
|
||||||
|
"security",
|
||||||
|
"tasks",
|
||||||
|
"view",
|
||||||
|
"thirdparty/php-peg",
|
||||||
|
"thirdparty/simpletest",
|
||||||
|
"thirdparty/zend_translate_railsyaml"
|
||||||
],
|
],
|
||||||
"exclude-from-classmap": [
|
"exclude-from-classmap": [
|
||||||
"view/SSTemplateParser.php.inc", "dev/phpunit/PhpUnitWrapper.php", "model/fieldtypes/compat", "core/compat"
|
"view/SSTemplateParser.php.inc",
|
||||||
|
"dev/phpunit/PhpUnitWrapper.php",
|
||||||
|
"model/fieldtypes/compat",
|
||||||
|
"core/compat"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user