{
    "name": "acquia/drupal-spec-tool",
    "description": "A tool for specifying Drupal architecture details and generating automated tests for them",
    "license": "GPL-2.0-only",
    "type": "behat-extension",
    "keywords": [
        "Drupal",
        "Behat"
    ],
    "authors": [
        {
            "name": "Acquia Engineering",
            "homepage": "https://www.acquia.com",
            "role": "Maintainer"
        }
    ],
    "support": {
        "issues": "https://github.com/acquia/drupal-spec-tool/issues",
        "source": "https://github.com/acquia/drupal-spec-tool"
    },
    "require": {
        "php": ">=8.1",
        "drupal/core": ">=10.0.0-alpha1",
        "drupal/drupal-extension": "dev-main",
        "traviscarden/behat-table-comparison": "^0.3"
    },
    "suggest": {
        "nickwilde1990/drupal-spec-tool-commands": "Provides Composer commands to automatically populate/update Gherkin files as defined with this tool"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "psr-4": {
            "Acquia\\DrupalSpecTool\\": "src/"
        }
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "branch-alias": {
            "dev-develop": "6.x-dev"
        }
    }
}
