{
    "name": "drupal/project_browser",
    "description": "A project browser embedded in the Drupal UI.",
    "type": "drupal-module",
    "license": "GPL-2.0-or-later",
    "require": {
        "php": ">=8.1",
        "ext-simplexml": "*",
        "composer-runtime-api": "^2",
        "composer/semver": "^3.2",
        "drupal/core": "^11.2",
        "guzzlehttp/guzzle": "^6 || ^7",
        "symfony/finder": "^6.3 || ^7"
    },
    "require-dev": {
        "colinodell/psr-testlogger": "^1.2",
        "drush/drush": "^12.5 || ^13",
        "mglaman/phpstan-drupal": "^1.3.7 || ^2.0.5"
    },
    "conflict": {
        "drupal/automatic_updates": "<4",
        "drupal/gin": "<4.0.6"
    },
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "scripts": {
        "cs": "phpcs -n --standard=PSR2 src --exclude=Generic.Files.LineLength",
        "cbf": "phpcbf -n --standard=PSR2 src --exclude=Generic.Files.LineLength",
        "unit": "phpunit",
        "lint": [
            "find src -name '*.php' -print0 | xargs -0 -n1 php -l"
        ],
        "test": [
            "@lint",
            "@cs"
        ]
    }
}
