Skip to content

Commit 3d5d599

Browse files
committed
Add the phpDocumentor dependency
1 parent b5ecf24 commit 3d5d599

250 files changed

Lines changed: 22804 additions & 22 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"require": {
33
"zircote/swagger-php": "^5.4",
4-
"doctrine/annotations": "^2.0"
4+
"doctrine/annotations": "^2.0",
5+
"phpdocumentor/reflection-docblock": "^5.6"
56
},
67
"replace": {
78
"monolog/monolog": "*",

composer.lock

Lines changed: 329 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/autoload_original.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInitc02410b41ab976b8400bb73dedbf07dc::getLoader();
25+
return ComposerAutoloaderInit1e9ddc6b3f094bbece3e6bb946077640::getLoader();

vendor/composer/autoload_psr4.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
$baseDir = dirname($vendorDir);
77

88
return array(
9+
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'),
10+
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
911
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
1012
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
1113
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
1214
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
1315
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
16+
'PHPStan\\PhpDocParser\\' => array($vendorDir . '/phpstan/phpdoc-parser/src'),
1417
'OpenApi\\' => array($vendorDir . '/zircote/swagger-php/src'),
18+
'Doctrine\\Deprecations\\' => array($vendorDir . '/doctrine/deprecations/src'),
1519
'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/src'),
1620
'Doctrine\\Common\\Annotations\\' => array($vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations'),
1721
);

0 commit comments

Comments
 (0)