![]() 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/cartforge.co/vendor/rector/rector/vendor/rector/rector-downgrade-php/ |
{ "name": "rector\/rector-downgrade-php", "type": "rector-extension", "license": "MIT", "description": "Rector downgrade PHP rules", "require": { "php": ">=8.2" }, "require-dev": { "phpstan\/extension-installer": "^1.3", "phpstan\/phpstan": "^1.10", "phpstan\/phpstan-webmozart-assert": "^1.2", "phpunit\/phpunit": "^10.5", "rector\/rector-src": "dev-main", "rector\/type-perfect": "^0.1.8", "symplify\/easy-coding-standard": "^12.3", "symplify\/phpstan-extensions": "^11.4", "symplify\/phpstan-rules": "^13.0", "symplify\/rule-doc-generator": "^12.2", "symplify\/vendor-patches": "^11.3", "tomasvotruba\/class-leak": "^0.2.13", "tracy\/tracy": "^2.10" }, "autoload": { "psr-4": { "Rector\\": [ "src", "rules" ] } }, "autoload-dev": { "psr-4": { "Rector\\Tests\\": [ "tests", "rules-tests" ] }, "classmap": [ "stubs" ] }, "scripts": { "phpstan": "vendor\/bin\/phpstan analyse --ansi --error-format symplify", "check-cs": "vendor\/bin\/ecs check --ansi", "fix-cs": "vendor\/bin\/ecs check --fix --ansi" }, "extra": { "enable-patching": true }, "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true, "allow-plugins": { "cweagans\/composer-patches": true, "rector\/extension-installer": true, "phpstan\/extension-installer": true } } }