summaryrefslogtreecommitdiffstats
path: root/composer-dev.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer-dev.json')
-rw-r--r--composer-dev.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/composer-dev.json b/composer-dev.json
deleted file mode 100644
index 3b87814..0000000
--- a/composer-dev.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "sebastian/version",
- "description": "Library that helps with managing the version number of Git-hosted PHP projects",
- "homepage": "https://github.com/sebastianbergmann/version",
- "license": "BSD-3-Clause",
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/version/issues"
- },
- "require": {
- "php": ">=5.6"
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- }
-}