Skip to content

Instantly share code, notes, and snippets.

@ElectricMaxxx
Last active August 29, 2015 14:11
Show Gist options
  • Save ElectricMaxxx/5bac51d95af4ffe91957 to your computer and use it in GitHub Desktop.
Save ElectricMaxxx/5bac51d95af4ffe91957 to your computer and use it in GitHub Desktop.
composer.lock for sandbox pull request

atm i got the follwing error:

 [Composer\DependencyResolver\SolverProblemsException]                                                           
    Problem 1                                                                                                     
      - Installation request for symfony-cmf/symfony-cmf dev-menu_2.0 -> satisfiable by symfony-cmf/symfony-cmf[  
  dev-menu_2.0].                                                                                                  
      - symfony-cmf/symfony-cmf dev-menu_2.0 requires doctrine/phpcr-odm 1.2.* -> no matching package found.      
    Problem 2                                                                                                     
      - Installation request for jackalope/jackalope-doctrine-dbal 1.1.* -> satisfiable by jackalope/jackalope-d  
  octrine-dbal[1.1.x-dev].                                                                                        
      - jackalope/jackalope-doctrine-dbal 1.1.x-dev requires doctrine/dbal >=2.2.0,<2.6 -> no matching package f  
  ound.                                                                                                           
    Problem 3                                                                                                     
      - Installation request for jackalope/jackalope-jackrabbit 1.1.* -> satisfiable by jackalope/jackalope-jack  
  rabbit[1.1.x-dev].                                                                                              
      - jackalope/jackalope-jackrabbit 1.1.x-dev requires jackalope/jackalope ~1.1.0 -> no matching package foun  
  d.                                                                                                              
    Problem 4                                                                                                     
      - jackalope/jackalope-jackrabbit 1.1.x-dev requires jackalope/jackalope ~1.1.0 -> no matching package foun  
  d.                                                                                                              
      - jackalope/jackalope-doctrine-dbal 1.1.x-dev requires doctrine/dbal >=2.2.0,<2.6 -> no matching package f  
  ound.                                                                                                           
      - doctrine/phpcr-odm 1.3.x-dev requires phpcr/phpcr-implementation ~2.1.0 -> satisfiable by jackalope/jack  
  alope[1.2.x-dev, dev-master].                                                                                   
      - symfony-cmf/simple-cms-bundle dev-menu_20 requires doctrine/phpcr-odm ~1.1 -> satisfiable by doctrine/ph  
  pcr-odm[1.3.x-dev].                                                                                             
      - jackalope/jackalope 1.2.x-dev requires jackalope/jackalope-transport * -> satisfiable by jackalope/jacka  
  lope-doctrine-dbal[1.1.x-dev], jackalope/jackalope-jackrabbit[1.1.x-dev].                                       
      - jackalope/jackalope dev-master requires jackalope/jackalope-transport * -> satisfiable by jackalope/jack  
  alope-doctrine-dbal[1.1.x-dev], jackalope/jackalope-jackrabbit[1.1.x-dev].                                      
      - Installation request for symfony-cmf/simple-cms-bundle dev-menu_20 -> satisfiable by symfony-cmf/simple-  
  cms-bundle[dev-menu_20].                                                                                        
  Potential causes:                                                                                               
   - A typo in the package name                                                                                   
   - The package is not available in a stable-enough version according to your minimum-stability setting          
     see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.                
  Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.       

but composer.lock looks like that atm:

