DjThossi/smoke-testing-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "djthossi/smoke-testing-php",
    "description": "smoke testing with php",
    "minimum-stability": "stable",
    "license": "MIT",
    "authors": [
        {
            "name": "Sebastian Thoss",
            "email": "dj_thossi@web.de",
            "homepage": "http://www.sebastianthoss.de"
        }
    ],
    "autoload": {
        "psr-4": {
            "DjThossi\\SmokeTestingPhp\\": "src/",
            "DjThossi\\SmokeTestingPhp\\Test\\": "tests/"
        }
    },
    "config": {
        "bin-dir": "bin",
        "sort-packages": true
    },
    "require": {
        "php": ">=5.6",
        "ext-curl": "*",
        "djthossi/ensure": "~1",
        "php-curl-class/php-curl-class": "~7.1",
        "phpunit/phpunit": ">=5.7"
    }
}