blastcloud/chassis

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "blastcloud/chassis",
    "description": "A framework for building declarative HTTP client test libraries",
    "type": "library",
    "require": {
        "phpunit/phpunit": ">=9.0",
        "ext-json": "*",
        "php": ">=8.1"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Adam Kelso",
            "email": "kelso.adam@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "BlastCloud\\Chassis\\": "src",
            "Tests\\": "tests"
        }
    }
}