12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "sonata-project/easy-extends-bundle",
- "type": "symfony-bundle",
- "description": "Symfony SonataEasyExtendsBundle",
- "keywords": [
- "sonata",
- "easy extends"
- ],
- "homepage": "https://sonata-project.org/bundles/easy-extends",
- "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/SonataEasyExtendsBundle/contributors"
- }
- ],
- "require": {
- "php": "^5.6 || ^7.0",
- "symfony/console": "^2.8 || ^3.2 || ^4.0",
- "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
- "symfony/finder": "^2.8 || ^3.2 || ^4.0",
- "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
- "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0"
- },
- "require-dev": {
- "doctrine/orm": "^2.2",
- "symfony/phpunit-bridge": "^4.0"
- },
- "config": {
- "sort-packages": true
- },
- "extra": {
- "branch-alias": {
- "dev-master": "2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Sonata\\EasyExtendsBundle\\": "src/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "Sonata\\EasyExtendsBundle\\Tests\\": "tests/"
- }
- }
- }
|