mimmi20/mezzio-navigation-laminasviewrenderer

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "mimmi20/mezzio-navigation-laminasviewrenderer",
  "description": "Provides viewhelper for Mezzio Navigation",
  "license": "MIT",
  "type": "library",
  "authors": [
    {
      "name": "Thomas Müller",
      "homepage": "https://github.com/mimmi20",
      "role": "Developer"
    }
  ],
  "homepage": "https://github.com/mimmi20/mezzio-navigation-laminasviewrenderer",
  "support": {
    "issues": "https://github.com/mimmi20/mezzio-navigation-laminasviewrenderer/issues",
    "source": "https://github.com/mimmi20/mezzio-navigation-laminasviewrenderer"
  },
  "require": {
    "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
    "ext-mbstring": "*",
    "laminas/laminas-stdlib": "^3.19.0",
    "laminas/laminas-view": "^2.35.0",
    "mezzio/mezzio-helpers": "^5.16.0",
    "mezzio/mezzio-laminasviewrenderer": "^2.15.1",
    "mimmi20/laminasviewrenderer-helper-partialrenderer": "^2.0.4",
    "mimmi20/mezzio-navigation": "^3.0.7",
    "mimmi20/navigation-helper-acceptpage": "^2.1.4",
    "mimmi20/navigation-helper-containerparser": "^4.0.4",
    "mimmi20/navigation-helper-findactive": "^2.1.4",
    "mimmi20/navigation-helper-findfromproperty": "^2.1.5",
    "mimmi20/navigation-helper-findroot": "^2.1.4",
    "mimmi20/navigation-helper-htmlify": "^4.0.4",
    "psr/container": "^1.1.2 || ^2.0.2",
    "psr/log": "^3.0.0"
  },
  "require-dev": {
    "ext-ctype": "*",
    "ext-dom": "*",
    "ext-intl": "*",
    "ext-libxml": "*",
    "ext-simplexml": "*",
    "ext-tokenizer": "*",
    "ext-xml": "*",
    "ext-xmlreader": "*",
    "ext-xmlwriter": "*",
    "infection/infection": "^0.27.11 || ^0.28.1",
    "laminas/laminas-config": "^3.9.0",
    "laminas/laminas-i18n": "^2.28.1",
    "laminas/laminas-json": "^3.6.0",
    "laminas/laminas-permissions-acl": "^2.16.0",
    "laminas/laminas-servicemanager": "^3.22.1",
    "laminas/laminas-uri": "^2.12.0",
    "laminas/laminas-validator": "^2.64.1",
    "mezzio/mezzio-authentication": "^1.9.0",
    "mezzio/mezzio-router": "^3.17.0",
    "mimmi20/coding-standard": "^5.2.43",
    "mimmi20/laminasviewrenderer-helper-htmlelement": "^2.0.9",
    "mimmi20/mezzio-generic-authorization": "^3.0.7",
    "mimmi20/mezzio-generic-authorization-acl": "^3.0.4",
    "mimmi20/navigation-helper-converttopages": "^2.1.6",
    "nikic/php-parser": "^4.19.1 || ^5.0.2",
    "phpstan/extension-installer": "^1.4.3",
    "phpstan/phpstan": "^1.12.4",
    "phpstan/phpstan-deprecation-rules": "^1.2.1",
    "phpstan/phpstan-phpunit": "^1.4.0",
    "phpunit/phpunit": "^10.5.25",
    "psr/http-message": "^2.0.0",
    "psr/http-server-middleware": "^1.0",
    "rector/rector": "^1.2.5",
    "rector/type-perfect": "^0.2.0",
    "symplify/phpstan-rules": "^13.0.1",
    "tomasvotruba/cognitive-complexity": "^0.2.3",
    "tomasvotruba/type-coverage": "^0.3.1",
    "tomasvotruba/unused-public": "^0.4.0"
  },
  "conflict": {
    "container-interop/container-interop": "<1.2.0",
    "mezzio/mezzio-authorization": "*",
    "mezzio/mezzio-authorization-acl": "*"
  },
  "suggest": {
    "ext-dom": "required to use the Sitemap ViewHelper",
    "ext-intl": "required to use the Translator",
    "ext-libxml": "required to use the Sitemap ViewHelper",
    "laminas/laminas-config": "^3.5.0, to provide page configuration (optional, as arrays and Traversables are also allowed)",
    "laminas/laminas-i18n": "^2.11.0, required to use the Translator",
    "laminas/laminas-servicemanager": "^3.6.4, to use the navigation factories",
    "laminas/laminas-uri": "^2.7.1 || ^2.8.0, required to use the Sitemap ViewHelper",
    "laminas/laminas-validator": "^2.13.5 || ^2.14.0, required to use the Sitemap ViewHelper",
    "mimmi20/mezzio-generic-authorization": "^1.0.1, to use authrization roles or privileges"
  },
  "autoload": {
    "psr-4": {
      "Mimmi20\\Mezzio\\Navigation\\LaminasView\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Mimmi20Test\\Mezzio\\Navigation\\LaminasView\\": "tests/"
    }
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "infection/extension-installer": true,
      "phpstan/extension-installer": true
    },
    "lock": false,
    "preferred-install": "dist",
    "sort-packages": true
  },
  "extra": {
    "laminas": {
      "config-provider": "Mimmi20\\Mezzio\\Navigation\\LaminasView\\ConfigProvider"
    }
  }
}