tao-test/app/vendor/naneau/semver/composer.json

39 lines
914 B
JSON
Raw Permalink Normal View History

2022-08-29 20:14:13 +02:00
{
"name" : "naneau/semver",
"description" : "A decent, standards-compliant, Semantic Versioning (SemVer) parser and library",
"keywords" : ["semver", "semantic", "versioning"],
"homepage" : "https://github.com/naneau/semver",
"time" : "2013-01-04",
"type" : "library",
"license" : "MIT",
"authors": [
{
"name" : "Maurice Fonk",
"email" : "maurice@naneau.net",
"homepage" : "http://mauricefonk.com",
"role" : "developer"
}
],
"repositories": [
{
"type" : "vcs",
"url" : "https://github.com/naneau/semver.git"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0.0"
},
"autoload": {
"psr-0": {
"Naneau\\SemVer\\": "src"
}
}
}