|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/peoplebee.in/___accounts-admin/blog/vendor/staabm/side-effects-detector/ |
Upload File : |
{
"name": "staabm/side-effects-detector",
"license": "MIT",
"description": "A static analysis tool to detect side effects in PHP code",
"keywords": ["static analysis"],
"autoload": {
"classmap": ["lib/"]
},
"autoload-dev": {
"classmap": [
"tests/"
]
},
"require": {
"php": "^7.4 || ^8.0",
"ext-tokenizer": "*"
},
"require-dev": {
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.6",
"phpunit/phpunit": "^9.6.21",
"symfony/var-dumper": "^5.4.43",
"tomasvotruba/type-coverage": "1.0.0",
"tomasvotruba/unused-public": "1.0.0"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"scripts": {
"qa": ["@test", "@phpstan"],
"phpstan": "phpstan analyze",
"test": "phpunit"
}
}