123456789101112131415161718192021222324252627282930 |
- {
- "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": "stof@notk.org"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
- }
- ],
- "require": {
- "knplabs/knp-menu": "1.1.*",
- "symfony/framework-bundle": ">=2.0,<2.3-dev"
- },
- "autoload": {
- "psr-0": { "Knp\\Bundle\\MenuBundle": "" }
- },
- "target-dir": "Knp/Bundle/MenuBundle"
- }
|