annotate vendor/phpdocumentor/reflection-docblock/composer.json @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 7a779792577d
children
rev   line source
Chris@0 1 {
Chris@0 2 "name": "phpdocumentor/reflection-docblock",
Chris@12 3 "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 4 "type": "library",
Chris@0 5 "license": "MIT",
Chris@0 6 "authors": [
Chris@12 7 {
Chris@12 8 "name": "Mike van Riel",
Chris@12 9 "email": "me@mikevanriel.com"
Chris@12 10 }
Chris@0 11 ],
Chris@0 12 "require": {
Chris@12 13 "php": "^7.0",
Chris@12 14 "phpdocumentor/reflection-common": "^1.0.0",
Chris@12 15 "phpdocumentor/type-resolver": "^0.4.0",
Chris@12 16 "webmozart/assert": "^1.0"
Chris@0 17 },
Chris@0 18 "autoload": {
Chris@12 19 "psr-4": {"phpDocumentor\\Reflection\\": ["src/"]}
Chris@12 20 },
Chris@12 21 "autoload-dev": {
Chris@12 22 "psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]}
Chris@0 23 },
Chris@0 24 "require-dev": {
Chris@12 25 "mockery/mockery": "^1.0",
Chris@12 26 "phpunit/phpunit": "^6.4",
Chris@12 27 "doctrine/instantiator": "~1.0.5"
Chris@0 28 },
Chris@0 29 "extra": {
Chris@0 30 "branch-alias": {
Chris@12 31 "dev-master": "4.x-dev"
Chris@0 32 }
Chris@0 33 }
Chris@0 34 }