jeyroik/df-templates

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "jeyroik/df-templates",
  "description": "Templates fot DF",
  "require": {
    "jeyroik/df-applications": "4.*"
  },
  "require-dev": {
    "phpunit/phpunit": "^9",
    "jeyroik/extas-snuffbox": "1.*"
  },
  "autoload": {
    "psr-4": {
      "deflou\\": "src/",
      "tests\\": "tests/"
    }
  },
  "scripts": {
    "test": "vendor/bin/phpunit --testdox --coverage-clover=coverage.xml --whitelist=src tests"
  }
}