jaroslavtyc/drd-plus-properties-by-levels

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "drdplus/properties-by-levels",
  "license": "MIT",
  "type": "library",
  "description": "Total properties and by first and next levels of them for Drd+",
  "autoload": {
    "psr-4": {
      "DrdPlus\\": "DrdPlus/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Granam\\Tests\\ExceptionsHierarchy\\": "vendor/granam/exceptions-hierarchy/tests/ExceptionsHierarchy"
    }
  },
  "require": {
    "php": ">=7.3",
    "drdplus/properties-by-fate": "~3.0",
    "drdplus/profession-levels": "~3.0",
    "drdplus/races": "~3.0"
  },
  "require-dev": {
    "roave/security-advisories": "dev-latest",
    "phpunit/phpunit": "^9.0",
    "mockery/mockery": "^1.2",
    "granam/exceptions-hierarchy": "^5.1",
    "granam/test-with-mockery": "^2.0"
  }
}