MT-cod/php-testing-project-lvl1

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "hexlet/code",
    "version": "2.0.1",
    "description": "hexlet php-package",
    "require": {
        "docopt/docopt": "^1.0",
        "monolog/monolog": "^2.2",
        "ext-curl": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "squizlabs/php_codesniffer": "^3.6"
    },
    "bin": [
        "bin/page-loader"
    ],
    "scripts": {
        "test": "phpunit tests",
        "phpcs": "./vendor/bin/phpcs"
    },
    "autoload": {
        "psr-4": {
            "Downloader\\Downloader\\": "tests"
        },
        "files": [
            "src/page-loader.php",
            "src/PL.php",
            "src/Connection.php"
        ]
    },
    "license": "MIT",
    "authors": [
        {
            "name": "MT-cod",
            "email": "mammmoth@list.ru"
        }
    ]
}