HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/payments-gateway/vendor/doctrine/sql-formatter/composer.json
{
    "name": "doctrine/sql-formatter",
    "description": "a PHP SQL highlighting library",
    "homepage": "https://github.com/doctrine/sql-formatter/",
    "keywords": ["sql", "highlight"],
    "license": "MIT",
    "type": "library",
    "require": {
        "php": "^8.1"
    },
    "require-dev": {
        "doctrine/coding-standard": "^12",
        "ergebnis/phpunit-slow-test-detector": "^2.14",
        "phpstan/phpstan": "^1.10",
        "phpunit/phpunit": "^10.5"
    },
    "authors": [
        {
            "name": "Jeremy Dorn",
            "email": "jeremy@jeremydorn.com",
            "homepage": "https://jeremydorn.com/"
        }
    ],
    "autoload": {
        "psr-4": {
            "Doctrine\\SqlFormatter\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Doctrine\\SqlFormatter\\Tests\\": "tests"
        }
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    },
    "bin": ["bin/sql-formatter"]
}