![]() 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/old/vendor/composer/class-map-generator/ |
{ "name": "composer/class-map-generator", "description": "Utilities to scan PHP code and generate class maps.", "type": "library", "license": "MIT", "keywords": [ "classmap" ], "authors": [ { "name": "Jordi Boggiano", "email": "[email protected]", "homepage": "https://seld.be" } ], "require": { "php": "^7.2 || ^8.0", "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7", "composer/pcre": "^2.1 || ^3.1" }, "require-dev": { "symfony/phpunit-bridge": "^5", "phpstan/phpstan": "^1.6", "phpstan/phpstan-deprecation-rules": "^1", "phpstan/phpstan-strict-rules": "^1.1", "phpstan/phpstan-phpunit": "^1", "symfony/filesystem": "^5.4 || ^6" }, "autoload": { "psr-4": { "Composer\\ClassMapGenerator\\": "src" } }, "autoload-dev": { "psr-4": { "Composer\\ClassMapGenerator\\": "tests" } }, "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "scripts": { "test": "SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1 vendor/bin/simple-phpunit", "phpstan": "phpstan analyse" } }