annotate vendor/phpdocumentor/reflection-common/composer.json @ 5:12f9dff5fda9
tip
Update to Drupal core 8.7.1
author |
Chris Cannam |
date |
Thu, 09 May 2019 15:34:47 +0100 |
parents |
5311817fb629 |
children |
|
rev |
line source |
Chris@2
|
1 {
|
Chris@2
|
2 "name": "phpdocumentor/reflection-common",
|
Chris@2
|
3 "keywords": ["phpdoc", "phpDocumentor", "reflection", "static analysis", "FQSEN"],
|
Chris@2
|
4 "homepage": "http://www.phpdoc.org",
|
Chris@2
|
5 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
Chris@2
|
6 "license": "MIT",
|
Chris@2
|
7 "authors": [
|
Chris@2
|
8 {
|
Chris@2
|
9 "name": "Jaap van Otterdijk",
|
Chris@2
|
10 "email": "opensource@ijaap.nl"
|
Chris@2
|
11 }
|
Chris@2
|
12 ],
|
Chris@2
|
13 "require": {
|
Chris@2
|
14 "php": ">=5.5"
|
Chris@2
|
15 },
|
Chris@2
|
16 "autoload" : {
|
Chris@2
|
17 "psr-4" : {
|
Chris@2
|
18 "phpDocumentor\\Reflection\\": ["src"]
|
Chris@2
|
19 }
|
Chris@2
|
20 },
|
Chris@2
|
21 "require-dev": {
|
Chris@2
|
22 "phpunit/phpunit": "^4.6"
|
Chris@2
|
23 },
|
Chris@2
|
24 "extra": {
|
Chris@2
|
25 "branch-alias": {
|
Chris@2
|
26 "dev-master": "1.0.x-dev"
|
Chris@2
|
27 }
|
Chris@2
|
28 }
|
Chris@2
|
29 }
|