{ "require": { "php": ">=7.4", "scotteh/php-dom-wrapper": "^2.0" }, "config": { "platform": { "php": "7.4" } }, "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" ] } }