HEX
Server: nginx/1.24.0
System: Linux webserver-one 6.8.0-101-generic #101-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 9 10:15:05 UTC 2026 x86_64
User: www-data (33)
PHP: 8.4.18
Disabled: NONE
Upload Files
File: /srv/www/csmcri-res-in-d10/vendor/micheh/phpcs-gitlab/composer.json
{
    "name": "micheh/phpcs-gitlab",
    "description": "Gitlab Report for PHP_CodeSniffer (display the violations in the Gitlab CI/CD Code Quality Report)",
    "type": "library",
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "Michel Hunziker",
            "email": "info@michelhunziker.com"
        }
    ],
    "keywords": [
        "phpcs",
        "php_codesniffer",
        "gitlab",
        "code quality",
        "report"
    ],
    "minimum-stability": "stable",
    "require": {
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.0 || ^9.0",
        "squizlabs/php_codesniffer": "^3.3.1",
        "vimeo/psalm": "^4.3"
    },
    "autoload": {
        "psr-4": {
            "Micheh\\PhpCodeSniffer\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "MichehTest\\PhpCodeSniffer\\": "tests/"
        }
    },
    "config": {
        "sort-packages": true
    }
}