summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index bd40c08..001cb29 100644
--- a/composer.json
+++ b/composer.json
@@ -51,12 +51,7 @@
}
},
"bin": ["bin/doctrine"],
- "extra": {
- "branch-alias": {
- "dev-master": "2.7.x-dev"
- }
- },
"archive": {
- "exclude": ["!vendor", "tests", "*phpunit.xml", ".travis.yml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor", "*.swp"]
+ "exclude": ["!vendor", "tests", "*phpunit.xml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor", "*.swp"]
}
}