1{
2    "name": "sebastian/version",
3    "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4    "homepage": "https://github.com/sebastianbergmann/version",
5    "license": "BSD-3-Clause",
6    "authors": [
7        {
8            "name": "Sebastian Bergmann",
9            "email": "sebastian@phpunit.de",
10            "role": "lead"
11        }
12    ],
13    "support": {
14        "issues": "https://github.com/sebastianbergmann/version/issues"
15    },
16    "require": {
17        "php": ">=5.6"
18    },
19    "autoload": {
20        "classmap": [
21            "src/"
22        ]
23    },
24    "extra": {
25        "branch-alias": {
26            "dev-master": "2.0.x-dev"
27        }
28    }
29}
30