![]() 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/rector/rector/vendor/phpstan/phpdoc-parser/ |
{ "name": "phpstan\/phpdoc-parser", "description": "PHPDoc parser with support for nullable, intersection and generic types", "license": "MIT", "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine\/annotations": "^2.0", "nikic\/php-parser": "^4.15", "php-parallel-lint\/php-parallel-lint": "^1.2", "phpstan\/extension-installer": "^1.0", "phpstan\/phpstan": "^1.5", "phpstan\/phpstan-phpunit": "^1.1", "phpstan\/phpstan-strict-rules": "^1.0", "phpunit\/phpunit": "^9.5", "symfony\/process": "^5.2" }, "config": { "platform": { "php": "7.4.6" }, "sort-packages": true, "allow-plugins": { "phpstan\/extension-installer": true } }, "autoload": { "psr-4": { "PHPStan\\PhpDocParser\\": [ "src\/" ] } }, "autoload-dev": { "psr-4": { "PHPStan\\PhpDocParser\\": [ "tests\/PHPStan" ] } }, "minimum-stability": "dev", "prefer-stable": true }