![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/vendor/jms/metadata/ |
{ "name": "jms/metadata", "description": "Class/method/property metadata management in PHP", "keywords": ["annotations","metadata","yaml","xml"], "type": "library", "license": "MIT", "authors": [ { "name": "Johannes M. Schmitt", "email": "[email protected]" }, { "name": "Asmir Mustafic", "email": "[email protected]" } ], "require": { "php": "^7.2|^8.0" }, "require-dev" : { "doctrine/cache" : "^1.0", "doctrine/coding-standard": "^8.0", "phpunit/phpunit": "^8.5|^9.0", "psr/container": "^1.0", "symfony/cache" : "^3.1|^4.0|^5.0", "symfony/dependency-injection" : "^3.1|^4.0|^5.0", "mikey179/vfsstream": "^1.6.7" }, "autoload": { "psr-4": { "Metadata\\": "src/" } }, "autoload-dev": { "psr-4": { "Metadata\\Tests\\": "tests/" } }, "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } } }