Chris@0: { Chris@0: "name": "phpdocumentor/reflection-docblock", Chris@12: "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", Chris@0: "type": "library", Chris@0: "license": "MIT", Chris@0: "authors": [ Chris@12: { Chris@12: "name": "Mike van Riel", Chris@12: "email": "me@mikevanriel.com" Chris@12: } Chris@0: ], Chris@0: "require": { Chris@12: "php": "^7.0", Chris@12: "phpdocumentor/reflection-common": "^1.0.0", Chris@12: "phpdocumentor/type-resolver": "^0.4.0", Chris@12: "webmozart/assert": "^1.0" Chris@0: }, Chris@0: "autoload": { Chris@12: "psr-4": {"phpDocumentor\\Reflection\\": ["src/"]} Chris@12: }, Chris@12: "autoload-dev": { Chris@12: "psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]} Chris@0: }, Chris@0: "require-dev": { Chris@12: "mockery/mockery": "^1.0", Chris@12: "phpunit/phpunit": "^6.4", Chris@12: "doctrine/instantiator": "~1.0.5" Chris@0: }, Chris@0: "extra": { Chris@0: "branch-alias": { Chris@12: "dev-master": "4.x-dev" Chris@0: } Chris@0: } Chris@0: }