![]() 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-bundle/ |
{ "name": "knplabs/knp-menu-bundle", "description": "This bundle provides an integration of the KnpMenu library", "keywords": ["menu"], "type": "symfony-bundle", "license": "MIT", "authors": [ { "name": "Knplabs", "homepage": "http://knplabs.com" }, { "name": "Christophe Coevoet", "email": "[email protected]" }, { "name": "Symfony Community", "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors" } ], "require": { "php": "^7.2 || ^8.0", "knplabs/knp-menu": "^3.1", "symfony/framework-bundle": "^3.4 | ^4.4 | ^5.0 | ^6.0" }, "require-dev": { "phpunit/phpunit": "^8.5 | ^9.5", "symfony/expression-language": "^3.4 | ^4.4 | ^5.0 | ^6.0", "symfony/phpunit-bridge": "^5.2 | ^6.0", "symfony/templating": "^3.4 | ^4.4 | ^5.0 | ^6.0" }, "autoload": { "psr-4": { "Knp\\Bundle\\MenuBundle\\": "src" } }, "autoload-dev": { "psr-4": { "Knp\\Bundle\\MenuBundle\\Tests\\": "tests" } }, "extra": { "branch-alias": { "dev-master": "3.x-dev" } } }