Remove obsolete branch-alias

This commit is contained in:
Damian Mooyman 2017-07-03 16:53:53 +12:00
parent 1c84daf74a
commit 5ed91970f6

View File

@ -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",
@ -30,7 +33,6 @@
"symfony/translation": "^2.8", "symfony/translation": "^2.8",
"symfony/yaml": "~3.2", "symfony/yaml": "~3.2",
"vlucas/phpdotenv": "^2.4", "vlucas/phpdotenv": "^2.4",
"php": ">=5.6.0", "php": ">=5.6.0",
"ext-intl": "*", "ext-intl": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
@ -54,11 +56,7 @@
"provide": { "provide": {
"psr/container-implementation": "1.0.0" "psr/container-implementation": "1.0.0"
}, },
"extra": { "extra": [],
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"SilverStripe\\Control\\": "src/Control/", "SilverStripe\\Control\\": "src/Control/",