jeyroik/extas-base

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "jeyroik/extas-base",
  "description": "Base Extas package",
  "require": {
    "jeyroik/extas-exceptions": "0.*"
  },
  "require-dev": {
    "phpunit/phpunit": "^9",
    "jeyroik/extas-snuffbox": "0.*",
    "phpstan/phpstan": "0.*"
  },
  "autoload": {
    "psr-4": {
      "extas\\": "src/",
      "tests\\": "tests/"
    }
  },
  "scripts": {
    "test": "vendor/bin/phpunit --testdox --coverage-clover=coverage.xml --whitelist=src tests",
    "stan": "vendor/bin/phpstan analyse -l 5 src"
  }
}