InfluxOW/php-project-lvl2

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "influx/php-project-lvl2",
    "description": "App for finding differences between two .json or.yaml files",
    "type": "project",
    "license": "MIT",
    "keywords": [
        "PHP",
        "hexlet",
        "study project"
    ],
    "authors": [
        {
            "name": "InfluxOW",
            "email": "krochak_n@mail.ru"
        }
    ],
    "bin": [
        "bin/gendiff"
    ],
    "autoload": {
        "psr-4": {
            "Differ\\": "src/"
        }
    },
    "require": {
        "php": "^8.0",
        "docopt/docopt": "^1.0",
        "symfony/yaml": "^5.0"
    },
    "require-dev": {
        "roave/security-advisories": "dev-latest",
        "squizlabs/php_codesniffer": "*",
        "phpunit/phpunit": "*",
        "hexlet/phpstan-fp": "^1.1",
        "phpstan/extension-installer": "^1.1",
        "phpstan/phpstan": "^0.12.98",
        "phpstan/phpstan-phpunit": "^0.12.22"
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true
    },
    "minimum-stability": "beta"
}