Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
roave
/
better-reflection
/
Editing: composer.json
{ "name": "roave/better-reflection", "description": "Better Reflection - an improved code reflection API", "license": "MIT", "require": { "php": "~8.0.12 || ~8.1.0 || ~8.2.0", "ext-json": "*", "jetbrains/phpstorm-stubs": "2022.2", "nikic/php-parser": "^4.15.1", "roave/signature": "^1.6" }, "authors": [ { "name": "James Titcumb", "email": "james@asgrim.com", "homepage": "https://github.com/asgrim" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "https://ocramius.github.io/" }, { "name": "Gary Hockin", "email": "gary@roave.com", "homepage": "https://github.com/geeh" }, { "name": "Jaroslav Hanslík", "email": "kukulich@kukulich.cz", "homepage": "https://github.com/kukulich" } ], "require-dev": { "doctrine/coding-standard": "^10.0.0", "phpstan/phpstan": "^1.8.5", "phpstan/phpstan-phpunit": "^1.1.1", "phpunit/phpunit": "^9.5.24", "vimeo/psalm": "^4.27", "roave/infection-static-analysis-plugin": "^1.23.0" }, "autoload": { "psr-4": { "Roave\\BetterReflection\\": "src" } }, "autoload-dev": { "psr-4": { "Roave\\BetterReflectionTest\\": "test/unit", "Roave\\BetterReflectionBenchmark\\": "test/benchmark" } }, "conflict": { "thecodingmachine/safe": "<1.1.3" }, "suggest": { "composer/composer": "Required to use the ComposerSourceLocator" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "infection/extension-installer": false } } }
Save
Cancel