{
    "require": {
        "php": ">=8.2",
        "scotteh/php-dom-wrapper": "^3.0"
    },
    "config": {
        "platform": {
            "php": "8.2"
        }
    },
    "prefer-stable": true,
    "require-dev": {
        "rector/rector": "^1.2",
        "squizlabs/php_codesniffer": "^3.7",
        "phpunit/phpunit": "^9.0"
    },
    "scripts": {
        "test": [
            "phpunit --verbose --stderr"
        ],
        "autofix": [
            "vendor/bin/rector process",
            "phpcbf --standard=./phpcs_MigrationAdjustments.xml"
        ],
        "check": [
            "phpcs --standard=./phpcs_MigrationAdjustments.xml"
        ]
    }
}
