jaroslavtyc/drd-plus-health

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "drdplus/health",
  "license": "MIT",
  "type": "library",
  "description": "Body and soul harms, afflictions and their treatment of a being for Drd+",
  "autoload": {
    "psr-4": {
      "DrdPlus\\Health\\": "Health"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "DrdPlus\\Tests\\": "tests",
      "Granam\\ExceptionsHierarchy\\": "vendor/granam/exceptions-hierarchy",
      "Granam\\Tests\\ExceptionsHierarchy\\": "vendor/granam/exceptions-hierarchy/tests/ExceptionsHierarchy"
    }
  },
  "require": {
    "php": ">=7.3",
    "drdplus/skills": "~3.0",
    "granam/string-enum": "^1.1"
  },
  "require-dev": {
    "roave/security-advisories": "dev-master",
    "phpunit/phpunit": "^9.0",
    "mockery/mockery": "^1.2",
    "granam/exceptions-hierarchy": "^5.1",
    "granam/test-with-mockery": "^2.0"
  }
}