annotate vendor/phpdocumentor/reflection-common/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@12 1 {
Chris@12 2 "name": "phpdocumentor/reflection-common",
Chris@12 3 "keywords": ["phpdoc", "phpDocumentor", "reflection", "static analysis", "FQSEN"],
Chris@12 4 "homepage": "http://www.phpdoc.org",
Chris@12 5 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
Chris@12 6 "license": "MIT",
Chris@12 7 "authors": [
Chris@12 8 {
Chris@12 9 "name": "Jaap van Otterdijk",
Chris@12 10 "email": "opensource@ijaap.nl"
Chris@12 11 }
Chris@12 12 ],
Chris@12 13 "require": {
Chris@12 14 "php": ">=5.5"
Chris@12 15 },
Chris@12 16 "autoload" : {
Chris@12 17 "psr-4" : {
Chris@12 18 "phpDocumentor\\Reflection\\": ["src"]
Chris@12 19 }
Chris@12 20 },
Chris@12 21 "require-dev": {
Chris@12 22 "phpunit/phpunit": "^4.6"
Chris@12 23 },
Chris@12 24 "extra": {
Chris@12 25 "branch-alias": {
Chris@12 26 "dev-master": "1.0.x-dev"
Chris@12 27 }
Chris@12 28 }
Chris@12 29 }