![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/knplabs/knp-menu/ |
{ "name": "knplabs/knp-menu", "type": "library", "description": "An object oriented menu library", "keywords": ["menu", "tree"], "homepage": "https://knplabs.com", "license": "MIT", "authors": [ { "name": "KnpLabs", "homepage": "https://knplabs.com" }, { "name": "Christophe Coevoet", "email": "[email protected]" }, { "name": "The Community", "homepage": "https://github.com/KnpLabs/KnpMenu/contributors" } ], "require": { "php": "^8.0" }, "conflict": { "twig/twig": "<1.42.3 || >=2,<2.9" }, "require-dev": { "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.6", "psr/container": "^1.0", "symfony/http-foundation": "^5.4 || ^6.0", "symfony/phpunit-bridge": "^6.2", "symfony/routing": "^5.4 || ^6.0", "twig/twig": "^2.9 || ^3.0" }, "suggest": { "twig/twig": "for the TwigRenderer and the integration with your templates" }, "autoload": { "psr-4": { "Knp\\Menu\\": "src/Knp/Menu" } }, "autoload-dev": { "psr-4": { "Knp\\Menu\\Tests\\": "tests/Knp/Menu/Tests" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "3.x-dev" } } }