IgBuS/php-project-lvl2

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "biserg/gendiff",
    "description": "Gendiff - CLI, Hexlet education project",
    "bin": ["bin/gendiff"
    ],
    "authors": [
        {
            "name": "Bi Serg",
            "email": "i.b@msulab.ru"
        }
    ],
    "autoload": {
        "files": [
            "src/generator.php",
            "src/parser.php",
            "src/diffBuilder.php",
            "src/Formatters/basicFormat.php",
            "src/Formatters/plainFormat.php",
            "src/Formatters/jsonFormat.php",
            "src/formater.php"
        ]
    },
    "require": {
        "docopt/docopt": "^1.0",
        "funct/funct": "^1.5",
        "symfony/yaml": "^4.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.3",
        "squizlabs/php_codesniffer": "^3.5"
    }
}