blastcloud/hybrid

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "blastcloud/hybrid",
    "description": "Charge up your app or SDK with a testing library specifically for Symfony/HttpClient",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Adam Kelso",
            "email": "kelso.adam@gmail.com"
        }
    ],
    "require": {
        "php": ">=8.1",
        "phpunit/phpunit": ">=9.6",
        "ext-json": "*",
        "blastcloud/chassis": "^1.0.6",
        "symfony/http-client": ">=6.0"
    },
    "autoload": {
        "psr-4": {
            "BlastCloud\\Hybrid\\": "src"
        },
        "files" : [
            "src/macros.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests"
        }
    },
    "require-dev": {
        "symfony/mime": "^4.3"
    }
}