{
    "name": "asm/php-ansible",
    "description": "A PHP wrapper for Ansible.",
    "keywords": [
        "php",
        "ansible"
    ],
    "homepage": "https://github.com/maschmann/php-ansible",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Marc Aschmann",
            "email": "maschmann@gmail.com"
        }
    ],
    "require": {
        "php": "^8.0.0|^8.1.0|^8.2.0",
        "psr/log": "^1.1|^2.0|^3.0",
        "symfony/process": "^5.3|^6.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5|^10.0 ",
        "mikey179/vfsstream": "^1.6"
    },
    "autoload": {
        "psr-4": {
            "Asm\\": "Asm"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Asm\\": "Tests/Asm"
        }
    },
    "scripts": {
        "test": [
            "phpunit --configuration phpunit.xml.dist"
        ]
    }
}
