You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
693 B

{
"name": "phpdocumentor/type-resolver",
"type": "library",
"license": "MIT",
"authors": [
{"name": "Mike van Riel", "email": "me@mikevanriel.com"}
],
"require": {
"php": ">=5.5",
"phpdocumentor/reflection-common": "^1.0"
},
"autoload": {
"psr-4": {"phpDocumentor\\Reflection\\": ["src/"]}
},
"autoload-dev": {
"psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]}
},
"require-dev": {
"phpunit/phpunit": "^5.2||^4.8.24",
"mockery/mockery": "^0.9.4"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}