Daniel@0: { Daniel@0: "_readme": [ Daniel@0: "This file locks the dependencies of your project to a known state", Daniel@0: "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", Daniel@0: "This file is @generated automatically" Daniel@0: ], Daniel@0: "hash": "ea60fc13fe074df44e065c1bc2af89eb", Daniel@0: "packages": [ Daniel@0: { Daniel@0: "name": "doctrine/annotations", Daniel@0: "version": "v1.2.3", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/doctrine/annotations.git", Daniel@0: "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4", Daniel@0: "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "doctrine/lexer": "1.*", Daniel@0: "php": ">=5.3.2" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "doctrine/cache": "1.*", Daniel@0: "phpunit/phpunit": "4.*" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.3.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Doctrine\\Common\\Annotations\\": "lib/" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Roman Borschel", Daniel@0: "email": "roman@code-factory.org" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Benjamin Eberlei", Daniel@0: "email": "kontakt@beberlei.de" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Guilherme Blanco", Daniel@0: "email": "guilhermeblanco@gmail.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Jonathan Wage", Daniel@0: "email": "jonwage@gmail.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Johannes Schmitt", Daniel@0: "email": "schmittjoh@gmail.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Docblock Annotations Parser", Daniel@0: "homepage": "http://www.doctrine-project.org", Daniel@0: "keywords": [ Daniel@0: "annotations", Daniel@0: "docblock", Daniel@0: "parser" Daniel@0: ], Daniel@0: "time": "2014-12-20 20:49:38" Daniel@0: }, Daniel@0: { Daniel@0: "name": "doctrine/cache", Daniel@0: "version": "v1.4.0", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/doctrine/cache.git", Daniel@0: "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8", Daniel@0: "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.3.2" Daniel@0: }, Daniel@0: "conflict": { Daniel@0: "doctrine/common": ">2.2,<2.4" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "phpunit/phpunit": ">=3.7", Daniel@0: "predis/predis": "~0.8", Daniel@0: "satooshi/php-coveralls": "~0.6" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.4.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Doctrine\\Common\\Cache\\": "lib/" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Roman Borschel", Daniel@0: "email": "roman@code-factory.org" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Benjamin Eberlei", Daniel@0: "email": "kontakt@beberlei.de" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Guilherme Blanco", Daniel@0: "email": "guilhermeblanco@gmail.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Jonathan Wage", Daniel@0: "email": "jonwage@gmail.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Johannes Schmitt", Daniel@0: "email": "schmittjoh@gmail.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Caching library offering an object-oriented API for many cache backends", Daniel@0: "homepage": "http://www.doctrine-project.org", Daniel@0: "keywords": [ Daniel@0: "cache", Daniel@0: "caching" Daniel@0: ], Daniel@0: "time": "2015-01-15 20:38:55" Daniel@0: }, Daniel@0: { Daniel@0: "name": "doctrine/collections", Daniel@0: "version": "v1.2", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/doctrine/collections.git", Daniel@0: "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2", Daniel@0: "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.3.2" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.2.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Doctrine\\Common\\Collections\\": "lib/" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Jonathan Wage", Daniel@0: "email": "jonwage@gmail.com", Daniel@0: "homepage": "http://www.jwage.com/", Daniel@0: "role": "Creator" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Guilherme Blanco", Daniel@0: "email": "guilhermeblanco@gmail.com", Daniel@0: "homepage": "http://www.instaclick.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Roman Borschel", Daniel@0: "email": "roman@code-factory.org" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Benjamin Eberlei", Daniel@0: "email": "kontakt@beberlei.de" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Johannes Schmitt", Daniel@0: "email": "schmittjoh@gmail.com", Daniel@0: "homepage": "https://github.com/schmittjoh", Daniel@0: "role": "Developer of wrapped JMSSerializerBundle" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Collections Abstraction library", Daniel@0: "homepage": "http://www.doctrine-project.org", Daniel@0: "keywords": [ Daniel@0: "array", Daniel@0: "collections", Daniel@0: "iterator" Daniel@0: ], Daniel@0: "time": "2014-02-03 23:07:43" Daniel@0: }, Daniel@0: { Daniel@0: "name": "doctrine/common", Daniel@0: "version": "v2.4.2", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/doctrine/common.git", Daniel@0: "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b", Daniel@0: "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "doctrine/annotations": "1.*", Daniel@0: "doctrine/cache": "1.*", Daniel@0: "doctrine/collections": "1.*", Daniel@0: "doctrine/inflector": "1.*", Daniel@0: "doctrine/lexer": "1.*", Daniel@0: "php": ">=5.3.2" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "phpunit/phpunit": "~3.7" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "2.4.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Doctrine\\Common\\": "lib/" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Jonathan Wage", Daniel@0: "email": "jonwage@gmail.com", Daniel@0: "homepage": "http://www.jwage.com/", Daniel@0: "role": "Creator" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Guilherme Blanco", Daniel@0: "email": "guilhermeblanco@gmail.com", Daniel@0: "homepage": "http://www.instaclick.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Roman Borschel", Daniel@0: "email": "roman@code-factory.org" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Benjamin Eberlei", Daniel@0: "email": "kontakt@beberlei.de" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Johannes Schmitt", Daniel@0: "email": "schmittjoh@gmail.com", Daniel@0: "homepage": "https://github.com/schmittjoh", Daniel@0: "role": "Developer of wrapped JMSSerializerBundle" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Common Library for Doctrine projects", Daniel@0: "homepage": "http://www.doctrine-project.org", Daniel@0: "keywords": [ Daniel@0: "annotations", Daniel@0: "collections", Daniel@0: "eventmanager", Daniel@0: "persistence", Daniel@0: "spl" Daniel@0: ], Daniel@0: "time": "2014-05-21 19:28:51" Daniel@0: }, Daniel@0: { Daniel@0: "name": "doctrine/dbal", Daniel@0: "version": "v2.5.1", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/doctrine/dbal.git", Daniel@0: "reference": "628c2256b646ae2417d44e063bce8aec5199d48d" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d", Daniel@0: "reference": "628c2256b646ae2417d44e063bce8aec5199d48d", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "doctrine/common": ">=2.4,<2.6-dev", Daniel@0: "php": ">=5.3.2" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "phpunit/phpunit": "4.*", Daniel@0: "symfony/console": "2.*" Daniel@0: }, Daniel@0: "suggest": { Daniel@0: "symfony/console": "For helpful console commands such as SQL execution and import of files." Daniel@0: }, Daniel@0: "bin": [ Daniel@0: "bin/doctrine-dbal" Daniel@0: ], Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "2.5.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Doctrine\\DBAL\\": "lib/" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Roman Borschel", Daniel@0: "email": "roman@code-factory.org" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Benjamin Eberlei", Daniel@0: "email": "kontakt@beberlei.de" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Guilherme Blanco", Daniel@0: "email": "guilhermeblanco@gmail.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Jonathan Wage", Daniel@0: "email": "jonwage@gmail.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Database Abstraction Layer", Daniel@0: "homepage": "http://www.doctrine-project.org", Daniel@0: "keywords": [ Daniel@0: "database", Daniel@0: "dbal", Daniel@0: "persistence", Daniel@0: "queryobject" Daniel@0: ], Daniel@0: "time": "2015-01-12 21:52:47" Daniel@0: }, Daniel@0: { Daniel@0: "name": "doctrine/doctrine-bundle", Daniel@0: "version": "v1.4.0", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/doctrine/DoctrineBundle.git", Daniel@0: "reference": "1986ff3a945b584c6505d07eae92d77e41131078" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/1986ff3a945b584c6505d07eae92d77e41131078", Daniel@0: "reference": "1986ff3a945b584c6505d07eae92d77e41131078", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "doctrine/dbal": "~2.3", Daniel@0: "doctrine/doctrine-cache-bundle": "~1.0", Daniel@0: "jdorn/sql-formatter": "~1.1", Daniel@0: "php": ">=5.3.2", Daniel@0: "symfony/doctrine-bridge": "~2.2", Daniel@0: "symfony/framework-bundle": "~2.3" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "doctrine/orm": "~2.3", Daniel@0: "phpunit/phpunit": "~4", Daniel@0: "satooshi/php-coveralls": "~0.6.1", Daniel@0: "symfony/validator": "~2.2", Daniel@0: "symfony/yaml": "~2.2", Daniel@0: "twig/twig": "~1.10" Daniel@0: }, Daniel@0: "suggest": { Daniel@0: "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", Daniel@0: "symfony/web-profiler-bundle": "to use the data collector" Daniel@0: }, Daniel@0: "type": "symfony-bundle", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.4.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-4": { Daniel@0: "Doctrine\\Bundle\\DoctrineBundle\\": "" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Symfony Community", Daniel@0: "homepage": "http://symfony.com/contributors" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Benjamin Eberlei", Daniel@0: "email": "kontakt@beberlei.de" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Doctrine Project", Daniel@0: "homepage": "http://www.doctrine-project.org/" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Fabien Potencier", Daniel@0: "email": "fabien@symfony.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Symfony DoctrineBundle", Daniel@0: "homepage": "http://www.doctrine-project.org", Daniel@0: "keywords": [ Daniel@0: "database", Daniel@0: "dbal", Daniel@0: "orm", Daniel@0: "persistence" Daniel@0: ], Daniel@0: "time": "2015-02-28 11:04:45" Daniel@0: }, Daniel@0: { Daniel@0: "name": "doctrine/doctrine-cache-bundle", Daniel@0: "version": "v1.0.1", Daniel@0: "target-dir": "Doctrine/Bundle/DoctrineCacheBundle", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/doctrine/DoctrineCacheBundle.git", Daniel@0: "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d", Daniel@0: "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "doctrine/cache": "~1.3", Daniel@0: "doctrine/inflector": "~1.0", Daniel@0: "php": ">=5.3.2", Daniel@0: "symfony/doctrine-bridge": "~2.2", Daniel@0: "symfony/framework-bundle": "~2.2", Daniel@0: "symfony/security": "~2.2" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "instaclick/coding-standard": "~1.1", Daniel@0: "instaclick/object-calisthenics-sniffs": "dev-master", Daniel@0: "instaclick/symfony2-coding-standard": "dev-remaster", Daniel@0: "phpunit/phpunit": "~3.7", Daniel@0: "satooshi/php-coveralls": "~0.6.1", Daniel@0: "squizlabs/php_codesniffer": "dev-master", Daniel@0: "symfony/console": "~2.2", Daniel@0: "symfony/finder": "~2.2", Daniel@0: "symfony/validator": "~2.2", Daniel@0: "symfony/yaml": "~2.2" Daniel@0: }, Daniel@0: "type": "symfony-bundle", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.0.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Doctrine\\Bundle\\DoctrineCacheBundle": "" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Symfony Community", Daniel@0: "homepage": "http://symfony.com/contributors" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Benjamin Eberlei", Daniel@0: "email": "kontakt@beberlei.de" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Fabio B. Silva", Daniel@0: "email": "fabio.bat.silva@gmail.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Guilherme Blanco", Daniel@0: "email": "guilhermeblanco@hotmail.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Doctrine Project", Daniel@0: "homepage": "http://www.doctrine-project.org/" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Fabien Potencier", Daniel@0: "email": "fabien@symfony.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Symfony2 Bundle for Doctrine Cache", Daniel@0: "homepage": "http://www.doctrine-project.org", Daniel@0: "keywords": [ Daniel@0: "cache", Daniel@0: "caching" Daniel@0: ], Daniel@0: "time": "2014-11-28 09:43:36" Daniel@0: }, Daniel@0: { Daniel@0: "name": "doctrine/inflector", Daniel@0: "version": "v1.0.1", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/doctrine/inflector.git", Daniel@0: "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604", Daniel@0: "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.3.2" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "phpunit/phpunit": "4.*" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.0.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Doctrine\\Common\\Inflector\\": "lib/" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Roman Borschel", Daniel@0: "email": "roman@code-factory.org" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Benjamin Eberlei", Daniel@0: "email": "kontakt@beberlei.de" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Guilherme Blanco", Daniel@0: "email": "guilhermeblanco@gmail.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Jonathan Wage", Daniel@0: "email": "jonwage@gmail.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Johannes Schmitt", Daniel@0: "email": "schmittjoh@gmail.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Common String Manipulations with regard to casing and singular/plural rules.", Daniel@0: "homepage": "http://www.doctrine-project.org", Daniel@0: "keywords": [ Daniel@0: "inflection", Daniel@0: "pluralize", Daniel@0: "singularize", Daniel@0: "string" Daniel@0: ], Daniel@0: "time": "2014-12-20 21:24:13" Daniel@0: }, Daniel@0: { Daniel@0: "name": "doctrine/lexer", Daniel@0: "version": "v1.0.1", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/doctrine/lexer.git", Daniel@0: "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", Daniel@0: "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.3.2" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.0.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Doctrine\\Common\\Lexer\\": "lib/" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Roman Borschel", Daniel@0: "email": "roman@code-factory.org" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Guilherme Blanco", Daniel@0: "email": "guilhermeblanco@gmail.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Johannes Schmitt", Daniel@0: "email": "schmittjoh@gmail.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", Daniel@0: "homepage": "http://www.doctrine-project.org", Daniel@0: "keywords": [ Daniel@0: "lexer", Daniel@0: "parser" Daniel@0: ], Daniel@0: "time": "2014-09-09 13:34:57" Daniel@0: }, Daniel@0: { Daniel@0: "name": "doctrine/orm", Daniel@0: "version": "v2.4.7", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/doctrine/doctrine2.git", Daniel@0: "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68", Daniel@0: "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "doctrine/collections": "~1.1", Daniel@0: "doctrine/dbal": "~2.4", Daniel@0: "ext-pdo": "*", Daniel@0: "php": ">=5.3.2", Daniel@0: "symfony/console": "~2.0" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "satooshi/php-coveralls": "dev-master", Daniel@0: "symfony/yaml": "~2.1" Daniel@0: }, Daniel@0: "suggest": { Daniel@0: "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" Daniel@0: }, Daniel@0: "bin": [ Daniel@0: "bin/doctrine", Daniel@0: "bin/doctrine.php" Daniel@0: ], Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "2.4.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Doctrine\\ORM\\": "lib/" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Roman Borschel", Daniel@0: "email": "roman@code-factory.org" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Benjamin Eberlei", Daniel@0: "email": "kontakt@beberlei.de" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Guilherme Blanco", Daniel@0: "email": "guilhermeblanco@gmail.com" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Jonathan Wage", Daniel@0: "email": "jonwage@gmail.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Object-Relational-Mapper for PHP", Daniel@0: "homepage": "http://www.doctrine-project.org", Daniel@0: "keywords": [ Daniel@0: "database", Daniel@0: "orm" Daniel@0: ], Daniel@0: "time": "2014-12-16 13:45:01" Daniel@0: }, Daniel@0: { Daniel@0: "name": "incenteev/composer-parameter-handler", Daniel@0: "version": "v2.1.0", Daniel@0: "target-dir": "Incenteev/ParameterHandler", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/Incenteev/ParameterHandler.git", Daniel@0: "reference": "143272a0a09c62616a3c8011fc165a10c6b35241" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241", Daniel@0: "reference": "143272a0a09c62616a3c8011fc165a10c6b35241", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.3.3", Daniel@0: "symfony/yaml": "~2.0" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "composer/composer": "1.0.*@dev", Daniel@0: "phpspec/prophecy-phpunit": "~1.0", Daniel@0: "symfony/filesystem": "~2.2" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "2.1.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Incenteev\\ParameterHandler": "" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Christophe Coevoet", Daniel@0: "email": "stof@notk.org" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Composer script handling your ignored parameter file", Daniel@0: "homepage": "https://github.com/Incenteev/ParameterHandler", Daniel@0: "keywords": [ Daniel@0: "parameters management" Daniel@0: ], Daniel@0: "time": "2013-12-07 10:10:39" Daniel@0: }, Daniel@0: { Daniel@0: "name": "jdorn/sql-formatter", Daniel@0: "version": "v1.2.17", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/jdorn/sql-formatter.git", Daniel@0: "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", Daniel@0: "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.2.4" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "phpunit/phpunit": "3.7.*" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.3.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "classmap": [ Daniel@0: "lib" Daniel@0: ] Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Jeremy Dorn", Daniel@0: "email": "jeremy@jeremydorn.com", Daniel@0: "homepage": "http://jeremydorn.com/" Daniel@0: } Daniel@0: ], Daniel@0: "description": "a PHP SQL highlighting library", Daniel@0: "homepage": "https://github.com/jdorn/sql-formatter/", Daniel@0: "keywords": [ Daniel@0: "highlight", Daniel@0: "sql" Daniel@0: ], Daniel@0: "time": "2014-01-12 16:20:24" Daniel@0: }, Daniel@0: { Daniel@0: "name": "kachkaev/assets-version-bundle", Daniel@0: "version": "v1.0.2", Daniel@0: "target-dir": "Kachkaev/AssetsVersionBundle", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/kachkaev/KachkaevAssetsVersionBundle.git", Daniel@0: "reference": "f2578effeeb320da83ec60858cf40ef3df62942e" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/kachkaev/KachkaevAssetsVersionBundle/zipball/f2578effeeb320da83ec60858cf40ef3df62942e", Daniel@0: "reference": "f2578effeeb320da83ec60858cf40ef3df62942e", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.3.2", Daniel@0: "symfony/framework-bundle": ">=2.0,<3.0-dev" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "symfony/filesystem": ">=2.1,<3.0-dev", Daniel@0: "symfony/finder": ">=2.1,<3.0-dev" Daniel@0: }, Daniel@0: "suggest": { Daniel@0: "symfony/assetic-bundle": ">=2.1.0,<3.0-dev", Daniel@0: "symfony/twig-bundle": ">=2.1.0,<3.0-dev" Daniel@0: }, Daniel@0: "type": "symfony-bundle", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.0.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Kachkaev\\AssetsVersionBundle": "" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Alexander Kachkaev", Daniel@0: "email": "alexander@kachkaev.ru", Daniel@0: "homepage": "http://en.kachkaev.ru/" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Contributors", Daniel@0: "homepage": "https://github.com/kachkaev/KachkaevAssetsVersionBundle/contributors" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Automates the process of updating assets version in Symfony2 projects", Daniel@0: "homepage": "http://github.com/kachkaev/KachkaevAssetsVersionBundle", Daniel@0: "keywords": [ Daniel@0: "assetic", Daniel@0: "assets", Daniel@0: "autoincrement", Daniel@0: "config", Daniel@0: "console", Daniel@0: "deploy", Daniel@0: "version" Daniel@0: ], Daniel@0: "time": "2014-04-10 10:05:56" Daniel@0: }, Daniel@0: { Daniel@0: "name": "kachkaev/counters-bundle", Daniel@0: "version": "dev-master", Daniel@0: "target-dir": "Kachkaev/CountersBundle", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/kachkaev/KachkaevCountersBundle.git", Daniel@0: "reference": "d40e9154eb23c489f1e1be4987ec404af37fdfde" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/kachkaev/KachkaevCountersBundle/zipball/d40e9154eb23c489f1e1be4987ec404af37fdfde", Daniel@0: "reference": "d40e9154eb23c489f1e1be4987ec404af37fdfde", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.3.0", Daniel@0: "symfony/framework-bundle": ">=2.0,<3.0-dev", Daniel@0: "symfony/twig-bundle": ">=2.1.0,<3.0-dev" Daniel@0: }, Daniel@0: "type": "symfony-bundle", Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Kachkaev\\CountersBundle": "" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Alexander Kachkaev", Daniel@0: "email": "alexander@kachkaev.ru", Daniel@0: "homepage": "http://en.kachkaev.ru/" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Contributors", Daniel@0: "homepage": "https://github.com/kachkaev/KachkaevCountersBundle/contributors" Daniel@0: } Daniel@0: ], Daniel@0: "description": "A simple bundle for embedding trackers into web pages", Daniel@0: "homepage": "http://github.com/kachkaev/KachkaevCountersBundle", Daniel@0: "keywords": [ Daniel@0: "counters", Daniel@0: "google analytics", Daniel@0: "statistics", Daniel@0: "yandex-metrika" Daniel@0: ], Daniel@0: "time": "2015-02-02 13:33:35" Daniel@0: }, Daniel@0: { Daniel@0: "name": "kriswallsmith/assetic", Daniel@0: "version": "v1.2.1", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/kriswallsmith/assetic.git", Daniel@0: "reference": "b20efe38845d20458702f97f3ff625d80805897b" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b", Daniel@0: "reference": "b20efe38845d20458702f97f3ff625d80805897b", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.3.1", Daniel@0: "symfony/process": "~2.1" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "cssmin/cssmin": "*", Daniel@0: "joliclic/javascript-packer": "*", Daniel@0: "kamicane/packager": "*", Daniel@0: "leafo/lessphp": "*", Daniel@0: "leafo/scssphp": "*", Daniel@0: "leafo/scssphp-compass": "*", Daniel@0: "mrclay/minify": "*", Daniel@0: "patchwork/jsqueeze": "~1.0", Daniel@0: "phpunit/phpunit": "~4", Daniel@0: "psr/log": "~1.0", Daniel@0: "ptachoire/cssembed": "*", Daniel@0: "twig/twig": "~1.6" Daniel@0: }, Daniel@0: "suggest": { Daniel@0: "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", Daniel@0: "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", Daniel@0: "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", Daniel@0: "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor", Daniel@0: "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", Daniel@0: "twig/twig": "Assetic provides the integration with the Twig templating engine" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.2-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Assetic": "src/" Daniel@0: }, Daniel@0: "files": [ Daniel@0: "src/functions.php" Daniel@0: ] Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Kris Wallsmith", Daniel@0: "email": "kris.wallsmith@gmail.com", Daniel@0: "homepage": "http://kriswallsmith.net/" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Asset Management for PHP", Daniel@0: "homepage": "https://github.com/kriswallsmith/assetic", Daniel@0: "keywords": [ Daniel@0: "assets", Daniel@0: "compression", Daniel@0: "minification" Daniel@0: ], Daniel@0: "time": "2014-12-12 05:04:05" Daniel@0: }, Daniel@0: { Daniel@0: "name": "monolog/monolog", Daniel@0: "version": "1.12.0", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/Seldaek/monolog.git", Daniel@0: "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f", Daniel@0: "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.3.0", Daniel@0: "psr/log": "~1.0" Daniel@0: }, Daniel@0: "provide": { Daniel@0: "psr/log-implementation": "1.0.0" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "aws/aws-sdk-php": "~2.4, >2.4.8", Daniel@0: "doctrine/couchdb": "~1.0@dev", Daniel@0: "graylog2/gelf-php": "~1.0", Daniel@0: "phpunit/phpunit": "~4.0", Daniel@0: "raven/raven": "~0.5", Daniel@0: "ruflin/elastica": "0.90.*", Daniel@0: "videlalvaro/php-amqplib": "~2.4" Daniel@0: }, Daniel@0: "suggest": { Daniel@0: "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", Daniel@0: "doctrine/couchdb": "Allow sending log messages to a CouchDB server", Daniel@0: "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", Daniel@0: "ext-mongo": "Allow sending log messages to a MongoDB server", Daniel@0: "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", Daniel@0: "raven/raven": "Allow sending log messages to a Sentry server", Daniel@0: "rollbar/rollbar": "Allow sending log messages to Rollbar", Daniel@0: "ruflin/elastica": "Allow sending log messages to an Elastic Search server", Daniel@0: "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.12.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-4": { Daniel@0: "Monolog\\": "src/Monolog" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Jordi Boggiano", Daniel@0: "email": "j.boggiano@seld.be", Daniel@0: "homepage": "http://seld.be" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Sends your logs to files, sockets, inboxes, databases and various web services", Daniel@0: "homepage": "http://github.com/Seldaek/monolog", Daniel@0: "keywords": [ Daniel@0: "log", Daniel@0: "logging", Daniel@0: "psr-3" Daniel@0: ], Daniel@0: "time": "2014-12-29 21:29:35" Daniel@0: }, Daniel@0: { Daniel@0: "name": "psr/log", Daniel@0: "version": "1.0.0", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/php-fig/log.git", Daniel@0: "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", Daniel@0: "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Psr\\Log\\": "" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "PHP-FIG", Daniel@0: "homepage": "http://www.php-fig.org/" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Common interface for logging libraries", Daniel@0: "keywords": [ Daniel@0: "log", Daniel@0: "psr", Daniel@0: "psr-3" Daniel@0: ], Daniel@0: "time": "2012-12-21 11:40:51" Daniel@0: }, Daniel@0: { Daniel@0: "name": "sensio/distribution-bundle", Daniel@0: "version": "v3.0.18", Daniel@0: "target-dir": "Sensio/Bundle/DistributionBundle", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", Daniel@0: "reference": "ac026149ffb1d3a5c893290d2d3ca8795013de08" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ac026149ffb1d3a5c893290d2d3ca8795013de08", Daniel@0: "reference": "ac026149ffb1d3a5c893290d2d3ca8795013de08", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.3.3", Daniel@0: "sensiolabs/security-checker": "~2.0", Daniel@0: "symfony/class-loader": "~2.2", Daniel@0: "symfony/framework-bundle": "~2.3", Daniel@0: "symfony/process": "~2.2" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "symfony/form": "~2.2", Daniel@0: "symfony/validator": "~2.2", Daniel@0: "symfony/yaml": "~2.2" Daniel@0: }, Daniel@0: "suggest": { Daniel@0: "symfony/form": "If you want to use the configurator", Daniel@0: "symfony/validator": "If you want to use the configurator", Daniel@0: "symfony/yaml": "If you want to use the configurator" Daniel@0: }, Daniel@0: "type": "symfony-bundle", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "3.0.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Sensio\\Bundle\\DistributionBundle": "" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Fabien Potencier", Daniel@0: "email": "fabien@symfony.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Base bundle for Symfony Distributions", Daniel@0: "keywords": [ Daniel@0: "configuration", Daniel@0: "distribution" Daniel@0: ], Daniel@0: "time": "2015-02-27 12:59:18" Daniel@0: }, Daniel@0: { Daniel@0: "name": "sensio/framework-extra-bundle", Daniel@0: "version": "v3.0.4", Daniel@0: "target-dir": "Sensio/Bundle/FrameworkExtraBundle", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", Daniel@0: "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/b3bc3e67c8b6b68b18d727012183520d35ee762a", Daniel@0: "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "doctrine/common": "~2.2", Daniel@0: "symfony/framework-bundle": "~2.3" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "symfony/expression-language": "~2.4", Daniel@0: "symfony/security-bundle": "~2.4" Daniel@0: }, Daniel@0: "suggest": { Daniel@0: "symfony/expression-language": "", Daniel@0: "symfony/security-bundle": "" Daniel@0: }, Daniel@0: "type": "symfony-bundle", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "3.0.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Sensio\\Bundle\\FrameworkExtraBundle": "" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Fabien Potencier", Daniel@0: "email": "fabien@symfony.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "This bundle provides a way to configure your controllers with annotations", Daniel@0: "keywords": [ Daniel@0: "annotations", Daniel@0: "controllers" Daniel@0: ], Daniel@0: "time": "2014-12-02 09:52:52" Daniel@0: }, Daniel@0: { Daniel@0: "name": "sensiolabs/security-checker", Daniel@0: "version": "v2.0.1", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/sensiolabs/security-checker.git", Daniel@0: "reference": "134cecf1c61256bd8e973e11376891a724543820" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/134cecf1c61256bd8e973e11376891a724543820", Daniel@0: "reference": "134cecf1c61256bd8e973e11376891a724543820", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "ext-curl": "*", Daniel@0: "symfony/console": "~2.0" Daniel@0: }, Daniel@0: "bin": [ Daniel@0: "security-checker" Daniel@0: ], Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "2.0-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "SensioLabs\\Security": "" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Fabien Potencier", Daniel@0: "email": "fabien.potencier@gmail.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "A security checker for your composer.lock", Daniel@0: "time": "2015-01-26 16:25:19" Daniel@0: }, Daniel@0: { Daniel@0: "name": "symfony/assetic-bundle", Daniel@0: "version": "v2.6.1", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/symfony/AsseticBundle.git", Daniel@0: "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0", Daniel@0: "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "kriswallsmith/assetic": "~1.2", Daniel@0: "php": ">=5.3.0", Daniel@0: "symfony/console": "~2.3", Daniel@0: "symfony/dependency-injection": "~2.3", Daniel@0: "symfony/framework-bundle": "~2.3", Daniel@0: "symfony/yaml": "~2.3" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "kriswallsmith/spork": "~0.2", Daniel@0: "patchwork/jsqueeze": "~1.0", Daniel@0: "symfony/class-loader": "~2.3", Daniel@0: "symfony/css-selector": "~2.3", Daniel@0: "symfony/dom-crawler": "~2.3", Daniel@0: "symfony/twig-bundle": "~2.3" Daniel@0: }, Daniel@0: "suggest": { Daniel@0: "kriswallsmith/spork": "to be able to dump assets in parallel", Daniel@0: "symfony/twig-bundle": "to use the Twig integration" Daniel@0: }, Daniel@0: "type": "symfony-bundle", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "2.5-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-4": { Daniel@0: "Symfony\\Bundle\\AsseticBundle\\": "" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Kris Wallsmith", Daniel@0: "email": "kris.wallsmith@gmail.com", Daniel@0: "homepage": "http://kriswallsmith.net/" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Integrates Assetic into Symfony2", Daniel@0: "homepage": "https://github.com/symfony/AsseticBundle", Daniel@0: "keywords": [ Daniel@0: "assets", Daniel@0: "compression", Daniel@0: "minification" Daniel@0: ], Daniel@0: "time": "2015-01-27 12:45:16" Daniel@0: }, Daniel@0: { Daniel@0: "name": "symfony/monolog-bundle", Daniel@0: "version": "v2.7.1", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/symfony/MonologBundle.git", Daniel@0: "reference": "9320b6863404c70ebe111e9040dab96f251de7ac" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac", Daniel@0: "reference": "9320b6863404c70ebe111e9040dab96f251de7ac", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "monolog/monolog": "~1.8", Daniel@0: "php": ">=5.3.2", Daniel@0: "symfony/config": "~2.3", Daniel@0: "symfony/dependency-injection": "~2.3", Daniel@0: "symfony/http-kernel": "~2.3", Daniel@0: "symfony/monolog-bridge": "~2.3" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "symfony/console": "~2.3", Daniel@0: "symfony/yaml": "~2.3" Daniel@0: }, Daniel@0: "type": "symfony-bundle", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "2.7.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-4": { Daniel@0: "Symfony\\Bundle\\MonologBundle\\": "" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Symfony Community", Daniel@0: "homepage": "http://symfony.com/contributors" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Fabien Potencier", Daniel@0: "email": "fabien@symfony.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Symfony MonologBundle", Daniel@0: "homepage": "http://symfony.com", Daniel@0: "keywords": [ Daniel@0: "log", Daniel@0: "logging" Daniel@0: ], Daniel@0: "time": "2015-01-04 20:21:17" Daniel@0: }, Daniel@0: { Daniel@0: "name": "symfony/symfony", Daniel@0: "version": "v2.5.10", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/symfony/symfony.git", Daniel@0: "reference": "6ffe6437a9e734eabd6d092387f065bebfefcd24" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/symfony/symfony/zipball/6ffe6437a9e734eabd6d092387f065bebfefcd24", Daniel@0: "reference": "6ffe6437a9e734eabd6d092387f065bebfefcd24", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "doctrine/common": "~2.3", Daniel@0: "php": ">=5.3.3", Daniel@0: "psr/log": "~1.0", Daniel@0: "twig/twig": "~1.12,>=1.12.3" Daniel@0: }, Daniel@0: "replace": { Daniel@0: "symfony/browser-kit": "self.version", Daniel@0: "symfony/class-loader": "self.version", Daniel@0: "symfony/config": "self.version", Daniel@0: "symfony/console": "self.version", Daniel@0: "symfony/css-selector": "self.version", Daniel@0: "symfony/debug": "self.version", Daniel@0: "symfony/dependency-injection": "self.version", Daniel@0: "symfony/doctrine-bridge": "self.version", Daniel@0: "symfony/dom-crawler": "self.version", Daniel@0: "symfony/event-dispatcher": "self.version", Daniel@0: "symfony/expression-language": "self.version", Daniel@0: "symfony/filesystem": "self.version", Daniel@0: "symfony/finder": "self.version", Daniel@0: "symfony/form": "self.version", Daniel@0: "symfony/framework-bundle": "self.version", Daniel@0: "symfony/http-foundation": "self.version", Daniel@0: "symfony/http-kernel": "self.version", Daniel@0: "symfony/intl": "self.version", Daniel@0: "symfony/locale": "self.version", Daniel@0: "symfony/monolog-bridge": "self.version", Daniel@0: "symfony/options-resolver": "self.version", Daniel@0: "symfony/process": "self.version", Daniel@0: "symfony/propel1-bridge": "self.version", Daniel@0: "symfony/property-access": "self.version", Daniel@0: "symfony/proxy-manager-bridge": "self.version", Daniel@0: "symfony/routing": "self.version", Daniel@0: "symfony/security": "self.version", Daniel@0: "symfony/security-acl": "self.version", Daniel@0: "symfony/security-bundle": "self.version", Daniel@0: "symfony/security-core": "self.version", Daniel@0: "symfony/security-csrf": "self.version", Daniel@0: "symfony/security-http": "self.version", Daniel@0: "symfony/serializer": "self.version", Daniel@0: "symfony/stopwatch": "self.version", Daniel@0: "symfony/swiftmailer-bridge": "self.version", Daniel@0: "symfony/templating": "self.version", Daniel@0: "symfony/translation": "self.version", Daniel@0: "symfony/twig-bridge": "self.version", Daniel@0: "symfony/twig-bundle": "self.version", Daniel@0: "symfony/validator": "self.version", Daniel@0: "symfony/web-profiler-bundle": "self.version", Daniel@0: "symfony/yaml": "self.version" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "doctrine/data-fixtures": "1.0.*", Daniel@0: "doctrine/dbal": "~2.2", Daniel@0: "doctrine/orm": "~2.2,>=2.2.3", Daniel@0: "egulias/email-validator": "~1.2", Daniel@0: "ircmaxell/password-compat": "~1.0", Daniel@0: "monolog/monolog": "~1.3", Daniel@0: "ocramius/proxy-manager": "~0.4|~1.0", Daniel@0: "propel/propel1": "~1.6" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "2.5-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Symfony\\": "src/" Daniel@0: }, Daniel@0: "classmap": [ Daniel@0: "src/Symfony/Component/HttpFoundation/Resources/stubs", Daniel@0: "src/Symfony/Component/Intl/Resources/stubs" Daniel@0: ], Daniel@0: "files": [ Daniel@0: "src/Symfony/Component/Intl/Resources/stubs/functions.php" Daniel@0: ] Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Symfony Community", Daniel@0: "homepage": "http://symfony.com/contributors" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Fabien Potencier", Daniel@0: "email": "fabien@symfony.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "The Symfony PHP framework", Daniel@0: "homepage": "http://symfony.com", Daniel@0: "keywords": [ Daniel@0: "framework" Daniel@0: ], Daniel@0: "time": "2015-02-02 09:26:53" Daniel@0: }, Daniel@0: { Daniel@0: "name": "twig/extensions", Daniel@0: "version": "v1.2.0", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/twigphp/Twig-extensions.git", Daniel@0: "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd", Daniel@0: "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "twig/twig": "~1.12" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "symfony/translation": "~2.3" Daniel@0: }, Daniel@0: "suggest": { Daniel@0: "symfony/translation": "Allow the time_diff output to be translated" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.2.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Twig_Extensions_": "lib/" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Fabien Potencier", Daniel@0: "email": "fabien@symfony.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Common additional features for Twig that do not directly belong in core", Daniel@0: "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html", Daniel@0: "keywords": [ Daniel@0: "i18n", Daniel@0: "text" Daniel@0: ], Daniel@0: "time": "2014-10-30 14:30:03" Daniel@0: }, Daniel@0: { Daniel@0: "name": "twig/twig", Daniel@0: "version": "v1.18.0", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/twigphp/Twig.git", Daniel@0: "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf", Daniel@0: "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.2.4" Daniel@0: }, Daniel@0: "type": "library", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "1.18-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Twig_": "lib/" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "BSD-3-Clause" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Fabien Potencier", Daniel@0: "email": "fabien@symfony.com", Daniel@0: "homepage": "http://fabien.potencier.org", Daniel@0: "role": "Lead Developer" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Armin Ronacher", Daniel@0: "email": "armin.ronacher@active-4.com", Daniel@0: "role": "Project Founder" Daniel@0: }, Daniel@0: { Daniel@0: "name": "Twig Team", Daniel@0: "homepage": "http://twig.sensiolabs.org/contributors", Daniel@0: "role": "Contributors" Daniel@0: } Daniel@0: ], Daniel@0: "description": "Twig, the flexible, fast, and secure template language for PHP", Daniel@0: "homepage": "http://twig.sensiolabs.org", Daniel@0: "keywords": [ Daniel@0: "templating" Daniel@0: ], Daniel@0: "time": "2015-01-25 17:32:08" Daniel@0: } Daniel@0: ], Daniel@0: "packages-dev": [ Daniel@0: { Daniel@0: "name": "sensio/generator-bundle", Daniel@0: "version": "v2.5.2", Daniel@0: "target-dir": "Sensio/Bundle/GeneratorBundle", Daniel@0: "source": { Daniel@0: "type": "git", Daniel@0: "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", Daniel@0: "reference": "4b09746520a826a7bf34a466ba31c7d8740fef7e" Daniel@0: }, Daniel@0: "dist": { Daniel@0: "type": "zip", Daniel@0: "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/4b09746520a826a7bf34a466ba31c7d8740fef7e", Daniel@0: "reference": "4b09746520a826a7bf34a466ba31c7d8740fef7e", Daniel@0: "shasum": "" Daniel@0: }, Daniel@0: "require": { Daniel@0: "symfony/console": "~2.5", Daniel@0: "symfony/framework-bundle": "~2.2" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "doctrine/orm": "~2.2,>=2.2.3", Daniel@0: "symfony/doctrine-bridge": "~2.2", Daniel@0: "twig/twig": "~1.11" Daniel@0: }, Daniel@0: "type": "symfony-bundle", Daniel@0: "extra": { Daniel@0: "branch-alias": { Daniel@0: "dev-master": "2.5.x-dev" Daniel@0: } Daniel@0: }, Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "Sensio\\Bundle\\GeneratorBundle": "" Daniel@0: } Daniel@0: }, Daniel@0: "notification-url": "https://packagist.org/downloads/", Daniel@0: "license": [ Daniel@0: "MIT" Daniel@0: ], Daniel@0: "authors": [ Daniel@0: { Daniel@0: "name": "Fabien Potencier", Daniel@0: "email": "fabien@symfony.com" Daniel@0: } Daniel@0: ], Daniel@0: "description": "This bundle generates code for you", Daniel@0: "time": "2015-02-11 07:21:23" Daniel@0: } Daniel@0: ], Daniel@0: "aliases": [], Daniel@0: "minimum-stability": "stable", Daniel@0: "stability-flags": { Daniel@0: "kachkaev/counters-bundle": 20 Daniel@0: }, Daniel@0: "prefer-stable": false, Daniel@0: "prefer-lowest": false, Daniel@0: "platform": { Daniel@0: "php": ">=5.3.3" Daniel@0: }, Daniel@0: "platform-dev": [] Daniel@0: }