{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "0ad1ca2220289dee89a2a82fca1fe022",
    "packages": [
        {
            "name": "aferrandini/urlizer",
            "version": "1.0.0",
            "target-dir": "Ferrandini",
            "source": {
                "type": "git",
                "url": "https://github.com/aferrandini/Urlizer.git",
                "reference": "9223a883ac24981385cf3ea41bff526c95a3547a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aferrandini/Urlizer/zipball/9223a883ac24981385cf3ea41bff526c95a3547a",
                "reference": "9223a883ac24981385cf3ea41bff526c95a3547a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Ferrandini": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ariel Ferrandini",
                    "email": "arielferrandini@gmail.com",
                    "homepage": "http://www.ferrandini.com/",
                    "role": "Developer"
                }
            ],
            "description": "Library for urlizer",
            "homepage": "https://github.com/aferrandini/urlizer",
            "keywords": [
                "url",
                "urlizer"
            ],
            "time": "2012-11-15 19:49:27"
        },
        {
            "name": "burgov/key-value-form-bundle",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Burgov/KeyValueFormBundle.git",
                "reference": "7e3a9e1e5b762fdeef313f1613201adb7aae47ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Burgov/KeyValueFormBundle/zipball/7e3a9e1e5b762fdeef313f1613201adb7aae47ed",
                "reference": "7e3a9e1e5b762fdeef313f1613201adb7aae47ed",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/form": "~2.3"
            },
            "type": "bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Burgov\\Bundle\\KeyValueFormBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A form type for managing key-value pairs",
            "time": "2014-05-02 11:17:04"
        },
        {
            "name": "doctrine/annotations",
            "version": "v1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/6a6bec0670bb6e71a263b08bc1b98ea242928633",
                "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "doctrine/cache": "1.*",
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Annotations\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "time": "2014-09-25 16:45:30"
        },
        {
            "name": "doctrine/cache",
            "version": "v1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/cf483685798a72c93bf4206e3dd6358ea07d64e7",
                "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.7",
                "satooshi/php-coveralls": "~0.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Cache\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Caching library offering an object-oriented API for many cache backends",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "time": "2014-09-17 14:24:04"
        },
        {
            "name": "doctrine/collections",
            "version": "v1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
                "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Collections\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Collections Abstraction library",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "array",
                "collections",
                "iterator"
            ],
            "time": "2014-02-03 23:07:43"
        },
        {
            "name": "doctrine/common",
            "version": "v2.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
                "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "doctrine/cache": "1.*",
                "doctrine/collections": "1.*",
                "doctrine/inflector": "1.*",
                "doctrine/lexer": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Common Library for Doctrine projects",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "collections",
                "eventmanager",
                "persistence",
                "spl"
            ],
            "time": "2014-05-21 19:28:51"
        },
        {
            "name": "doctrine/data-fixtures",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/data-fixtures.git",
                "reference": "b4a135c7db56ecc4602b54a2184368f440cac33e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b4a135c7db56ecc4602b54a2184368f440cac33e",
                "reference": "b4a135c7db56ecc4602b54a2184368f440cac33e",
                "shasum": ""
            },
            "require": {
                "doctrine/common": ">=2.2,<2.5-dev",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "doctrine/orm": ">=2.2,<2.5-dev"
            },
            "suggest": {
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
                "doctrine/orm": "For loading ORM fixtures",
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\DataFixtures": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                }
            ],
            "description": "Data Fixtures for all Doctrine Object Managers",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database"
            ],
            "time": "2013-07-10 17:04:07"
        },
        {
            "name": "doctrine/dbal",
            "version": "v2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "71140662c0a954602e81271667b6e03d9f53ea34"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/71140662c0a954602e81271667b6e03d9f53ea34",
                "reference": "71140662c0a954602e81271667b6e03d9f53ea34",
                "shasum": ""
            },
            "require": {
                "doctrine/common": ">=2.4,<2.6-dev",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*",
                "symfony/console": "2.*"
            },
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "bin": [
                "bin/doctrine-dbal"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\DBAL\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Database Abstraction Layer",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "dbal",
                "persistence",
                "queryobject"
            ],
            "time": "2014-12-04 21:57:15"
        },
        {
            "name": "doctrine/doctrine-bundle",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineBundle.git",
                "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/3beb3a780485ab01f86941f4892cd23ef8c39c6b",
                "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "~2.3",
                "doctrine/doctrine-cache-bundle": "~1.0",
                "jdorn/sql-formatter": "~1.1",
                "php": ">=5.3.2",
                "symfony/doctrine-bridge": "~2.2",
                "symfony/framework-bundle": "~2.2"
            },
            "require-dev": {
                "doctrine/orm": "~2.3",
                "phpunit/php-code-coverage": "~1.2",
                "phpunit/phpunit": "~3.7",
                "phpunit/phpunit-mock-objects": "~1.2",
                "satooshi/php-coveralls": "~0.6.1",
                "symfony/validator": "~2.2",
                "symfony/yaml": "~2.2",
                "twig/twig": "~1"
            },
            "suggest": {
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
                "symfony/web-profiler-bundle": "to use the data collector"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org/"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony DoctrineBundle",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "dbal",
                "orm",
                "persistence"
            ],
            "time": "2014-11-28 08:32:03"
        },
        {
            "name": "doctrine/doctrine-cache-bundle",
            "version": "v1.0.1",
            "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
                "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
                "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "~1.3",
                "doctrine/inflector": "~1.0",
                "php": ">=5.3.2",
                "symfony/doctrine-bridge": "~2.2",
                "symfony/framework-bundle": "~2.2",
                "symfony/security": "~2.2"
            },
            "require-dev": {
                "instaclick/coding-standard": "~1.1",
                "instaclick/object-calisthenics-sniffs": "dev-master",
                "instaclick/symfony2-coding-standard": "dev-remaster",
                "phpunit/phpunit": "~3.7",
                "satooshi/php-coveralls": "~0.6.1",
                "squizlabs/php_codesniffer": "dev-master",
                "symfony/console": "~2.2",
                "symfony/finder": "~2.2",
                "symfony/validator": "~2.2",
                "symfony/yaml": "~2.2"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Bundle\\DoctrineCacheBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Fabio B. Silva",
                    "email": "fabio.bat.silva@gmail.com"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@hotmail.com"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org/"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony2 Bundle for Doctrine Cache",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "time": "2014-11-28 09:43:36"
        },
        {
            "name": "doctrine/inflector",
            "version": "v1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08",
                "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Inflector\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                    "homepage": "http://www.jwage.com/",
                    "role": "Creator"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluarlize",
                "singuarlize",
                "string"
            ],
            "time": "2013-01-10 21:49:15"
        },
        {
            "name": "doctrine/instantiator",
            "version": "1.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3,<8.0-DEV"
            },
            "require-dev": {
                "athletic/athletic": "~0.1.8",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Instantiator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://github.com/doctrine/instantiator",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "time": "2014-10-13 12:58:55"
        },
        {
            "name": "doctrine/lexer",
            "version": "v1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb",
                "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Lexer\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "lexer",
                "parser"
            ],
            "time": "2013-01-12 18:59:04"
        },
        {
            "name": "doctrine/phpcr-bundle",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrinePHPCRBundle.git",
                "reference": "1a4fc663f36a8c09e455e8f79692b47d7c18d669"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrinePHPCRBundle/zipball/1a4fc663f36a8c09e455e8f79692b47d7c18d669",
                "reference": "1a4fc663f36a8c09e455e8f79692b47d7c18d669",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpcr/phpcr-implementation": "2.1.*",
                "phpcr/phpcr-utils": "~1.2.0",
                "symfony/doctrine-bridge": "~2.3",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "doctrine/phpcr-odm": "~1.1",
                "jackalope/jackalope-jackrabbit": "~1.1.0",
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
                "symfony-cmf/testing": "~1.1",
                "symfony/form": "~2.2"
            },
            "suggest": {
                "burgov/key-value-form-bundle": "to edit assoc multivalue properties. require version 1.0.*",
                "doctrine/data-fixtures": "if you want to use the fixture loading.",
                "doctrine/doctrine-bundle": "when using jackalope-doctrine-dbal",
                "doctrine/phpcr-odm": "if you want to use the odm as well. require version ~1.1",
                "jackalope/jackalope-doctrine-dbal": "if you want to use jackalope-doctrine-dbal. require version 1.0.*",
                "jackalope/jackalope-jackrabbit": "if you want to connect to jackrabbit. require version ~1.0.1",
                "phpcr/phpcr-shell": "If you want native access to PHPCR-Shell to manage the PHPCR repository"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\PHPCRBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Lukas Kahwe Smith",
                    "email": "smith@pooteeweet.org"
                }
            ],
            "description": "Symfony DoctrinePHPCRBundle",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "odm",
                "persistence",
                "phpcr"
            ],
            "time": "2014-10-25 14:49:36"
        },
        {
            "name": "doctrine/phpcr-odm",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/phpcr-odm.git",
                "reference": "8d5027f50db36774dc923a603eb13bc7785120fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/8d5027f50db36774dc923a603eb13bc7785120fb",
                "reference": "8d5027f50db36774dc923a603eb13bc7785120fb",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.4.0",
                "doctrine/instantiator": "~1.0.1",
                "php": ">=5.3.3",
                "phpcr/phpcr": "~2.1.1",
                "phpcr/phpcr-implementation": "~2.1.0",
                "phpcr/phpcr-utils": "~1.1"
            },
            "require-dev": {
                "liip/rmt": "~1.1",
                "symfony/yaml": "~2.0"
            },
            "suggest": {
                "jackalope/jackalope-doctrine-dbal": "~1.0",
                "jackalope/jackalope-jackrabbit": "~1.0",
                "symfony/yaml": "~2.0"
            },
            "bin": [
                "bin/phpcrodm",
                "bin/phpcrodm.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\ODM\\PHPCR": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lukas Kahwe Smith",
                    "email": "smith@pooteeweet.org"
                },
                {
                    "name": "David Buchmann",
                    "email": "david@liip.ch"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "Object-Document-Mapper for PHPCR",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "odm",
                "phpcr"
            ],
            "time": "2014-11-21 13:53:08"
        },
        {
            "name": "eko/feedbundle",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/eko/FeedBundle.git",
                "reference": "c6ee82849022b830d9942852d07b3d1600a5d36a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/eko/FeedBundle/zipball/c6ee82849022b830d9942852d07b3d1600a5d36a",
                "reference": "c6ee82849022b830d9942852d07b3d1600a5d36a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "symfony/framework-bundle": ">=2.2",
                "zendframework/zend-feed": ">=2.0",
                "zendframework/zend-http": ">=2.0",
                "zendframework/zend-servicemanager": ">=2.0"
            },
            "require-dev": {
                "doctrine/orm": "~2.2,>=2.2.3"
            },
            "suggest": {
                "doctrine/orm": "~2.2,>=2.2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Eko\\FeedBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Vincent Composieux",
                    "email": "vincent.composieux@gmail.com"
                }
            ],
            "description": "A Symfony bundle to build RSS feeds from entities",
            "homepage": "http://github.com/eko/FeedBundle",
            "keywords": [
                "atom",
                "bundle",
                "feed",
                "rss"
            ],
            "time": "2014-11-16 19:50:44"
        },
        {
            "name": "friendsofsymfony/jsrouting-bundle",
            "version": "1.5.3",
            "target-dir": "FOS/JsRoutingBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
                "reference": "dade3bb0b21007e5c0fb40f203ed197841eb913c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/dade3bb0b21007e5c0fb40f203ed197841eb913c",
                "reference": "dade3bb0b21007e5c0fb40f203ed197841eb913c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "symfony/console": "~2.0",
                "symfony/framework-bundle": "~2.0",
                "symfony/serializer": "~2.0",
                "willdurand/jsonp-callback-validator": "~1.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "FOS\\JsRoutingBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com",
                    "homepage": "http://www.willdurand.fr"
                },
                {
                    "name": "FriendsOfSymfony Community",
                    "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
                }
            ],
            "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
            "homepage": "http://friendsofsymfony.github.com",
            "keywords": [
                "Js Routing",
                "javascript",
                "routing"
            ],
            "time": "2014-01-23 21:25:39"
        },
        {
            "name": "friendsofsymfony/rest-bundle",
            "version": "1.4.2",
            "target-dir": "FOS/RestBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
                "reference": "0649a4c1d8cecd27885b09c1cddddb497a0d3ca3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/0649a4c1d8cecd27885b09c1cddddb497a0d3ca3",
                "reference": "0649a4c1d8cecd27885b09c1cddddb497a0d3ca3",
                "shasum": ""
            },
            "require": {
                "doctrine/inflector": "1.0.*",
                "php": ">=5.3.2",
                "psr/log": "~1.0",
                "symfony/framework-bundle": "~2.2",
                "willdurand/jsonp-callback-validator": "~1.0",
                "willdurand/negotiation": "~1.2"
            },
            "conflict": {
                "jms/serializer": "<0.12",
                "jms/serializer-bundle": "<0.11"
            },
            "require-dev": {
                "jms/serializer-bundle": "~0.12",
                "sensio/framework-extra-bundle": "~2.2",
                "symfony/form": "~2.2",
                "symfony/security": "~2.2",
                "symfony/serializer": "~2.2",
                "symfony/validator": "~2.2",
                "symfony/yaml": "~2.2"
            },
            "suggest": {
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12",
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener",
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.2",
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.2"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "FOS\\RestBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lukas Kahwe Smith",
                    "email": "smith@pooteeweet.org"
                },
                {
                    "name": "FriendsOfSymfony Community",
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
                },
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com"
                }
            ],
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
            "homepage": "http://friendsofsymfony.github.com",
            "keywords": [
                "rest"
            ],
            "time": "2014-08-15 12:18:54"
        },
        {
            "name": "helios-ag/fm-elfinder-bundle",
            "version": "1.5",
            "target-dir": "FM/ElfinderBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/helios-ag/FMElfinderBundle.git",
                "reference": "57de87e1bf72f9a87fa1d7cd508e7857a3d03860"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/helios-ag/FMElfinderBundle/zipball/57de87e1bf72f9a87fa1d7cd508e7857a3d03860",
                "reference": "57de87e1bf72f9a87fa1d7cd508e7857a3d03860",
                "shasum": ""
            },
            "require": {
                "helios-ag/fm-elfinder-php-connector": "1.1.1",
                "php": ">=5.3.3",
                "sensio/framework-extra-bundle": "*@dev",
                "symfony/symfony": "*@stable",
                "symfony/twig-bundle": "~2.0"
            },
            "suggest": {
                "Trsteel/ckeditor-bundle": "CKEditor WYSIWYG Editor Bundlefor Symfony2 Project by Trsteel",
                "stfalcon/tinymce-bundle": "TinyMCE WYSIWYG Editor Bundle by Stfalcon"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-0": {
                    "FM\\ElfinderBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Al Ganiev",
                    "email": "helios.ag@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://github.com/helios-ag/FMElfinderBundle/contributors"
                }
            ],
            "description": "ElFinder bundle, add ElFinder file manager to your Symfony2 project",
            "homepage": "https://github.com/helios-ag/FMElfinderBundle",
            "keywords": [
                "elfinder",
                "file manager"
            ],
            "time": "2014-05-09 12:02:28"
        },
        {
            "name": "helios-ag/fm-elfinder-php-connector",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/helios-ag/ElFinderPHP.git",
                "reference": "fa24c5ce710ec2c9eab899786c93dfac1a232386"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/helios-ag/ElFinderPHP/zipball/fa24c5ce710ec2c9eab899786c93dfac1a232386",
                "reference": "fa24c5ce710ec2c9eab899786c93dfac1a232386",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "FM\\ElFinderPHP": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3 Clause"
            ],
            "authors": [
                {
                    "name": "Al Ganiev",
                    "email": "helios.ag@gmail.com"
                },
                {
                    "name": "ElFinder authors",
                    "homepage": "https://github.com/Studio-42/elFinder"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://github.com/helios-ag/ElFinderPHP/contributors"
                }
            ],
            "description": "ElFinder PHP backend, 5.3 compliant",
            "homepage": "http://github.com/helios-ag/ElFinderPHP",
            "keywords": [
                "elfinder",
                "filemanager"
            ],
            "time": "2013-08-06 17:02:04"
        },
        {
            "name": "imagine/imagine",
            "version": "0.6.2",
            "source": {
                "type": "git",
                "url": "https://github.com/avalanche123/Imagine.git",
                "reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/83ca8babede0e54f935ec09d55a726bf4b0a3f7c",
                "reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "sami/sami": "dev-master"
            },
            "suggest": {
                "ext-gd": "to use the GD implementation",
                "ext-gmagick": "to use the Gmagick implementation",
                "ext-imagick": "to use the Imagick implementation"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.7-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Imagine": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bulat Shakirzyanov",
                    "email": "mallluhuct@gmail.com",
                    "homepage": "http://avalanche123.com"
                }
            ],
            "description": "Image processing for PHP 5.3",
            "homepage": "http://imagine.readthedocs.org/",
            "keywords": [
                "drawing",
                "graphics",
                "image manipulation",
                "image processing"
            ],
            "time": "2014-11-11 11:36:02"
        },
        {
            "name": "jackalope/jackalope",
            "version": "1.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/jackalope/jackalope.git",
                "reference": "96fb324089c7c7e4f8cb7cc4945dd48c820994e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jackalope/jackalope/zipball/96fb324089c7c7e4f8cb7cc4945dd48c820994e4",
                "reference": "96fb324089c7c7e4f8cb7cc4945dd48c820994e4",
                "shasum": ""
            },
            "require": {
                "ext-xml": "*",
                "jackalope/jackalope-transport": "*",
                "php": ">=5.3.2",
                "phpcr/phpcr": "~2.1.0",
                "phpcr/phpcr-utils": ">=1.1.0,<1.3.x-dev"
            },
            "provide": {
                "phpcr/phpcr-implementation": "2.1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Jackalope\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Jackalope Community",
                    "homepage": "https://github.com/jackalope/jackalope/contributors"
                }
            ],
            "description": "Jackalope PHPCR library",
            "homepage": "http://jackalope.github.io",
            "keywords": [
                "phpcr"
            ],
            "time": "2014-07-03 12:51:27"
        },
        {
            "name": "jackalope/jackalope-doctrine-dbal",
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/jackalope/jackalope-doctrine-dbal.git",
                "reference": "3eff08407163449d33779500bbe6c7c3087bc400"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jackalope/jackalope-doctrine-dbal/zipball/3eff08407163449d33779500bbe6c7c3087bc400",
                "reference": "3eff08407163449d33779500bbe6c7c3087bc400",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": ">=2.2.0,<2.6",
                "jackalope/jackalope": "~1.1.1",
                "php": ">=5.3.3",
                "phpcr/phpcr": "~2.1.0",
                "phpcr/phpcr-utils": ">=1.1.0,<1.3.x-dev"
            },
            "provide": {
                "jackalope/jackalope-transport": "1.1.0"
            },
            "require-dev": {
                "phpcr/phpcr-api-tests": "2.1.0",
                "phpunit/dbunit": "~1.3",
                "psr/log": "~1.0"
            },
            "bin": [
                "bin/jackalope"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Jackalope\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Jackalope Community",
                    "homepage": "https://github.com/jackalope/jackalope-jackrabbit/contributors"
                }
            ],
            "description": "Jackalope Transport library for Doctrine DBAL",
            "homepage": "http://jackalope.github.io",
            "keywords": [
                "doctrine-dbal",
                "phpcr",
                "transport implementation"
            ],
            "time": "2014-08-07 19:23:14"
        },
        {
            "name": "jackalope/jackalope-jackrabbit",
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/jackalope/jackalope-jackrabbit.git",
                "reference": "d794d342f56949d8afc2f895d10e00a5ee969df6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jackalope/jackalope-jackrabbit/zipball/d794d342f56949d8afc2f895d10e00a5ee969df6",
                "reference": "d794d342f56949d8afc2f895d10e00a5ee969df6",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-xml": "*",
                "jackalope/jackalope": "~1.1.0",
                "php": ">=5.3.3",
                "phpcr/phpcr": "~2.1.0",
                "phpcr/phpcr-utils": ">=1.1.0,<1.3.x-dev"
            },
            "provide": {
                "jackalope/jackalope-transport": "1.1.0"
            },
            "require-dev": {
                "phpcr/phpcr-api-tests": "~2.1.0",
                "psr/log": "~1.0",
                "symfony/console": "~2.0"
            },
            "bin": [
                "bin/jackalope",
                "bin/jackrabbit.sh"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Jackalope\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Jackalope Community",
                    "homepage": "https://github.com/jackalope/jackalope-jackrabbit/contributors"
                }
            ],
            "description": "Jackalope Transport library for Jackrabbit",
            "homepage": "http://jackalope.github.com",
            "keywords": [
                "jackrabbit",
                "phpcr",
                "transport implementation"
            ],
            "time": "2014-05-25 09:55:12"
        },
        {
            "name": "jdorn/sql-formatter",
            "version": "v1.2.17",
            "source": {
                "type": "git",
                "url": "https://github.com/jdorn/sql-formatter.git",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "lib"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeremy Dorn",
                    "email": "jeremy@jeremydorn.com",
                    "homepage": "http://jeremydorn.com/"
                }
            ],
            "description": "a PHP SQL highlighting library",
            "homepage": "https://github.com/jdorn/sql-formatter/",
            "keywords": [
                "highlight",
                "sql"
            ],
            "time": "2014-01-12 16:20:24"
        },
        {
            "name": "jms/metadata",
            "version": "1.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/metadata.git",
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "doctrine/cache": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Metadata\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache"
            ],
            "authors": [
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Class/method/property metadata management in PHP",
            "keywords": [
                "annotations",
                "metadata",
                "xml",
                "yaml"
            ],
            "time": "2014-07-12 07:13:19"
        },
        {
            "name": "jms/parser-lib",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/parser-lib.git",
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
                "shasum": ""
            },
            "require": {
                "phpoption/phpoption": ">=0.9,<2.0-dev"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "JMS\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "description": "A library for easily creating recursive-descent parsers.",
            "time": "2012-11-18 18:08:43"
        },
        {
            "name": "jms/serializer",
            "version": "0.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/serializer.git",
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "jms/metadata": "~1.1",
                "jms/parser-lib": "1.*",
                "php": ">=5.3.2",
                "phpcollection/phpcollection": "~0.1"
            },
            "require-dev": {
                "doctrine/orm": "~2.1",
                "doctrine/phpcr-odm": "~1.0.1",
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
                "propel/propel1": "~1.7",
                "symfony/filesystem": "2.*",
                "symfony/form": "~2.1",
                "symfony/translation": "~2.0",
                "symfony/validator": "~2.0",
                "symfony/yaml": "2.*",
                "twig/twig": ">=1.8,<2.0-dev"
            },
            "suggest": {
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.15-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "JMS\\Serializer": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
            "homepage": "http://jmsyst.com/libs/serializer",
            "keywords": [
                "deserialization",
                "jaxb",
                "json",
                "serialization",
                "xml"
            ],
            "time": "2014-03-18 08:39:00"
        },
        {
            "name": "jms/serializer-bundle",
            "version": "0.13.0",
            "target-dir": "JMS/SerializerBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
                "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
                "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
                "shasum": ""
            },
            "require": {
                "jms/serializer": "~0.11",
                "php": ">=5.3.2",
                "symfony/framework-bundle": "~2.1"
            },
            "require-dev": {
                "doctrine/doctrine-bundle": "*",
                "doctrine/orm": "*",
                "symfony/browser-kit": "*",
                "symfony/class-loader": "*",
                "symfony/css-selector": "*",
                "symfony/finder": "*",
                "symfony/form": "*",
                "symfony/process": "*",
                "symfony/twig-bundle": "*",
                "symfony/validator": "*",
                "symfony/yaml": "*"
            },
            "suggest": {
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.13-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "JMS\\SerializerBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
            "keywords": [
                "deserialization",
                "jaxb",
                "json",
                "serialization",
                "xml"
            ],
            "time": "2013-12-05 14:36:11"
        },
        {
            "name": "knplabs/knp-menu",
            "version": "v1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/KnpLabs/KnpMenu.git",
                "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/f8e867268f63f561c1adadd6cbb5d8524f921873",
                "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "pimple/pimple": "*",
                "silex/silex": "1.0.*",
                "twig/twig": ">=1.2,<2.0-dev"
            },
            "suggest": {
                "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
                "silex/silex": "for the integration with your silex application",
                "twig/twig": "for the TwigRenderer and the integration with your templates"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Knp\\Menu\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                },
                {
                    "name": "KnpLabs",
                    "homepage": "http://knplabs.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
                }
            ],
            "description": "An object oriented menu library",
            "homepage": "http://knplabs.com",
            "keywords": [
                "menu",
                "tree"
            ],
            "time": "2012-06-10 16:20:40"
        },
        {
            "name": "knplabs/knp-menu-bundle",
            "version": "v1.1.2",
            "target-dir": "Knp/Bundle/MenuBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
                "reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/2fecac02614e5a006f674dd5dd754eeaeca060b9",
                "reference": "2fecac02614e5a006f674dd5dd754eeaeca060b9",
                "shasum": ""
            },
            "require": {
                "knplabs/knp-menu": "~1.1",
                "symfony/framework-bundle": "~2.0"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-0": {
                    "Knp\\Bundle\\MenuBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                },
                {
                    "name": "Knplabs",
                    "homepage": "http://knplabs.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
                }
            ],
            "description": "This bundle provides an integration of the KnpMenu library",
            "keywords": [
                "menu"
            ],
            "time": "2013-05-25 10:20:03"
        },
        {
            "name": "kriswallsmith/assetic",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kriswallsmith/assetic.git",
                "reference": "df991c124a2212371443b586a1be767500036dee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/df991c124a2212371443b586a1be767500036dee",
                "reference": "df991c124a2212371443b586a1be767500036dee",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1",
                "symfony/process": "~2.1"
            },
            "require-dev": {
                "cssmin/cssmin": "*",
                "joliclic/javascript-packer": "*",
                "kamicane/packager": "*",
                "leafo/lessphp": "*",
                "leafo/scssphp": "*",
                "leafo/scssphp-compass": "*",
                "mrclay/minify": "*",
                "patchwork/jsqueeze": "~1.0",
                "phpunit/phpunit": "~4",
                "psr/log": "~1.0",
                "ptachoire/cssembed": "*",
                "twig/twig": "~1.6"
            },
            "suggest": {
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Assetic": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                }
            ],
            "description": "Asset Management for PHP",
            "homepage": "https://github.com/kriswallsmith/assetic",
            "keywords": [
                "assets",
                "compression",
                "minification"
            ],
            "time": "2014-10-14 14:45:32"
        },
        {
            "name": "liip/imagine-bundle",
            "version": "1.1.1",
            "target-dir": "Liip/ImagineBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/liip/LiipImagineBundle.git",
                "reference": "eacdae21cc9ce8e07ab64d20d5a92529ed49709d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/eacdae21cc9ce8e07ab64d20d5a92529ed49709d",
                "reference": "eacdae21cc9ce8e07ab64d20d5a92529ed49709d",
                "shasum": ""
            },
            "require": {
                "imagine/imagine": "~0.5,<0.7",
                "php": ">=5.3.2",
                "symfony/filesystem": "~2.3",
                "symfony/finder": "~2.3",
                "symfony/framework-bundle": "~2.3",
                "symfony/options-resolver": "~2.3"
            },
            "require-dev": {
                "amazonwebservices/aws-sdk-for-php": "~1.0",
                "aws/aws-sdk-php": "~2.4",
                "doctrine/cache": "~1.1",
                "doctrine/mongodb-odm": "1.0.*",
                "doctrine/orm": "~2.3",
                "ext-gd": "*",
                "phpunit/phpunit": "~4.3",
                "psr/log": "~1.0",
                "symfony/browser-kit": "~2.3",
                "symfony/console": "~2.3",
                "symfony/form": "~2.3",
                "symfony/yaml": "~2.3",
                "twig/twig": "~1.0"
            },
            "suggest": {
                "amazonwebservices/aws-sdk-for-php": "Add it if you'd like to use aws v1 resolver",
                "aws/aws-sdk-php": "Add it if you'd like to use aws v2 resolver",
                "monolog/monolog": "If you'd want to write logs",
                "twig/twig": "If you'd want to use some handy twig filters"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev",
                    "dev-0.x": "0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Liip\\ImagineBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Liip and other contributors",
                    "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
                }
            ],
            "description": "This Bundle assists in imagine manipulation using the imagine library",
            "homepage": "http://liip.ch",
            "keywords": [
                "image",
                "imagine"
            ],
            "time": "2014-11-12 10:15:02"
        },
        {
            "name": "liip/search-bundle",
            "version": "1.0.0",
            "target-dir": "Liip/SearchBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/liip/LiipSearchBundle.git",
                "reference": "04508e768d31eae3386957f06ba9ab23dd7874bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/liip/LiipSearchBundle/zipball/04508e768d31eae3386957f06ba9ab23dd7874bf",
                "reference": "04508e768d31eae3386957f06ba9ab23dd7874bf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/framework-bundle": "~2.1"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Liip\\SearchBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Liip AG",
                    "homepage": "http://www.liip.ch/"
                },
                {
                    "name": "Community contributions",
                    "homepage": "https://github.com/liip/LiipSearchBundle/contributors"
                }
            ],
            "description": "This bundles provides some basic infrastructure for creating a search UI in Symfony2 applications along with integration with Google's search API",
            "keywords": [
                "Symfony2"
            ],
            "time": "2013-06-11 15:14:23"
        },
        {
            "name": "lunetics/locale-bundle",
            "version": "v2.3.1",
            "target-dir": "Lunetics/LocaleBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/lunetics/LocaleBundle.git",
                "reference": "4297886c8a4837334c527c6ab7bdbe07fc62ce87"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lunetics/LocaleBundle/zipball/4297886c8a4837334c527c6ab7bdbe07fc62ce87",
                "reference": "4297886c8a4837334c527c6ab7bdbe07fc62ce87",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "psr/log": "~1.0",
                "symfony/framework-bundle": ">=2.2.2",
                "symfony/locale": "~2.2",
                "symfony/validator": "~2.2",
                "symfony/yaml": "~2.2"
            },
            "require-dev": {
                "ext-intl": "*",
                "symfony/form": "~2.2",
                "twig/twig": "1.*"
            },
            "suggest": {
                "ext-intl": "Needed for displaying the countryname in the locale language"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Lunetics\\LocaleBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lunetics",
                    "homepage": "http://www.lunetics.com"
                },
                {
                    "name": "Christophe Willesmen",
                    "homepage": "http://christophewillemsen.com"
                }
            ],
            "description": "A Bundle for switching Languages",
            "keywords": [
                "browser",
                "bundle",
                "cookie",
                "language",
                "locale",
                "multilanguage",
                "router"
            ],
            "time": "2014-09-10 07:48:45"
        },
        {
            "name": "midgard/createphp",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/flack/createphp.git",
                "reference": "8627540c62f0d73c15fbb5112ab266398a2a0159"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flack/createphp/zipball/8627540c62f0d73c15fbb5112ab266398a2a0159",
                "reference": "8627540c62f0d73c15fbb5112ab266398a2a0159",
                "shasum": ""
            },
            "require-dev": {
                "doctrine/common": "~2.3.0",
                "twig/twig": "~1.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.9-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Midgard\\CreatePHP": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL",
                "MIT"
            ],
            "authors": [
                {
                    "name": "Andreas Flack",
                    "email": "flack@contentcontrol-berlin.de",
                    "homepage": "http://www.contentcontrol-berlin.de/"
                }
            ],
            "description": "PHP adapter for Create.js",
            "keywords": [
                "rdfa"
            ],
            "time": "2014-03-19 08:52:56"
        },
        {
            "name": "monolog/monolog",
            "version": "1.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
                "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "~2.4, >2.4.8",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "phpunit/phpunit": "~3.7.0",
                "raven/raven": "~0.5",
                "ruflin/elastica": "0.90.*",
                "videlalvaro/php-amqplib": "~2.4"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "raven/raven": "Allow sending log messages to a Sentry server",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.11.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "http://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "time": "2014-09-30 13:30:58"
        },
        {
            "name": "phpcollection/phpcollection",
            "version": "0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/php-collection.git",
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
                "shasum": ""
            },
            "require": {
                "phpoption/phpoption": "1.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PhpCollection": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "General-Purpose Collection Library for PHP",
            "keywords": [
                "collection",
                "list",
                "map",
                "sequence",
                "set"
            ],
            "time": "2014-03-11 13:46:42"
        },
        {
            "name": "phpcr/phpcr",
            "version": "2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phpcr/phpcr.git",
                "reference": "eea4472c18e6f01fed9ce30dbada8255759ab810"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpcr/phpcr/zipball/eea4472c18e6f01fed9ce30dbada8255759ab810",
                "reference": "eea4472c18e6f01fed9ce30dbada8255759ab810",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PHPCR": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Lukas Kahwe Smith",
                    "email": "smith@pooteeweet.org"
                },
                {
                    "name": "David Buchmann",
                    "email": "david@liip.ch"
                },
                {
                    "name": "Karsten Dambekalns",
                    "email": "karsten@typo3.org"
                }
            ],
            "description": "PHP Content Repository interfaces",
            "homepage": "http://phpcr.github.io",
            "keywords": [
                "contentrepository",
                "phpcr"
            ],
            "time": "2014-03-03 07:42:27"
        },
        {
            "name": "phpcr/phpcr-utils",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/phpcr/phpcr-utils.git",
                "reference": "5398f5c2c08f61063a6230a6640415a2c4566816"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/5398f5c2c08f61063a6230a6640415a2c4566816",
                "reference": "5398f5c2c08f61063a6230a6640415a2c4566816",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "phpcr/phpcr": "~2.1.0",
                "symfony/console": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PHPCR\\Util": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Lukas Kahwe Smith",
                    "email": "smith@pooteeweet.org"
                },
                {
                    "name": "David Buchmann",
                    "email": "david@liip.ch"
                },
                {
                    "name": "Nacho Martín",
                    "email": "nitram.ohcan@gmail.com"
                },
                {
                    "name": "Daniel Barsotti",
                    "email": "daniel.barsotti@liip.ch"
                }
            ],
            "description": "PHP Content Repository implementation independant utilities",
            "homepage": "http://phpcr.github.io",
            "keywords": [
                "cli",
                "contentrepository",
                "phpcr"
            ],
            "time": "2014-11-17 10:54:18"
        },
        {
            "name": "phpoption/phpoption",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/php-option.git",
                "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
                "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PhpOption\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Option Type for PHP",
            "keywords": [
                "language",
                "option",
                "php",
                "type"
            ],
            "time": "2014-01-09 22:37:17"
        },
        {
            "name": "psr/log",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Psr\\Log\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2012-12-21 11:40:51"
        },
        {
            "name": "sensio/distribution-bundle",
            "version": "v3.0.12",
            "target-dir": "Sensio/Bundle/DistributionBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
                "reference": "fcb1b0d52c5b5396228e52e65bc6924e9797ee84"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/fcb1b0d52c5b5396228e52e65bc6924e9797ee84",
                "reference": "fcb1b0d52c5b5396228e52e65bc6924e9797ee84",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sensiolabs/security-checker": "~2.0",
                "symfony/class-loader": "~2.2",
                "symfony/form": "~2.2",
                "symfony/framework-bundle": "~2.3",
                "symfony/process": "~2.2",
                "symfony/validator": "~2.2",
                "symfony/yaml": "~2.2"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Sensio\\Bundle\\DistributionBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Base bundle for Symfony Distributions",
            "keywords": [
                "configuration",
                "distribution"
            ],
            "time": "2014-12-03 13:51:42"
        },
        {
            "name": "sensio/framework-extra-bundle",
            "version": "v2.3.4",
            "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
                "reference": "cce05719041d952bbec856789ca18646a1891d03"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/cce05719041d952bbec856789ca18646a1891d03",
                "reference": "cce05719041d952bbec856789ca18646a1891d03",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "symfony/framework-bundle": "~2.2"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Sensio\\Bundle\\FrameworkExtraBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                }
            ],
            "description": "This bundle provides a way to configure your controllers with annotations",
            "keywords": [
                "annotations",
                "controllers"
            ],
            "time": "2013-07-24 08:49:53"
        },
        {
            "name": "sensio/generator-bundle",
            "version": "v2.4.3",
            "target-dir": "Sensio/Bundle/GeneratorBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
                "reference": "2e2d8096a65cfec2658bd3f21e506fa1058b962e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/2e2d8096a65cfec2658bd3f21e506fa1058b962e",
                "reference": "2e2d8096a65cfec2658bd3f21e506fa1058b962e",
                "shasum": ""
            },
            "require": {
                "symfony/console": "~2.0",
                "symfony/framework-bundle": "~2.2"
            },
            "require-dev": {
                "doctrine/orm": "~2.2,>=2.2.3",
                "symfony/doctrine-bridge": "~2.2",
                "twig/twig": "~1.11"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Sensio\\Bundle\\GeneratorBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "This bundle generates code for you",
            "time": "2014-12-04 05:46:34"
        },
        {
            "name": "sensiolabs/security-checker",
            "version": "v2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/security-checker.git",
                "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/5b4eb4743ebe68276c911c84101ecdf4a9ae76ee",
                "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "symfony/console": "~2.0"
            },
            "bin": [
                "security-checker"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "SensioLabs\\Security": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien.potencier@gmail.com"
                }
            ],
            "description": "A security checker for your composer.lock",
            "time": "2014-07-19 10:52:35"
        },
        {
            "name": "sonata-project/admin-bundle",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sonata-project/SonataAdminBundle.git",
                "reference": "68a836e5dbcb89a9bec36586186d4fdf3fedf6f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/68a836e5dbcb89a9bec36586186d4fdf3fedf6f5",
                "reference": "68a836e5dbcb89a9bec36586186d4fdf3fedf6f5",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "knplabs/knp-menu": ">=1.1.0,<3.0.0",
                "knplabs/knp-menu-bundle": ">=1.1.0,<3.0.0",
                "sensio/generator-bundle": "~2.3",
                "sonata-project/block-bundle": "~2.2,>=2.2.7",
                "sonata-project/core-bundle": "~2.2",
                "sonata-project/exporter": "~1.0",
                "symfony/class-loader": "~2.3",
                "symfony/config": "~2.3",
                "symfony/console": "~2.3",
                "symfony/form": "~2.3",
                "symfony/http-foundation": "~2.3",
                "symfony/routing": "~2.3",
                "symfony/security-bundle": "~2.3",
                "symfony/twig-bridge": "~2.3",
                "symfony/validator": "~2.3",
                "twig/extensions": "~1.0",
                "twig/twig": "~1.15"
            },
            "require-dev": {
                "jms/translation-bundle": "~1.1",
                "sonata-project/intl-bundle": "~2.1",
                "symfony/yaml": "~2.3"
            },
            "suggest": {
                "jms/translation-bundle": "Extract message keys from Admins",
                "sonata-project/intl-bundle": "Add localized date and number into the list"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sonata\\AdminBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Rabaix",
                    "email": "thomas.rabaix@sonata-project.org",
                    "homepage": "http://sonata-project.org"
                },
                {
                    "name": "Sonata Community",
                    "homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors"
                }
            ],
            "description": "Symfony SonataAdminBundle",
            "homepage": "http://sonata-project.org/bundles/admin",
            "keywords": [
                "Admin Generator",
                "admin",
                "bootstrap",
                "sonata"
            ],
            "time": "2014-09-09 13:52:07"
        },
        {
            "name": "sonata-project/block-bundle",
            "version": "2.2.13",
            "source": {
                "type": "git",
                "url": "https://github.com/sonata-project/SonataBlockBundle.git",
                "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
                "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.3",
                "sonata-project/cache": "~1.0",
                "sonata-project/core-bundle": "~2.2",
                "symfony/form": "~2.2",
                "symfony/http-kernel": "~2.2"
            },
            "require-dev": {
                "knplabs/knp-menu-bundle": "~2.0",
                "sonata-project/admin-bundle": "~2.2"
            },
            "suggest": {
                "knplabs/knp-menu-bundle": "~2.0",
                "sonata-project/admin-bundle": "~2.2",
                "sonata-project/cache-bundle": "~2.1"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sonata\\BlockBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Rabaix",
                    "email": "thomas.rabaix@sonata-project.org",
                    "homepage": "http://sonata-project.org"
                },
                {
                    "name": "Sonata Community",
                    "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
                }
            ],
            "description": "Symfony SonataBlockBundle",
            "homepage": "http://sonata-project.org/bundles/block",
            "keywords": [
                "block",
                "sonata"
            ],
            "time": "2014-09-11 10:42:35"
        },
        {
            "name": "sonata-project/cache",
            "version": "1.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sonata-project/cache.git",
                "reference": "548b14c49474ed006543336d8f0be093089a3797"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sonata-project/cache/zipball/548b14c49474ed006543336d8f0be093089a3797",
                "reference": "548b14c49474ed006543336d8f0be093089a3797",
                "shasum": ""
            },
            "require-dev": {
                "doctrine/orm": "~2.2",
                "doctrine/phpcr-odm": "~1.0",
                "jackalope/jackalope-doctrine-dbal": "~1.0",
                "predis/predis": "~0.8,<1.0",
                "psr/log": "~1.0"
            },
            "suggest": {
                "doctrine/orm": "ORM support",
                "doctrine/phpcr-odm": "PHPCR ODM support",
                "ext-apc": "Caching with ext/apc",
                "ext-memcached": "Caching with ext/memcached",
                "predis/predis": "Install redis php"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sonata\\Cache\\Tests\\": "test/",
                    "Sonata\\Cache\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Rabaix",
                    "email": "thomas.rabaix@gmail.com",
                    "homepage": "http://sonata-project.org/"
                }
            ],
            "description": "Cache library",
            "homepage": "https://github.com/sonata-project/cache",
            "keywords": [
                "cache",
                "memcached",
                "mongodb",
                "redis"
            ],
            "time": "2014-07-02 20:57:41"
        },
        {
            "name": "sonata-project/cache-bundle",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sonata-project/SonataCacheBundle.git",
                "reference": "b815c6896513af3e7c2793743f5ea0e8dfba65c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sonata-project/SonataCacheBundle/zipball/b815c6896513af3e7c2793743f5ea0e8dfba65c9",
                "reference": "b815c6896513af3e7c2793743f5ea0e8dfba65c9",
                "shasum": ""
            },
            "require": {
                "sonata-project/cache": "~1.0",
                "symfony/filesystem": "~2.2",
                "symfony/http-foundation": "~2.2",
                "symfony/process": "~2.2",
                "symfony/routing": "~2.2",
                "symfony/security": "~2.2"
            },
            "require-dev": {
                "doctrine/orm": "~2.2",
                "predis/predis": "~0.8",
                "sonata-project/cache": "~1.0,>=1.0.2"
            },
            "suggest": {
                "doctrine/doctrine-bundle": "ORM support",
                "doctrine/orm": "ORM support",
                "doctrine/phpcr-bundle": "PHPCR ODM support",
                "doctrine/phpcr-odm": "PHPCR ODM support",
                "ext-apc": "Caching with ext/apc",
                "ext-memcached": "Caching with ext/memcached",
                "predis/predis": "Install redis php"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sonata\\CacheBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Rabaix",
                    "email": "thomas.rabaix@sonata-project.org",
                    "homepage": "http://sonata-project.org"
                },
                {
                    "name": "Sonata Community",
                    "homepage": "https://github.com/sonata-project/SonataCacheBundle/contributors"
                }
            ],
            "description": "This bundle provides caching services",
            "homepage": "https://github.com/sonata-project/SonataCacheBundle",
            "keywords": [
                "cache block"
            ],
            "time": "2014-09-11 08:45:33"
        },
        {
            "name": "sonata-project/core-bundle",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sonata-project/SonataCoreBundle.git",
                "reference": "60bfa806faa332642a63215e3b6e3607c1e1b13e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/60bfa806faa332642a63215e3b6e3607c1e1b13e",
                "reference": "60bfa806faa332642a63215e3b6e3607c1e1b13e",
                "shasum": ""
            },
            "require": {
                "symfony/config": "~2.3",
                "symfony/form": "~2.3",
                "symfony/http-foundation": "~2.3",
                "symfony/translation": "~2.3",
                "twig/twig": "~1.16"
            },
            "require-dev": {
                "doctrine/orm": "~2.4",
                "doctrine/phpcr-odm": "~1.0",
                "friendsofsymfony/rest-bundle": "~1.1",
                "jackalope/jackalope-doctrine-dbal": "~1.0",
                "jms/serializer-bundle": "~0.11",
                "sensio/framework-extra-bundle": "~2.3",
                "sonata-project/exporter": "~1.3"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sonata\\CoreBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sonata Community",
                    "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
                },
                {
                    "name": "Thomas Rabaix",
                    "email": "thomas.rabaix@sonata-project.org"
                }
            ],
            "description": "Symfony SonataCoreBundle",
            "homepage": "http://sonata-project.org/bundles/core",
            "keywords": [
                "sonata"
            ],
            "time": "2014-09-09 23:58:27"
        },
        {
            "name": "sonata-project/doctrine-phpcr-admin-bundle",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle.git",
                "reference": "3447728d3a5920538ae0e87b85ec29798ffab131"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sonata-project/SonataDoctrinePhpcrAdminBundle/zipball/3447728d3a5920538ae0e87b85ec29798ffab131",
                "reference": "3447728d3a5920538ae0e87b85ec29798ffab131",
                "shasum": ""
            },
            "require": {
                "doctrine/phpcr-bundle": "~1.1",
                "doctrine/phpcr-odm": "~1.1",
                "php": ">=5.3.3",
                "sonata-project/admin-bundle": ">=2.2.9,<=2.3.0",
                "sonata-project/jquery-bundle": "1.8.*",
                "symfony-cmf/tree-browser-bundle": "~1.0",
                "symfony/framework-bundle": "~2.3",
                "symfony/property-access": "~2.2"
            },
            "provide": {
                "sonata-project/admin-bundle-persistency-layer": "1.0.0"
            },
            "require-dev": {
                "jackalope/jackalope-jackrabbit": "~1.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sonata\\DoctrinePHPCRAdminBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sonata Community",
                    "homepage": "https://github.com/sonata-project/SonataDoctrinePHPCRAdminBundle/contributors"
                },
                {
                    "name": "Nacho Martin",
                    "email": "nacho.martin@gmail.com",
                    "homepage": "http://nacho-martin.com"
                }
            ],
            "description": "Symfony Sonata / Integrate Doctrine PHPCR into the SonataAdminBundle",
            "keywords": [
                "Admin Generator",
                "admin",
                "bootstrap",
                "sonata"
            ],
            "time": "2014-10-22 17:22:13"
        },
        {
            "name": "sonata-project/exporter",
            "version": "1.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sonata-project/exporter.git",
                "reference": "8a88328ccdd1ca1471dd14483a4396350fbda91c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sonata-project/exporter/zipball/8a88328ccdd1ca1471dd14483a4396350fbda91c",
                "reference": "8a88328ccdd1ca1471dd14483a4396350fbda91c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "propel/propel1": "~1.6",
                "symfony/property-access": "~2.2",
                "symfony/routing": "*"
            },
            "suggest": {
                "ext-curl": "*",
                "propel/propel1": "~1.6",
                "symfony/property-access": "~2.2",
                "symfony/routing": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Exporter": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Rabaix",
                    "email": "thomas.rabaix@gmail.com",
                    "homepage": "http://sonata-project.org/"
                }
            ],
            "description": "Lightweight Exporter library",
            "homepage": "https://github.com/sonata-project/Exporter",
            "keywords": [
                "client",
                "csv",
                "data",
                "export",
                "xls"
            ],
            "time": "2014-09-11 09:05:40"
        },
        {
            "name": "sonata-project/jquery-bundle",
            "version": "1.8.3",
            "target-dir": "Sonata/jQueryBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/sonata-project/SonatajQueryBundle.git",
                "reference": "1b6dde1becb93b801e64b20e96bc76a110ead712"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sonata-project/SonatajQueryBundle/zipball/1b6dde1becb93b801e64b20e96bc76a110ead712",
                "reference": "1b6dde1becb93b801e64b20e96bc76a110ead712",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "symfony/framework-bundle": "2.*"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-0": {
                    "Sonata\\jQueryBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Rabaix",
                    "email": "thomas.rabaix@sonata-project.org",
                    "homepage": "http://sonata-project.org"
                },
                {
                    "name": "Sonata Community",
                    "homepage": "https://github.com/sonata-project/SonatajQueryBundle/contributors"
                }
            ],
            "description": "Symfony SonatajQueryBundle",
            "homepage": "http://sonata-project.org/bundles/jquery",
            "keywords": [
                "jquery",
                "sonata"
            ],
            "time": "2013-03-01 17:24:02"
        },
        {
            "name": "sonata-project/seo-bundle",
            "version": "1.1.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sonata-project/SonataSeoBundle.git",
                "reference": "b0ae33a121ab8beb2a517224b778d46fd50faca8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sonata-project/SonataSeoBundle/zipball/b0ae33a121ab8beb2a517224b778d46fd50faca8",
                "reference": "b0ae33a121ab8beb2a517224b778d46fd50faca8",
                "shasum": ""
            },
            "require": {
                "sonata-project/exporter": ">=1.2.2,<2.0",
                "symfony/symfony": "~2.1",
                "twig/twig": "*"
            },
            "require-dev": {
                "guzzle/guzzle": "3.*",
                "sonata-project/admin-bundle": "~2.2",
                "sonata-project/block-bundle": "~2.2,>=2.2.7"
            },
            "suggest": {
                "guzzle/guzzle": "3.*",
                "knplabs/knp-menu-bundle": "Used by the BreadcrumbMenuBuilder",
                "sonata-project/block-bundle": "Allows you to use SEO friendly blocks"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sonata\\SeoBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Rabaix",
                    "email": "thomas.rabaix@sonata-project.org",
                    "homepage": "http://sonata-project.org"
                },
                {
                    "name": "Sonata Community",
                    "homepage": "https://github.com/sonata-project/SonataSeoBundle/contributors"
                }
            ],
            "description": "Symfony SonataSeoBundle",
            "homepage": "http://sonata-project.org/bundles/seo",
            "keywords": [
                "seo",
                "sonata"
            ],
            "time": "2014-08-13 08:07:54"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "v5.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
                "reference": "b86b927dfefdb56ab0b22d1350033d9a38e9f205"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/b86b927dfefdb56ab0b22d1350033d9a38e9f205",
                "reference": "b86b927dfefdb56ab0b22d1350033d9a38e9f205",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.3-dev"
                }
            },
            "autoload": {
                "files": [
                    "lib/swift_required.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Corbyn"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Swiftmailer, free feature-rich PHP mailer",
            "homepage": "http://swiftmailer.org",
            "keywords": [
                "mail",
                "mailer"
            ],
            "time": "2014-10-04 05:53:18"
        },
        {
            "name": "symfony-cmf/block-bundle",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/BlockBundle.git",
                "reference": "e79b9daacd79f1590ff00f9b03e262c224550a0e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/BlockBundle/zipball/e79b9daacd79f1590ff00f9b03e262c224550a0e",
                "reference": "e79b9daacd79f1590ff00f9b03e262c224550a0e",
                "shasum": ""
            },
            "require": {
                "doctrine/phpcr-bundle": "~1.0",
                "doctrine/phpcr-odm": "~1.0",
                "php": ">=5.3.3",
                "sonata-project/block-bundle": ">=2.2.8,<=2.2.13",
                "symfony-cmf/core-bundle": "~1.0",
                "symfony/framework-bundle": "~2.3"
            },
            "conflict": {
                "symfony/framework-bundle": ">=2.3.0,<2.3.2"
            },
            "require-dev": {
                "sonata-project/cache-bundle": ">=2.1.3,<2.1.6",
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
                "symfony-cmf/menu-bundle": "~1.1",
                "symfony-cmf/testing": "~1.1",
                "twig/twig": "~1.11"
            },
            "suggest": {
                "eko/feedbundle": "When using the RssBlock",
                "liip/imagine-bundle": "When using the ImagineBlock",
                "sonata-project/cache-bundle": "To add caching support for block loading",
                "symfony-cmf/media-bundle": "When using the ImagineBlock"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\BlockBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/BlockBundle/contributors"
                }
            ],
            "description": "Symfony CMF Block Bundle",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "Symfony CMF",
                "block",
                "content fragments"
            ],
            "time": "2014-11-05 13:06:21"
        },
        {
            "name": "symfony-cmf/content-bundle",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/ContentBundle.git",
                "reference": "d01c3d31d6d2861a08042ce4917eb323f5803e24"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/ContentBundle/zipball/d01c3d31d6d2861a08042ce4917eb323f5803e24",
                "reference": "d01c3d31d6d2861a08042ce4917eb323f5803e24",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony-cmf/core-bundle": "~1.0",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "doctrine/phpcr-bundle": "~1.1",
                "doctrine/phpcr-odm": "~1.1",
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
                "symfony-cmf/menu-bundle": "~1.1",
                "symfony-cmf/routing-bundle": "~1.2",
                "symfony-cmf/testing": "~1.1",
                "symfony/monolog-bundle": "~2.3"
            },
            "suggest": {
                "doctrine/phpcr-bundle": "To integrate PHPCR-ODM with Symfony",
                "doctrine/phpcr-odm": "To persist content with the PHP content repository",
                "friendsofsymfony/rest-bundle": "Improved handling for different output formats",
                "sonata-project/doctrine-phpcr-admin-bundle": "To provide admin interfaces for the content",
                "symfony-cmf/menu-bundle": "Have editable menus for content",
                "symfony-cmf/routing-bundle": "Have editable routes for content"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\ContentBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/ContentBundle/contributors"
                }
            ],
            "description": "Symfony CMF Content Bundle",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "Symfony CMF"
            ],
            "time": "2014-10-21 08:17:10"
        },
        {
            "name": "symfony-cmf/core-bundle",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/CoreBundle.git",
                "reference": "496e5f39c99afe41ab93f008586bdb8c3082ef82"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/CoreBundle/zipball/496e5f39c99afe41ab93f008586bdb8c3082ef82",
                "reference": "496e5f39c99afe41ab93f008586bdb8c3082ef82",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "sonata-project/admin-bundle": "~2.2",
                "symfony-cmf/routing-bundle": "~1.2",
                "symfony-cmf/testing": "~1.1"
            },
            "suggest": {
                "doctrine/phpcr-bundle": "To be able to use the CMF twig extension, ~1.0",
                "doctrine/phpcr-odm": "To be able to use the CMF twig extension, ~1.0",
                "sonata-project/admin-bundle": "To be able to enable the publish_workflow_listener extension, ~2.2",
                "symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable, ~1.0",
                "symfony-cmf/routing-bundle": "To be able to enable the publish_workflow_listener, ~1.0",
                "symfony/security-bundle": "To be able to use the publish workflow system, ~2.1",
                "symfony/twig-bundle": "To get access to the CMF twig extension, ~2.1"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\CoreBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/CoreBundle/contributors"
                }
            ],
            "description": "Symfony CMF Core Bundle",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "Symfony CMF"
            ],
            "time": "2014-10-21 06:34:08"
        },
        {
            "name": "symfony-cmf/create-bundle",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/CreateBundle.git",
                "reference": "6cefff62bd32f85165668f9dce5b0f6676b5ff73"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/CreateBundle/zipball/6cefff62bd32f85165668f9dce5b0f6676b5ff73",
                "reference": "6cefff62bd32f85165668f9dce5b0f6676b5ff73",
                "shasum": ""
            },
            "require": {
                "friendsofsymfony/rest-bundle": "~1.0",
                "jms/serializer-bundle": "~0.12",
                "midgard/createphp": "~1.0",
                "php": ">=5.3.3",
                "symfony/assetic-bundle": "~2.1",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "symfony-cmf/testing": "~1.1"
            },
            "suggest": {
                "symfony-cmf/core-bundle": "To be able to enable 'rest_force_request_locale', ~1.0",
                "symfony-cmf/media-bundle": "When using the default image support, ~1.1"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\CreateBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Liip AG",
                    "homepage": "http://www.liip.ch/"
                },
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/CreateBundle/contributors"
                }
            ],
            "description": "Symfony Bundle for createphp and create.js. The easiest way to make any site editable and have semantic annotations with RDFa.",
            "time": "2014-10-24 14:31:07"
        },
        {
            "name": "symfony-cmf/media-bundle",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/MediaBundle.git",
                "reference": "5b74558b22cfd87e934fbc068cb12f9fa125fe82"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/MediaBundle/zipball/5b74558b22cfd87e934fbc068cb12f9fa125fe82",
                "reference": "5b74558b22cfd87e934fbc068cb12f9fa125fe82",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "jms/serializer-bundle": "~0.12",
                "liip/imagine-bundle": "~1.0.4",
                "mikey179/vfsstream": "~1.2",
                "symfony-cmf/testing": "~1.1"
            },
            "suggest": {
                "helios-ag/fm-elfinder-bundle": "When using the elFinder media browser",
                "jms/serializer-bundle": "When using the serializer handler",
                "knplabs/gaufrette": "When using the Gaufrette adapter",
                "liip/imagine-bundle": "To integrate with the Imagine library for processing images",
                "phpcr/phpcr-utils": "When using the Gaufrette adapter",
                "symfony-cmf/core-bundle": "Simplifies configuration with other CMF bundles, use PHP >=5.3.9 with PHPCR"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\MediaBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/MediaBundle/contributors"
                }
            ],
            "description": "Symfony CMF Media Bundle",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "Symfony CMF",
                "image",
                "media"
            ],
            "time": "2014-10-21 09:42:49"
        },
        {
            "name": "symfony-cmf/menu-bundle",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/MenuBundle.git",
                "reference": "1c57dc945d977c92d3a7ade05cde73faa542cc86"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/MenuBundle/zipball/1c57dc945d977c92d3a7ade05cde73faa542cc86",
                "reference": "1c57dc945d977c92d3a7ade05cde73faa542cc86",
                "shasum": ""
            },
            "require": {
                "doctrine/phpcr-bundle": "~1.1",
                "doctrine/phpcr-odm": "~1.1",
                "knplabs/knp-menu-bundle": "~1.1",
                "php": ">=5.3.3",
                "symfony-cmf/core-bundle": "~1.1",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
                "symfony-cmf/routing-bundle": "~1.2",
                "symfony-cmf/testing": "~1.1",
                "symfony/monolog-bundle": "~2.3"
            },
            "suggest": {
                "burgov/key-value-form-bundle": "if you want to edit the advanced options on the node with the menu options extension",
                "sonata-project/doctrine-phpcr-admin-bundle": "if you want to have editing capabilities"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\MenuBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/MenuBundle/contributors"
                }
            ],
            "description": "Symfony CMF Menu Bundle",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "Symfony CMF",
                "menu"
            ],
            "time": "2014-10-21 09:43:10"
        },
        {
            "name": "symfony-cmf/routing",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/Routing.git",
                "reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/8e87981d72c6930a27585dcd3119f3199f6cb2a6",
                "reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "psr/log": "~1.0",
                "symfony/http-kernel": "~2.2",
                "symfony/routing": "~2.2"
            },
            "require-dev": {
                "symfony/config": "~2.2",
                "symfony/dependency-injection": "~2.0@stable",
                "symfony/event-dispatcher": "~2.1"
            },
            "suggest": {
                "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ~2.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Component\\Routing\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/Routing/contributors"
                }
            ],
            "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "database",
                "routing"
            ],
            "time": "2014-10-20 20:55:17"
        },
        {
            "name": "symfony-cmf/routing-auto",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/RoutingAuto.git",
                "reference": "565ea3d18e60bbf4d8454477f408c2923a300101"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/RoutingAuto/zipball/565ea3d18e60bbf4d8454477f408c2923a300101",
                "reference": "565ea3d18e60bbf4d8454477f408c2923a300101",
                "shasum": ""
            },
            "require": {
                "jms/metadata": "1.5.*",
                "symfony-cmf/core-bundle": "~1.1",
                "symfony-cmf/routing": "~1.2",
                "symfony/config": "~2.2",
                "symfony/options-resolver": "~2.2"
            },
            "require-dev": {
                "phpspec/prophecy": "~1.1.2",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "symfony-cmf/routing-auto-bundle": "To integrate this lirbary with Symfony and the CMF",
                "symfony/yaml": "To be able to load Yaml configuration files"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Component\\RoutingAuto\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/symfony-cmf/contributors"
                }
            ],
            "description": "Component for automatically creating and managing routes for persisted objects",
            "homepage": "http://cmf.symfony.com",
            "time": "2014-10-22 10:31:10"
        },
        {
            "name": "symfony-cmf/routing-auto-bundle",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/RoutingAutoBundle.git",
                "reference": "dffaec77a41171d16d2c466ec451d6965ebf8d94"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/RoutingAutoBundle/zipball/dffaec77a41171d16d2c466ec451d6965ebf8d94",
                "reference": "dffaec77a41171d16d2c466ec451d6965ebf8d94",
                "shasum": ""
            },
            "require": {
                "aferrandini/urlizer": "1.0.*",
                "jms/metadata": "1.5.*",
                "symfony-cmf/core-bundle": "~1.2",
                "symfony-cmf/routing-auto": "~1.0",
                "symfony-cmf/routing-bundle": "~1.2",
                "symfony/config": "~2.2"
            },
            "require-dev": {
                "doctrine/phpcr-odm": "~1.2",
                "matthiasnoback/symfony-config-test": "0.*",
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
                "phpspec/prophecy": "~1.1.2",
                "symfony-cmf/testing": "~1.1",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
                "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",
                "symfony/yaml": "To be able to load Yaml configuration files"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\RoutingAutoBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/symfony-cmf/contributors"
                }
            ],
            "description": "Bundle which automatically creates and manages routes for persisted objects",
            "homepage": "http://cmf.symfony.com",
            "time": "2014-10-22 10:34:45"
        },
        {
            "name": "symfony-cmf/routing-bundle",
            "version": "1.3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/RoutingBundle.git",
                "reference": "330c3ac0d11ba0257a41647bb413aa727f3d4a65"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/RoutingBundle/zipball/330c3ac0d11ba0257a41647bb413aa727f3d4a65",
                "reference": "330c3ac0d11ba0257a41647bb413aa727f3d4a65",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony-cmf/routing": "~1.2",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "doctrine/orm": "~2.3",
                "matthiasnoback/symfony-config-test": "0.*",
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
                "symfony-cmf/core-bundle": "~1.1",
                "symfony-cmf/testing": "~1.1",
                "symfony/monolog-bundle": "~2.3"
            },
            "suggest": {
                "doctrine/orm": "To enable support for the ORM entities",
                "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
                "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",
                "sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin interface for the PHPCR ODM documents",
                "symfony-cmf/content-bundle": "To optionally use the configured value for 'content_basepath' from the CoreBundle",
                "symfony-cmf/core-bundle": "To use the provided Doctrine\\Phpcr documents and for easier configuration"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\RoutingBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
                }
            ],
            "description": "Symfony RoutingBundle",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "database",
                "routing"
            ],
            "time": "2014-11-24 15:20:32"
        },
        {
            "name": "symfony-cmf/search-bundle",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/SearchBundle.git",
                "reference": "05b25df989b27601ceb642b0917d1949af739929"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/SearchBundle/zipball/05b25df989b27601ceb642b0917d1949af739929",
                "reference": "05b25df989b27601ceb642b0917d1949af739929",
                "shasum": ""
            },
            "require": {
                "doctrine/phpcr-odm": "~1.0",
                "liip/search-bundle": "~1.0",
                "php": ">=5.3.3",
                "symfony-cmf/routing-bundle": "~1.1",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "symfony-cmf/testing": "~1.1"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\SearchBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/SearchBundle/contributors"
                }
            ],
            "description": "Symfony SearchBundle",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "database",
                "search"
            ],
            "time": "2014-10-21 08:46:04"
        },
        {
            "name": "symfony-cmf/seo-bundle",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/SeoBundle.git",
                "reference": "a6bd51b24842a16f2546988b1a6f6960ac1127ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/SeoBundle/zipball/a6bd51b24842a16f2546988b1a6f6960ac1127ed",
                "reference": "a6bd51b24842a16f2546988b1a6f6960ac1127ed",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.0",
                "php": ">=5.3.3",
                "sonata-project/seo-bundle": "1.1.*",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "burgov/key-value-form-bundle": "~1.0",
                "doctrine/orm": "~2.4",
                "doctrine/phpcr-bundle": "~1.1",
                "doctrine/phpcr-odm": "~1.1",
                "matthiasnoback/symfony-config-test": "0.*",
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
                "symfony-cmf/core-bundle": "~1.1",
                "symfony-cmf/routing-bundle": "~1.2",
                "symfony-cmf/testing": "~1.1"
            },
            "suggest": {
                "burgov/key-value-form-bundle": "To edit the seo metadata 'extra' fields",
                "doctrine/doctrine-bundle": "To persist the metadata in ORM entities",
                "doctrine/orm": "To persist the metadata in ORM entities, ~2.4",
                "doctrine/phpcr-bundle": "To persist the metadata in PHPCR ODM documents",
                "sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin extension for the seo metadata",
                "symfony-cmf/core-bundle": "When using the provided PHPCR-ODM document",
                "symfony-cmf/routing-bundle": "To make use of the alternate locale provider."
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\SeoBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/SeoBundle/contributors"
                }
            ],
            "description": "Symfony CMF Search Engine Optimization Bundle",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "Symfony CMF",
                "seo"
            ],
            "time": "2014-10-21 08:17:18"
        },
        {
            "name": "symfony-cmf/simple-cms-bundle",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/SimpleCmsBundle.git",
                "reference": "a45ce134d5932e2377437f8d2cf20077c1aaed40"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/SimpleCmsBundle/zipball/a45ce134d5932e2377437f8d2cf20077c1aaed40",
                "reference": "a45ce134d5932e2377437f8d2cf20077c1aaed40",
                "shasum": ""
            },
            "require": {
                "doctrine/phpcr-bundle": "~1.1",
                "doctrine/phpcr-odm": "~1.1",
                "php": ">=5.3.3",
                "symfony-cmf/content-bundle": "~1.0",
                "symfony-cmf/core-bundle": "~1.1",
                "symfony-cmf/menu-bundle": "~1.2",
                "symfony-cmf/routing-bundle": "~1.2",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "matthiasnoback/symfony-config-test": "0.*",
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
                "symfony-cmf/testing": "~1.2",
                "symfony/monolog-bundle": "~2.3"
            },
            "suggest": {
                "sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
                "symfony-cmf/create-bundle": "~1.1"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\SimpleCmsBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/SimpleCmsBundle/contributors"
                }
            ],
            "description": "A simple CMS bundle based on the Symfony CMF",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "Symfony CMF",
                "cms"
            ],
            "time": "2014-10-21 15:56:56"
        },
        {
            "name": "symfony-cmf/symfony-cmf",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/symfony-cmf.git",
                "reference": "44642b336d3580f4b0d9a420ed414f66a6fad079"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/symfony-cmf/zipball/44642b336d3580f4b0d9a420ed414f66a6fad079",
                "reference": "44642b336d3580f4b0d9a420ed414f66a6fad079",
                "shasum": ""
            },
            "require": {
                "doctrine/phpcr-bundle": "1.2.*",
                "doctrine/phpcr-odm": "1.2.*",
                "php": ">=5.3.3",
                "symfony-cmf/block-bundle": "1.2.*",
                "symfony-cmf/content-bundle": "1.2.*",
                "symfony-cmf/core-bundle": "1.2.*",
                "symfony-cmf/media-bundle": "1.2.*",
                "symfony-cmf/menu-bundle": "1.2.*",
                "symfony-cmf/routing-bundle": "1.3.*",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "jackalope/jackalope-jackrabbit": "1.*"
            },
            "suggest": {
                "jackalope/jackalope-doctrine-dbal": "1.* as PHPCR implementation required by PHPCR-ODM",
                "jackalope/jackalope-jackrabbit": "1.* as PHPCR implementation required by PHPCR-ODM",
                "sonata-project/doctrine-phpcr-admin-bundle": "1.1.* for backend admin",
                "symfony-cmf/create-bundle": "1.2.* for frontend editing",
                "symfony-cmf/routing-auto-bundle": "1.0.* to automatically generate routes on certain events",
                "symfony-cmf/search-bundle": "1.1.* for searching",
                "symfony-cmf/seo-bundle": "1.1.* for search engine optimization",
                "symfony-cmf/simple-cms-bundle": "1.2.* for simplified handling of route, content and menu",
                "symfony-cmf/tree-browser-bundle": "1.1.* to support tree navigation in admins"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/symfony-cmf/contributors"
                }
            ],
            "description": "Symfony Content Management Framework",
            "homepage": "http://cmf.symfony.com",
            "time": "2014-10-21 18:43:04"
        },
        {
            "name": "symfony-cmf/tree-browser-bundle",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/TreeBrowserBundle.git",
                "reference": "a2d7bcaa231f3dbd674e70d3198b0b795369bb34"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/TreeBrowserBundle/zipball/a2d7bcaa231f3dbd674e70d3198b0b795369bb34",
                "reference": "a2d7bcaa231f3dbd674e70d3198b0b795369bb34",
                "shasum": ""
            },
            "require": {
                "friendsofsymfony/jsrouting-bundle": "~1.1",
                "php": ">=5.3.3",
                "symfony/framework-bundle": "~2.3"
            },
            "require-dev": {
                "symfony-cmf/testing": "~1.1"
            },
            "suggest": {
                "doctrine/phpcr-bundle": "~1.0",
                "doctrine/phpcr-odm": "~1.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Bundle\\TreeBrowserBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/TreeBrowserBundle/contributors"
                }
            ],
            "description": "Symfony CMF Tree Browser Bundle",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "Symfony CMF",
                "phpcr",
                "tree"
            ],
            "time": "2014-10-21 18:42:27"
        },
        {
            "name": "symfony/assetic-bundle",
            "version": "v2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/AsseticBundle.git",
                "reference": "90ea7fb66d6d5245fd4afc16e4c8070214254fec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/90ea7fb66d6d5245fd4afc16e4c8070214254fec",
                "reference": "90ea7fb66d6d5245fd4afc16e4c8070214254fec",
                "shasum": ""
            },
            "require": {
                "kriswallsmith/assetic": "~1.2",
                "php": ">=5.3.0",
                "symfony/console": "~2.1",
                "symfony/framework-bundle": "~2.1",
                "symfony/yaml": "~2.1"
            },
            "require-dev": {
                "kriswallsmith/spork": "~0.2",
                "patchwork/jsqueeze": "~1.0",
                "symfony/class-loader": "~2.1",
                "symfony/css-selector": "~2.1",
                "symfony/dom-crawler": "~2.1",
                "symfony/twig-bundle": "~2.1"
            },
            "suggest": {
                "kriswallsmith/spork": "to be able to dump assets in parallel",
                "symfony/twig-bundle": "to use the Twig integration"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\AsseticBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                }
            ],
            "description": "Integrates Assetic into Symfony2",
            "homepage": "https://github.com/symfony/AsseticBundle",
            "keywords": [
                "assets",
                "compression",
                "minification"
            ],
            "time": "2014-10-15 12:03:38"
        },
        {
            "name": "symfony/monolog-bundle",
            "version": "v2.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/MonologBundle.git",
                "reference": "227bbeefe30f2d95e3fe5fbd1ccda414287a957a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/227bbeefe30f2d95e3fe5fbd1ccda414287a957a",
                "reference": "227bbeefe30f2d95e3fe5fbd1ccda414287a957a",
                "shasum": ""
            },
            "require": {
                "monolog/monolog": "~1.8",
                "php": ">=5.3.2",
                "symfony/config": "~2.3",
                "symfony/dependency-injection": "~2.3",
                "symfony/http-kernel": "~2.3",
                "symfony/monolog-bridge": "~2.3"
            },
            "require-dev": {
                "symfony/console": "~2.3",
                "symfony/yaml": "~2.3"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\MonologBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony MonologBundle",
            "homepage": "http://symfony.com",
            "keywords": [
                "log",
                "logging"
            ],
            "time": "2014-07-21 00:36:06"
        },
        {
            "name": "symfony/swiftmailer-bundle",
            "version": "v2.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/SwiftmailerBundle.git",
                "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
                "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
                "symfony/swiftmailer-bridge": "~2.1"
            },
            "require-dev": {
                "symfony/config": "~2.1",
                "symfony/dependency-injection": "~2.1",
                "symfony/http-kernel": "~2.1",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "psr/log": "Allows logging"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony SwiftmailerBundle",
            "homepage": "http://symfony.com",
            "time": "2014-12-01 17:44:50"
        },
        {
            "name": "symfony/symfony",
            "version": "v2.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/symfony.git",
                "reference": "d805dfd67950848ec0338b4acd75777b340977b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/symfony/zipball/d805dfd67950848ec0338b4acd75777b340977b7",
                "reference": "d805dfd67950848ec0338b4acd75777b340977b7",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "php": ">=5.3.3",
                "psr/log": "~1.0",
                "twig/twig": "~1.12"
            },
            "replace": {
                "symfony/browser-kit": "self.version",
                "symfony/class-loader": "self.version",
                "symfony/config": "self.version",
                "symfony/console": "self.version",
                "symfony/css-selector": "self.version",
                "symfony/debug": "self.version",
                "symfony/debug-bundle": "self.version",
                "symfony/dependency-injection": "self.version",
                "symfony/doctrine-bridge": "self.version",
                "symfony/dom-crawler": "self.version",
                "symfony/event-dispatcher": "self.version",
                "symfony/expression-language": "self.version",
                "symfony/filesystem": "self.version",
                "symfony/finder": "self.version",
                "symfony/form": "self.version",
                "symfony/framework-bundle": "self.version",
                "symfony/http-foundation": "self.version",
                "symfony/http-kernel": "self.version",
                "symfony/intl": "self.version",
                "symfony/locale": "self.version",
                "symfony/monolog-bridge": "self.version",
                "symfony/options-resolver": "self.version",
                "symfony/process": "self.version",
                "symfony/propel1-bridge": "self.version",
                "symfony/property-access": "self.version",
                "symfony/proxy-manager-bridge": "self.version",
                "symfony/routing": "self.version",
                "symfony/security": "self.version",
                "symfony/security-acl": "self.version",
                "symfony/security-bundle": "self.version",
                "symfony/security-core": "self.version",
                "symfony/security-csrf": "self.version",
                "symfony/security-http": "self.version",
                "symfony/serializer": "self.version",
                "symfony/stopwatch": "self.version",
                "symfony/swiftmailer-bridge": "self.version",
                "symfony/templating": "self.version",
                "symfony/translation": "self.version",
                "symfony/twig-bridge": "self.version",
                "symfony/twig-bundle": "self.version",
                "symfony/validator": "self.version",
                "symfony/var-dumper": "self.version",
                "symfony/web-profiler-bundle": "self.version",
                "symfony/yaml": "self.version"
            },
            "require-dev": {
                "doctrine/data-fixtures": "1.0.*",
                "doctrine/dbal": "~2.2",
                "doctrine/doctrine-bundle": "~1.2",
                "doctrine/orm": "~2.2,>=2.2.3",
                "egulias/email-validator": "~1.2",
                "ircmaxell/password-compat": "~1.0",
                "monolog/monolog": "~1.11",
                "ocramius/proxy-manager": ">=0.3.1,<0.6-dev",
                "propel/propel1": "~1.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\": "src/"
                },
                "classmap": [
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
                    "src/Symfony/Component/Intl/Resources/stubs"
                ],
                "files": [
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "The Symfony PHP framework",
            "homepage": "http://symfony.com",
            "keywords": [
                "framework"
            ],
            "time": "2014-12-03 16:40:43"
        },
        {
            "name": "twig/extensions",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig-extensions.git",
                "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
                "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
                "shasum": ""
            },
            "require": {
                "twig/twig": "~1.12"
            },
            "require-dev": {
                "symfony/translation": "~2.3"
            },
            "suggest": {
                "symfony/translation": "Allow the time_diff output to be translated"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_Extensions_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Common additional features for Twig that do not directly belong in core",
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
            "keywords": [
                "i18n",
                "text"
            ],
            "time": "2014-10-30 14:30:03"
        },
        {
            "name": "twig/twig",
            "version": "v1.16.2",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/42f758d9fe2146d1f0470604fc05ee43580873fc",
                "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.16-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                },
                {
                    "name": "Twig Team",
                    "homepage": "https://github.com/fabpot/Twig/graphs/contributors",
                    "role": "Contributors"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "http://twig.sensiolabs.org",
            "keywords": [
                "templating"
            ],
            "time": "2014-10-17 12:53:44"
        },
        {
            "name": "willdurand/jsonp-callback-validator",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JsonpCallbackValidator": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com",
                    "homepage": "http://www.willdurand.fr"
                }
            ],
            "description": "JSONP callback validator.",
            "time": "2014-01-20 22:35:06"
        },
        {
            "name": "willdurand/negotiation",
            "version": "1.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/willdurand/Negotiation.git",
                "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
                "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Negotiation": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com"
                }
            ],
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
            "homepage": "http://williamdurand.fr/Negotiation/",
            "keywords": [
                "accept",
                "content",
                "format",
                "header",
                "negotiation"
            ],
            "time": "2014-10-02 07:26:00"
        },
        {
            "name": "wjzijderveld/check-bundles",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wjzijderveld/CheckBundles.git",
                "reference": "87c1ea5a42562dd051aba26d2d4d088513c407bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wjzijderveld/CheckBundles/zipball/87c1ea5a42562dd051aba26d2d4d088513c407bc",
                "reference": "87c1ea5a42562dd051aba26d2d4d088513c407bc",
                "shasum": ""
            },
            "require": {
                "symfony/http-kernel": ">=2.0.0"
            },
            "require-dev": {
                "composer/composer": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "WillemJan": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Willem-Jan Zijderveld",
                    "role": "Developer"
                }
            ],
            "description": "A script which checks for bundles in your composer.json that aren't registered in your Kernel. For now, only packages with type symfony-bundle will be checked",
            "homepage": "https://github.com/wjzijderveld/CheckBundles",
            "keywords": [
                "bundles",
                "check",
                "composer",
                "script",
                "symfony"
            ],
            "time": "2014-03-15 16:56:57"
        },
        {
            "name": "zendframework/zend-escaper",
            "version": "2.3.3",
            "target-dir": "Zend/Escaper",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendEscaper.git",
                "reference": "c24949840766a544489bfc303714e1f332341010"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendEscaper/zipball/c24949840766a544489bfc303714e1f332341010",
                "reference": "c24949840766a544489bfc303714e1f332341010",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev",
                    "dev-develop": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Escaper\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zf2",
            "keywords": [
                "escaper",
                "zf2"
            ],
            "time": "2014-09-16 22:58:11"
        },
        {
            "name": "zendframework/zend-feed",
            "version": "2.3.3",
            "target-dir": "Zend/Feed",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendFeed.git",
                "reference": "a89550818b56ae9607a97a63c7d2728a9eb6c6a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendFeed/zipball/a89550818b56ae9607a97a63c7d2728a9eb6c6a9",
                "reference": "a89550818b56ae9607a97a63c7d2728a9eb6c6a9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23",
                "zendframework/zend-escaper": "self.version",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "zendframework/zend-cache": "self.version",
                "zendframework/zend-db": "self.version",
                "zendframework/zend-http": "self.version",
                "zendframework/zend-servicemanager": "self.version",
                "zendframework/zend-validator": "self.version"
            },
            "suggest": {
                "zendframework/zend-cache": "Zend\\Cache component",
                "zendframework/zend-db": "Zend\\Db component",
                "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for default/recommended ExtensionManager implementations",
                "zendframework/zend-validator": "Zend\\Validator component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev",
                    "dev-develop": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Feed\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides functionality for consuming RSS and Atom feeds",
            "homepage": "https://github.com/zendframework/zf2",
            "keywords": [
                "feed",
                "zf2"
            ],
            "time": "2014-09-16 22:58:11"
        },
        {
            "name": "zendframework/zend-http",
            "version": "2.3.3",
            "target-dir": "Zend/Http",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendHttp.git",
                "reference": "00bc1e563e3da53825c423e5d889961a9fb58fe9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendHttp/zipball/00bc1e563e3da53825c423e5d889961a9fb58fe9",
                "reference": "00bc1e563e3da53825c423e5d889961a9fb58fe9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23",
                "zendframework/zend-loader": "self.version",
                "zendframework/zend-stdlib": "self.version",
                "zendframework/zend-uri": "self.version",
                "zendframework/zend-validator": "self.version"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev",
                    "dev-develop": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Http\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
            "homepage": "https://github.com/zendframework/zf2",
            "keywords": [
                "http",
                "zf2"
            ],
            "time": "2014-09-16 22:58:11"
        },
        {
            "name": "zendframework/zend-loader",
            "version": "2.3.3",
            "target-dir": "Zend/Loader",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendLoader.git",
                "reference": "74b982c0fc89fd1eb3350ccab130243f9bfe2654"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendLoader/zipball/74b982c0fc89fd1eb3350ccab130243f9bfe2654",
                "reference": "74b982c0fc89fd1eb3350ccab130243f9bfe2654",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev",
                    "dev-develop": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Loader\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zf2",
            "keywords": [
                "loader",
                "zf2"
            ],
            "time": "2014-09-16 22:58:11"
        },
        {
            "name": "zendframework/zend-servicemanager",
            "version": "2.3.3",
            "target-dir": "Zend/ServiceManager",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendServiceManager.git",
                "reference": "559403e4fd10db2516641f20f129a568d7e6a993"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendServiceManager/zipball/559403e4fd10db2516641f20f129a568d7e6a993",
                "reference": "559403e4fd10db2516641f20f129a568d7e6a993",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23"
            },
            "require-dev": {
                "zendframework/zend-di": "self.version"
            },
            "suggest": {
                "zendframework/zend-di": "Zend\\Di component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev",
                    "dev-develop": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\ServiceManager\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zf2",
            "keywords": [
                "servicemanager",
                "zf2"
            ],
            "time": "2014-09-16 22:58:11"
        },
        {
            "name": "zendframework/zend-stdlib",
            "version": "2.3.3",
            "target-dir": "Zend/Stdlib",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendStdlib.git",
                "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
                "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23"
            },
            "require-dev": {
                "zendframework/zend-eventmanager": "self.version",
                "zendframework/zend-serializer": "self.version",
                "zendframework/zend-servicemanager": "self.version"
            },
            "suggest": {
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
                "zendframework/zend-serializer": "Zend\\Serializer component",
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev",
                    "dev-develop": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Stdlib\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zf2",
            "keywords": [
                "stdlib",
                "zf2"
            ],
            "time": "2014-09-16 22:58:11"
        },
        {
            "name": "zendframework/zend-uri",
            "version": "2.3.3",
            "target-dir": "Zend/Uri",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendUri.git",
                "reference": "2a62a92888d7cbae1177fa5f58b0bfcf717aea53"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendUri/zipball/2a62a92888d7cbae1177fa5f58b0bfcf717aea53",
                "reference": "2a62a92888d7cbae1177fa5f58b0bfcf717aea53",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23",
                "zendframework/zend-escaper": "self.version",
                "zendframework/zend-validator": "self.version"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev",
                    "dev-develop": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Uri\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
            "homepage": "https://github.com/zendframework/zf2",
            "keywords": [
                "uri",
                "zf2"
            ],
            "time": "2014-09-16 22:58:11"
        },
        {
            "name": "zendframework/zend-validator",
            "version": "2.3.3",
            "target-dir": "Zend/Validator",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendValidator.git",
                "reference": "2881dfaff8452d8cbdaa8ad8a9faccce9843fc6a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendValidator/zipball/2881dfaff8452d8cbdaa8ad8a9faccce9843fc6a",
                "reference": "2881dfaff8452d8cbdaa8ad8a9faccce9843fc6a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23",
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "zendframework/zend-db": "self.version",
                "zendframework/zend-filter": "self.version",
                "zendframework/zend-i18n": "self.version",
                "zendframework/zend-math": "self.version",
                "zendframework/zend-servicemanager": "self.version",
                "zendframework/zend-session": "self.version",
                "zendframework/zend-uri": "self.version"
            },
            "suggest": {
                "zendframework/zend-db": "Zend\\Db component",
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
                "zendframework/zend-math": "Zend\\Math component",
                "zendframework/zend-resources": "Translations of validator messages",
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
                "zendframework/zend-session": "Zend\\Session component",
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev",
                    "dev-develop": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend\\Validator\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides a set of commonly needed validators",
            "homepage": "https://github.com/zendframework/zf2",
            "keywords": [
                "validator",
                "zf2"
            ],
            "time": "2014-09-16 22:58:11"
        }
    ],
    "packages-dev": [
        {
            "name": "liip/functional-test-bundle",
            "version": "1.0.2",
            "target-dir": "Liip/FunctionalTestBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/liip/LiipFunctionalTestBundle.git",
                "reference": "e665bb4fca6ca449e225db569db671348a2579e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/e665bb4fca6ca449e225db569db671348a2579e4",
                "reference": "e665bb4fca6ca449e225db569db671348a2579e4",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "2.*",
                "php": ">=5.3.2",
                "symfony/browser-kit": "~2.0",
                "symfony/framework-bundle": "~2.0"
            },
            "suggest": {
                "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite",
                "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality",
                "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Liip\\FunctionalTestBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Liip AG",
                    "homepage": "http://www.liip.ch/"
                },
                {
                    "name": "Community contributions",
                    "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors"
                }
            ],
            "description": "This bundles provides additional functional test-cases for Symfony2 applications",
            "keywords": [
                "Symfony2"
            ],
            "time": "2014-06-27 14:00:35"
        },
        {
            "name": "symfony-cmf/testing",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/Testing.git",
                "reference": "ceab0307ed2476624897503d279c0a910d84703a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/Testing/zipball/ceab0307ed2476624897503d279c0a910d84703a",
                "reference": "ceab0307ed2476624897503d279c0a910d84703a",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.4",
                "doctrine/data-fixtures": "~1.0",
                "doctrine/doctrine-bundle": "~1.0",
                "doctrine/phpcr-bundle": "~1.0",
                "doctrine/phpcr-odm": "~1.0",
                "jackalope/jackalope": "~1.0",
                "jackalope/jackalope-doctrine-dbal": "~1.0",
                "symfony/monolog-bundle": "~2.1",
                "symfony/symfony": "~2.3"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Component\\Testing\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "dantleech",
                    "email": "daniel@dantleech.com"
                }
            ],
            "description": "Component for bootstraping functional tests for CMF bundles only.",
            "time": "2014-10-21 18:42:46"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "platform": {
        "php": ">=5.3.3"
    },
    "platform-dev": []
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment