Your IP : 216.73.216.189


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/magento/magento-coding-standard/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/vendor/magento/magento-coding-standard/composer.json

{
    "name": "magento/magento-coding-standard",
    "description": "A set of Magento specific PHP CodeSniffer rules.",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "type": "phpcodesniffer-standard",
    "version": "31",
    "require": {
        "php": ">=7.4",
        "webonyx/graphql-php": "^15.0",
        "ext-simplexml": "*",
        "ext-dom": "*",
        "phpcompatibility/php-compatibility": "^9.3",
        "squizlabs/php_codesniffer": "^3.6.1",
        "rector/rector": "^0.15.10"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5.8"
    },
    "autoload-dev": {
        "files": [
            "PHP_CodeSniffer/Tests/Standards/AbstractSniffUnitTest.php"
        ]
    },
    "autoload": {
        "classmap": [
            "PHP_CodeSniffer/Tokenizers/"
        ],
        "psr-4": {
            "Magento2\\": "Magento2/",
            "Magento2Framework\\": "Magento2Framework/"
        }
    },
    "scripts": {
        "post-install-cmd": "vendor/bin/phpcs --config-set installed_paths ../../..,../../phpcompatibility/php-compatibility/PHPCompatibility",
        "post-update-cmd": "vendor/bin/phpcs --config-set installed_paths ../../..,../../phpcompatibility/php-compatibility/PHPCompatibility"
    }
}