Untitled diff

Created Diff never expires
49 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
687 lines
45 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
681 lines
{
{
"_readme": [
"_readme": [
"This file locks the dependencies of your project to a known state",
"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",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
"This file is @generated automatically"
],
],
"hash": "ed0d923358021c2b1952e3ce43c12681",
"hash": "ed0d923358021c2b1952e3ce43c12681",
"packages": [
"packages": [
{
{
"name": "doctrine/annotations",
"name": "doctrine/annotations",
"version": "v1.2.3",
"version": "v1.2.1",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
"reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/6a6bec0670bb6e71a263b08bc1b98ea242928633",
"reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
"reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/lexer": "1.*",
"doctrine/lexer": "1.*",
"php": ">=5.3.2"
"php": ">=5.3.2"
},
},
"require-dev": {
"require-dev": {
"doctrine/cache": "1.*",
"doctrine/cache": "1.*",
"phpunit/phpunit": "4.*"
"phpunit/phpunit": "4.*"
},
},
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "1.3.x-dev"
"dev-master": "1.3.x-dev"
}
}
},
},
"autoload": {
"autoload": {
"psr-0": {
"psr-0": {
"Doctrine\\Common\\Annotations\\": "lib/"
"Doctrine\\Common\\Annotations\\": "lib/"
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"license": [
"MIT"
"MIT"
],
],
"authors": [
"authors": [
{
{
"name": "Roman Borschel",
"name": "Roman Borschel",
"email": "roman@code-factory.org"
"email": "roman@code-factory.org"
},
},
{
{
"name": "Benjamin Eberlei",
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
"email": "kontakt@beberlei.de"
},
},
{
{
"name": "Guilherme Blanco",
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
"email": "guilhermeblanco@gmail.com"
},
},
{
{
"name": "Jonathan Wage",
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
"email": "jonwage@gmail.com"
},
},
{
{
"name": "Johannes Schmitt",
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
"email": "schmittjoh@gmail.com"
}
}
],
],
"description": "Docblock Annotations Parser",
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"keywords": [
"annotations",
"annotations",
"docblock",
"docblock",
"parser"
"parser"
],
],
"time": "2014-12-20 20:49:38"
"time": "2014-09-25 16:45:30"
},
},
{
{
"name": "doctrine/cache",
"name": "doctrine/cache",
"version": "v1.3.1",
"version": "v1.3.1",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"url": "https://github.com/doctrine/cache.git",
"reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7"
"reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/cf483685798a72c93bf4206e3dd6358ea07d64e7",
"url": "https://api.github.com/repos/doctrine/cache/zipball/cf483685798a72c93bf4206e3dd6358ea07d64e7",
"reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7",
"reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=5.3.2"
"php": ">=5.3.2"
},
},
"conflict": {
"conflict": {
"doctrine/common": ">2.2,<2.4"
"doctrine/common": ">2.2,<2.4"
},
},
"require-dev": {
"require-dev": {
"phpunit/phpunit": ">=3.7",
"phpunit/phpunit": ">=3.7",
"satooshi/php-coveralls": "~0.6"
"satooshi/php-coveralls": "~0.6"
},
},
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "1.4.x-dev"
"dev-master": "1.4.x-dev"
}
}
},
},
"autoload": {
"autoload": {
"psr-0": {
"psr-0": {
"Doctrine\\Common\\Cache\\": "lib/"
"Doctrine\\Common\\Cache\\": "lib/"
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"license": [
"MIT"
"MIT"
],
],
"authors": [
"authors": [
{
{
"name": "Roman Borschel",
"name": "Roman Borschel",
"email": "roman@code-factory.org"
"email": "roman@code-factory.org"
},
},
{
{
"name": "Benjamin Eberlei",
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
"email": "kontakt@beberlei.de"
},
},
{
{
"name": "Guilherme Blanco",
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
"email": "guilhermeblanco@gmail.com"
},
},
{
{
"name": "Jonathan Wage",
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
"email": "jonwage@gmail.com"
},
},
{
{
"name": "Johannes Schmitt",
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
"email": "schmittjoh@gmail.com"
}
}
],
],
"description": "Caching library offering an object-oriented API for many cache backends",
"description": "Caching library offering an object-oriented API for many cache backends",
"homepage": "http://www.doctrine-project.org",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"keywords": [
"cache",
"cache",
"caching"
"caching"
],
],
"time": "2014-09-17 14:24:04"
"time": "2014-09-17 14:24:04"
},
},
{
{
"name": "doctrine/collections",
"name": "doctrine/collections",
"version": "v1.2",
"version": "v1.2",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"url": "https://github.com/doctrine/collections.git",
"reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
"reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
"url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
"reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
"reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=5.3.2"
"php": ">=5.3.2"
},
},
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "1.2.x-dev"
"dev-master": "1.2.x-dev"
}
}
},
},
"autoload": {
"autoload": {
"psr-0": {
"psr-0": {
"Doctrine\\Common\\Collections\\": "lib/"
"Doctrine\\Common\\Collections\\": "lib/"
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"license": [
"MIT"
"MIT"
],
],
"authors": [
"authors": [
{
{
"name": "Jonathan Wage",
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/",
"homepage": "http://www.jwage.com/",
"role": "Creator"
"role": "Creator"
},
},
{
{
"name": "Guilherme Blanco",
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com",
"email": "guilhermeblanco@gmail.com",
"homepage": "http://www.instaclick.com"
"homepage": "http://www.instaclick.com"
},
},
{
{
"name": "Roman Borschel",
"name": "Roman Borschel",
"email": "roman@code-factory.org"
"email": "roman@code-factory.org"
},
},
{
{
"name": "Benjamin Eberlei",
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
"email": "kontakt@beberlei.de"
},
},
{
{
"name": "Johannes Schmitt",
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
"role": "Developer of wrapped JMSSerializerBundle"
}
}
],
],
"description": "Collections Abstraction library",
"description": "Collections Abstraction library",
"homepage": "http://www.doctrine-project.org",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"keywords": [
"array",
"array",
"collections",
"collections",
"iterator"
"iterator"
],
],
"time": "2014-02-03 23:07:43"
"time": "2014-02-03 23:07:43"
},
},
{
{
"name": "doctrine/common",
"name": "doctrine/common",
"version": "v2.4.2",
"version": "v2.4.2",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/common.git",
"url": "https://github.com/doctrine/common.git",
"reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b"
"reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
"url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
"reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
"reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/annotations": "1.*",
"doctrine/annotations": "1.*",
"doctrine/cache": "1.*",
"doctrine/cache": "1.*",
"doctrine/collections": "1.*",
"doctrine/collections": "1.*",
"doctrine/inflector": "1.*",
"doctrine/inflector": "1.*",
"doctrine/lexer": "1.*",
"doctrine/lexer": "1.*",
"php": ">=5.3.2"
"php": ">=5.3.2"
},
},
"require-dev": {
"require-dev": {
"phpunit/phpunit": "~3.7"
"phpunit/phpunit": "~3.7"
},
},
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "2.4.x-dev"
"dev-master": "2.4.x-dev"
}
}
},
},
"autoload": {
"autoload": {
"psr-0": {
"psr-0": {
"Doctrine\\Common\\": "lib/"
"Doctrine\\Common\\": "lib/"
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"license": [
"MIT"
"MIT"
],
],
"authors": [
"authors": [
{
{
"name": "Jonathan Wage",
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/",
"homepage": "http://www.jwage.com/",
"role": "Creator"
"role": "Creator"
},
},
{
{
"name": "Guilherme Blanco",
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com",
"email": "guilhermeblanco@gmail.com",
"homepage": "http://www.instaclick.com"
"homepage": "http://www.instaclick.com"
},
},
{
{
"name": "Roman Borschel",
"name": "Roman Borschel",
"email": "roman@code-factory.org"
"email": "roman@code-factory.org"
},
},
{
{
"name": "Benjamin Eberlei",
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
"email": "kontakt@beberlei.de"
},
},
{
{
"name": "Johannes Schmitt",
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
"role": "Developer of wrapped JMSSerializerBundle"
}
}
],
],
"description": "Common Library for Doctrine projects",
"description": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"keywords": [
"annotations",
"annotations",
"collections",
"collections",
"eventmanager",
"eventmanager",
"persistence",
"persistence",
"spl"
"spl"
],
],
"time": "2014-05-21 19:28:51"
"time": "2014-05-21 19:28:51"
},
},
{
{
"name": "doctrine/dbal",
"name": "doctrine/dbal",
"version": "v2.5.0",
"version": "v2.4.3",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "71140662c0a954602e81271667b6e03d9f53ea34"
"reference": "0368bc031976126e5d36d37d2c56155092b6575b"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/71140662c0a954602e81271667b6e03d9f53ea34",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/0368bc031976126e5d36d37d2c56155092b6575b",
"reference": "71140662c0a954602e81271667b6e03d9f53ea34",
"reference": "0368bc031976126e5d36d37d2c56155092b6575b",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/common": ">=2.4,<2.6-dev",
"doctrine/common": "~2.4",
"php": ">=5.3.2"
"php": ">=5.3.2"
},
},
"require-dev": {
"require-dev": {
"phpunit/phpunit": "4.*",
"phpunit/phpunit": "3.7.*",
"symfony/console": "2.*"
"symfony/console": "~2.0"
},
},
"suggest": {
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5.x-dev"
}
},
"autoload": {
"autoload": {
"psr-0": {
"psr-0": {
"Doctrine\\DBAL\\": "lib/"
"Doctrine\\DBAL\\": "lib/"
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"license": [
"MIT"
"MIT"
],
],
"authors": [
"authors": [
{
{
"name": "Roman Borschel",
"name": "Roman Borschel",
"email": "roman@code-factory.org"
"email": "roman@code-factory.org"
},
},
{
{
"name": "Benjamin Eberlei",
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
"email": "kontakt@beberlei.de"
},
},
{
{
"name": "Guilherme Blanco",
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
"email": "guilhermeblanco@gmail.com"
},
},
{
{
"name": "Jonathan Wage",
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
"email": "jonwage@gmail.com"
}
}
],
],
"description": "Database Abstraction Layer",
"description": "Database Abstraction Layer",
"homepage": "http://www.doctrine-project.org",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"keywords": [
"database",
"database",
"dbal",
"dbal",
"persistence",
"persistence",
"queryobject"
"queryobject"
],
],
"time": "2014-12-04 21:57:15"
"time": "2014-10-16 11:56:49"
},
},
{
{
"name": "doctrine/doctrine-bundle",
"name": "doctrine/doctrine-bundle",
"version": "v1.3.0",
"version": "v1.3.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b"
"reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/3beb3a780485ab01f86941f4892cd23ef8c39c6b",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/3beb3a780485ab01f86941f4892cd23ef8c39c6b",
"reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b",
"reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/dbal": "~2.3",
"doctrine/dbal": "~2.3",
"doctrine/doctrine-cache-bundle": "~1.0",
"doctrine/doctrine-cache-bundle": "~1.0",
"jdorn/sql-formatter": "~1.1",
"jdorn/sql-formatter": "~1.1",
"php": ">=5.3.2",
"php": ">=5.3.2",
"symfony/doctrine-bridge": "~2.2",
"symfony/doctrine-bridge": "~2.2",
"symfony/framework-bundle": "~2.2"
"symfony/framework-bundle": "~2.2"
},
},
"require-dev": {
"require-dev": {
"doctrine/orm": "~2.3",
"doctrine/orm": "~2.3",
"phpunit/php-code-coverage": "~1.2",
"phpunit/php-code-coverage": "~1.2",
"phpunit/phpunit": "~3.7",
"phpunit/phpunit": "~3.7",
"phpunit/phpunit-mock-objects": "~1.2",
"phpunit/phpunit-mock-objects": "~1.2",
"satooshi/php-coveralls": "~0.6.1",
"satooshi/php-coveralls": "~0.6.1",
"symfony/validator": "~2.2",
"symfony/validator": "~2.2",
"symfony/yaml": "~2.2",
"symfony/yaml": "~2.2",
"twig/twig": "~1"
"twig/twig": "~1"
},
},
"suggest": {
"suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
"symfony/web-profiler-bundle": "to use the data collector"
"symfony/web-profiler-bundle": "to use the data collector"
},
},
"type": "symfony-bundle",
"type": "symfony-bundle",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "1.3.x-dev"
"dev-master": "1.3.x-dev"
}
}
},
},
"autoload": {
"autoload": {
"psr-4": {
"psr-4": {
"Doctrine\\Bundle\\DoctrineBundle\\": ""
"Doctrine\\Bundle\\DoctrineBundle\\": ""
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"license": [
"MIT"
"MIT"
],
],
"authors": [
"authors": [
{
{
"name": "Symfony Community",
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
"homepage": "http://symfony.com/contributors"
},
},
{
{
"name": "Benjamin Eberlei",
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
"email": "kontakt@beberlei.de"
},
},
{
{
"name": "Doctrine Project",
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org/"
"homepage": "http://www.doctrine-project.org/"
},
},
{
{
"name": "Fabien Potencier",
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
"email": "fabien@symfony.com"
}
}
],
],
"description": "Symfony DoctrineBundle",
"description": "Symfony DoctrineBundle",
"homepage": "http://www.doctrine-project.org",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"keywords": [
"database",
"database",
"dbal",
"dbal",
"orm",
"orm",
"persistence"
"persistence"
],
],
"time": "2014-11-28 08:32:03"
"time": "2014-11-28 08:32:03"
},
},
{
{
"name": "doctrine/doctrine-cache-bundle",
"name": "doctrine/doctrine-cache-bundle",
"version": "v1.0.1",
"version": "v1.0.1",
"target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
"target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/DoctrineCacheBundle.git",
"url": "https://github.com/doctrine/DoctrineCacheBundle.git",
"reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
"reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
"reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
"reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/cache": "~1.3",
"doctrine/cache": "~1.3",
"doctrine/inflector": "~1.0",
"doctrine/inflector": "~1.0",
"php": ">=5.3.2",
"php": ">=5.3.2",
"symfony/doctrine-bridge": "~2.2",
"symfony/doctrine-bridge": "~2.2",
"symfony/framework-bundle": "~2.2",
"symfony/framework-bundle": "~2.2",
"symfony/security": "~2.2"
"symfony/security": "~2.2"
},
},
"require-dev": {
"require-dev": {
"instaclick/coding-standard": "~1.1",
"instaclick/coding-standard": "~1.1",
"instaclick/object-calisthenics-sniffs": "dev-master",
"instaclick/object-calisthenics-sniffs": "dev-master",
"instaclick/symfony2-coding-standard": "dev-remaster",
"instaclick/symfony2-coding-standard": "dev-remaster",
"phpunit/phpunit": "~3.7",
"phpunit/phpunit": "~3.7",
"satooshi/php-coveralls": "~0.6.1",
"satooshi/php-coveralls": "~0.6.1",
"squizlabs/php_codesniffer": "dev-master",
"squizlabs/php_codesniffer": "dev-master",
"symfony/console": "~2.2",
"symfony/console": "~2.2",
"symfony/finder": "~2.2",
"symfony/finder": "~2.2",
"symfony/validator": "~2.2",
"symfony/validator": "~2.2",
"symfony/yaml": "~2.2"
"symfony/yaml": "~2.2"
},
},
"type": "symfony-bundle",
"type": "symfony-bundle",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.0.x-dev"
}
}
},
},
"autoload": {
"autoload": {
"psr-0": {
"psr-0": {
"Doctrine\\Bundle\\DoctrineCacheBundle": ""
"Doctrine\\Bundle\\DoctrineCacheBundle": ""
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"license": [
"MIT"
"MIT"
],
],
"authors": [
"authors": [
{
{
"name": "Symfony Community",
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
"homepage": "http://symfony.com/contributors"
},
},
{
{
"name": "Benjamin Eberlei",
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
"email": "kontakt@beberlei.de"
},
},
{
{
"name": "Fabio B. Silva",
"name": "Fabio B. Silva",
"email": "fabio.bat.silva@gmail.com"
"email": "fabio.bat.silva@gmail.com"
},
},
{
{
"name": "Guilherme Blanco",
"name": "Guilherme Blanco",
"email": "guilhermeblanco@hotmail.com"
"email": "guilhermeblanco@hotmail.com"
},
},
{
{
"name": "Doctrine Project",
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org/"
"homepage": "http://www.doctrine-project.org/"
},
},
{
{
"name": "Fabien Potencier",
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
"email": "fabien@symfony.com"
}
}
],
],
"description": "Symfony2 Bundle for Doctrine Cache",
"description": "Symfony2 Bundle for Doctrine Cache",
"homepage": "http://www.doctrine-project.org",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"keywords": [
"cache",
"cache",
"caching"
"caching"
],
],
"time": "2014-11-28 09:43:36"
"time": "2014-11-28 09:43:36"
},
},
{
{
"name": "doctrine/inflector",
"name": "doctrine/inflector",
"version": "v1.0.1",
"version": "v1.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
"reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08",
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
"reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=5.3.2"
"php": ">=5.3.2"
},
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "library",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"autoload": {
"psr-0": {
"psr-0": {
"Doctrine\\Common\\Inflector\\": "lib/"
"Doctrine\\Common\\Inflector\\": "lib/"
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"license": [
"MIT"
"MIT"
],
],
"authors": [
"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",
"name": "Roman Borschel",
"email": "roman@code-factory.org"
"email": "roman@code-factory.org"
},
},
{
{
"name": "Benjamin Eberlei",
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
"email": "kontakt@beberlei.de"
},
},
{
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
"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.",
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"keywords": [
"inflection",
"inflection",
"pluralize",
"pluarlize",
"singularize",
"singuarlize",
"string"
"string"
],
],
"time": "2014-12-20 21:24:13"
"time": "2013-01-10 21:49:15"
},
},
{
{
"name": "doctrine/lexer",
"name": "doctrine/lexer",
"version": "v1.0",
"version": "v1.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb"
"reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb",
"reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb",
"reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=5.3.2"
"php": ">=5.3.2"
},
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
"psr-0": {
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
"Doctrine\\Common\\Lexer\\": "lib/"
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"license": [
"MIT"
"MIT"
],
],
"authors": [
"authors": [
{
{
"name": "Guilherme Blanco",
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com",
"email": "guilhermeblanco@gmail.com",
"homepage": "http://www.instaclick.com"
"homepage": "http://www.instaclick.com"
},
},
{
{
"name": "Roman Borschel",
"name": "Roman Borschel",
"email": "roman@code-factory.org"
"email": "roman@code-factory.org"
},
},
{
{
"name": "Johannes Schmitt",
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
"role": "Developer of wrapped JMSSerializerBundle"
}
}
],
],
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http://www.doctrine-project.org",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"keywords": [
"lexer",
"lexer",
"parser"
"parser"
],
],
"time": "2013-01-12 18:59:04"
"time": "2013-01-12 18:59:04"
},
},
{
{
"name": "doctrine/orm",
"name": "doctrine/orm",
"version": "v2.4.7",
"version": "v2.4.6",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/doctrine2.git",
"url": "https://github.com/doctrine/doctrine2.git",
"reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68"
"reference": "bebacf79d8d4dae9168f0f9bc6811e6c2cb6a4d9"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bebacf79d8d4dae9168f0f9bc6811e6c2cb6a4d9",
"reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
"reference": "bebacf79d8d4dae9168f0f9bc6811e6c2cb6a4d9",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/collections": "~1.1",
"doctrine/collections": "~1.1",
"doctrine/dbal": "~2.4",
"doctrine/dbal": "~2.4",
"ext-pdo": "*",
"ext-pdo": "*",
"php": ">=5.3.2",
"php": ">=5.3.2",
"symfony/console": "~2.0"
"symfony/console": "~2.0"
},
},
"require-dev": {
"require-dev": {
"satooshi/php-coveralls": "dev-master",
"satooshi/php-coveralls": "dev-master",
"symfony/yaml": "~2.1"
"symfony/yaml": "~2.1"
},
},
"suggest": {
"suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
},
"bin": [
"bin": [
"bin/doctrine",
"bin/doctrine",
"bin/doctrine.php"
"bin/doctrine.php"
],
],
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "2.4.x-dev"
"dev-master": "2.4.x-dev"
}
}
},
},
"autoload": {
"autoload": {
"psr-0": {
"psr-0": {
"Doctrine\\ORM\\": "lib/"
"Doctrine\\ORM\\": "lib/"
}
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"