MT-cod/php-project-lvl2

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "hexlet/code",
    "version": "v1.0.2",
    "description": "hexlet php-package",
    "license": "MIT",
    "authors": [
        {
            "name": "MT-cod",
            "email": "mammmoth@list.ru"
        }
    ],
    "bin": [
        "bin/gendiff"
    ],
    "scripts": {
        "test": "phpunit tests",
        "phpcs": "./vendor/bin/phpcs"
    },
    "autoload": {
        "psr-4": {
            "Differ\\Differ\\": "tests"
        },
        "files": [
            "src/GenDiff.php",
            "src/Parsers.php",
            "src/Formatters.php",
            "src/Formatters/FormatStylish.php",
            "src/Formatters/FormatPlain.php",
            "src/Formatters/FormatJson.php"
        ]
    },
    "require": {
        "docopt/docopt": "^1.0",
        "symfony/yaml": "^5.2",
        "tightenco/collect": "^8.34",
        "ext-curl": "*"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "*",
        "phpunit/phpunit": "*"
    }
}