Prionyx/project-lvl2-s197

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
"name": "prionyx/project-lv2-s197",
"bin": ["bin/gendiff"],
"license": "MIT",
"authors": [
  {
    "name": "Andrey Draganchuk",
    "email": "spirifex@gmail.com"
  }
],
"scripts": {
  "phpcs": "phpcs",
  "phpunit": "phpunit"
},
"autoload": {
  "files": ["src/diff.php", "src/parsers.php", "src/diffAST.php", "src/renders.php"],
  "psr-4": {
    "Diff\\": "src",
    "Diff\\test\\": "test",
    "Diff\\Parsers\\": "src",
    "Diff\\AST\\": "src",
    "Diff\\Renders\\": "src"
  }
},
"require": {
  "docopt/docopt": "^1.0",
  "symfony/yaml": "^3.3"

},
  "require-dev": {
      "squizlabs/php_codesniffer": "3.*",
      "phpunit/phpunit": "^6.5"
  }
}