File Manager Lite
Dir:
/home/u540325668/domains/mkjsindia.org/public_html_old/vendor/phpdocumentor/reflection-common
Upload
[..]
.scrutinizer.yml (1.14 KB)
Edit
Rename
Del
.travis.yml (1.61 KB)
Edit
Rename
Del
LICENSE (1.06 KB)
Edit
Rename
Del
appveyor.yml (1.72 KB)
Edit
Rename
Del
composer.json (728 B)
Edit
Rename
Del
easy-coding-standard.neon (617 B)
Edit
Rename
Del
phive.xml (260 B)
Edit
Rename
Del
phpmd.xml.dist (845 B)
Edit
Rename
Del
phpstan.neon (0 B)
Edit
Rename
Del
src/
Rename
Del
Edit: composer.json
{ "name": "phpdocumentor/reflection-common", "keywords": ["phpdoc", "phpDocumentor", "reflection", "static analysis", "FQSEN"], "homepage": "http://www.phpdoc.org", "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "license": "MIT", "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "require": { "php": ">=7.1" }, "autoload" : { "psr-4" : { "phpDocumentor\\Reflection\\": "src/" } }, "require-dev": { "phpunit/phpunit": "~6" }, "extra": { "branch-alias": { "dev-master": "2.x-dev" } } }
Simpan