12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "sonata-project/block-bundle",
- "type": "symfony-bundle",
- "description": "Symfony SonataBlockBundle",
- "keywords": ["sonata", "block"],
- "homepage": "https://sonata-project.org/bundles/block",
- "license": "MIT",
- "authors": [
- {
- "name": "Thomas Rabaix",
- "email": "thomas.rabaix@sonata-project.org",
- "homepage": "https://sonata-project.org"
- },
- {
- "name": "Sonata Community",
- "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
- }
- ],
- "require": {
- "php": "^5.6 || ^7.0",
- "doctrine/common": "^2.3",
- "sonata-project/cache": "^1.0 || ^2.0",
- "sonata-project/core-bundle": "^3.4",
- "symfony/form": "^2.8 || ^3.2 || ^4.0",
- "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
- "symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0",
- "twig/twig": "^1.34 || ^2.0"
- },
- "require-dev": {
- "jms/di-extra-bundle": "^1.7",
- "knplabs/knp-menu-bundle": "^2.0",
- "sonata-project/admin-bundle": "^3.22",
- "symfony/phpunit-bridge": "^3.3 || ^4.0"
- },
- "conflict": {
- "jms/di-extra-bundle": "<1.7.0"
- },
- "suggest": {
- "jms/di-extra-bundle": "Annotations for Block definition",
- "knplabs/knp-menu-bundle": "^2.0",
- "sonata-project/cache-bundle": "^3.0"
- },
- "autoload": {
- "psr-4": { "Sonata\\BlockBundle\\": "src/" },
- "files": ["src/Resources/stubs/symfony2.php"]
- },
- "autoload-dev": {
- "psr-4": { "Sonata\\BlockBundle\\Tests\\": "tests/" }
- },
- "config": {
- "sort-packages": true
- },
- "extra": {
- "branch-alias": {
- "dev-master": "3.x-dev"
- }
- }
- }
|