mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
6678 lines
236 KiB
JSON
6678 lines
236 KiB
JSON
{
|
||
"_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": "f673d23e5c3c43bfb16ac5eef2641526",
|
||
"packages": [
|
||
{
|
||
"name": "ajbdev/authorizenet-php-api",
|
||
"version": "v1.1.8",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/ajbdev/authorizenet-php-api.git",
|
||
"reference": "ba4a652f9dee1141009be4fe5815ebee066b85eb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/ajbdev/authorizenet-php-api/zipball/ba4a652f9dee1141009be4fe5815ebee066b85eb",
|
||
"reference": "ba4a652f9dee1141009be4fe5815ebee066b85eb",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.2.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"lib/",
|
||
"AuthorizeNet.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"description": "Authorize.NET PHP library with composer support",
|
||
"keywords": [
|
||
"authorize.net",
|
||
"ecommerce",
|
||
"payment"
|
||
],
|
||
"time": "2013-02-11 21:09:06"
|
||
},
|
||
{
|
||
"name": "doctrine/annotations",
|
||
"version": "v1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/annotations.git",
|
||
"reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/annotations/zipball/d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd",
|
||
"reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd",
|
||
"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": "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": "Docblock Annotations Parser",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"annotations",
|
||
"docblock",
|
||
"parser"
|
||
],
|
||
"time": "2014-07-06 15:52:21"
|
||
},
|
||
{
|
||
"name": "doctrine/cache",
|
||
"version": "v1.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/cache.git",
|
||
"reference": "e16d7adf45664a50fa86f515b6d5e7f670130449"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449",
|
||
"reference": "e16d7adf45664a50fa86f515b6d5e7f670130449",
|
||
"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.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Doctrine\\Common\\Cache\\": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jonathan Wage",
|
||
"email": "jonwage@gmail.com",
|
||
"homepage": "http://www.jwage.com/"
|
||
},
|
||
{
|
||
"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": "http://jmsyst.com",
|
||
"role": "Developer of wrapped JMSSerializerBundle"
|
||
}
|
||
],
|
||
"description": "Caching library offering an object-oriented API for many cache backends",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"cache",
|
||
"caching"
|
||
],
|
||
"time": "2013-10-25 19:04:14"
|
||
},
|
||
{
|
||
"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": "http://jmsyst.com",
|
||
"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": "http://jmsyst.com",
|
||
"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/dbal",
|
||
"version": "v2.4.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/dbal.git",
|
||
"reference": "fec965d330c958e175c39e61c3f6751955af32d0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/fec965d330c958e175c39e61c3f6751955af32d0",
|
||
"reference": "fec965d330c958e175c39e61c3f6751955af32d0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/common": "~2.4",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "3.7.*",
|
||
"symfony/console": "~2.0"
|
||
},
|
||
"suggest": {
|
||
"symfony/console": "Allows use of the command line interface"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Doctrine\\DBAL\\": "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"
|
||
}
|
||
],
|
||
"description": "Database Abstraction Layer",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"database",
|
||
"dbal",
|
||
"persistence",
|
||
"queryobject"
|
||
],
|
||
"time": "2014-01-01 16:43:57"
|
||
},
|
||
{
|
||
"name": "doctrine/doctrine-bundle",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
||
"reference": "f4672bf856259f5665e8144cddf3eb0924f23d63"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/f4672bf856259f5665e8144cddf3eb0924f23d63",
|
||
"reference": "f4672bf856259f5665e8144cddf3eb0924f23d63",
|
||
"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-08-26 07:35:11"
|
||
},
|
||
{
|
||
"name": "doctrine/doctrine-cache-bundle",
|
||
"version": "1.0.0",
|
||
"target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/DoctrineCacheBundle.git",
|
||
"reference": "49a9d2d9a35863201e5e608d1194db28946c4552"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/49a9d2d9a35863201e5e608d1194db28946c4552",
|
||
"reference": "49a9d2d9a35863201e5e608d1194db28946c4552",
|
||
"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/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": "Fabien Potencier",
|
||
"email": "fabien@symfony.com",
|
||
"homepage": "http://fabien.potencier.org",
|
||
"role": "Lead Developer"
|
||
},
|
||
{
|
||
"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/"
|
||
}
|
||
],
|
||
"description": "Symfony2 Bundle for Doctrine Cache",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"cache",
|
||
"caching"
|
||
],
|
||
"time": "2014-03-04 19:18:55"
|
||
},
|
||
{
|
||
"name": "doctrine/doctrine-migrations-bundle",
|
||
"version": "dev-master",
|
||
"target-dir": "Doctrine/Bundle/MigrationsBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
|
||
"reference": "81575a4316951125ce408c70f30547c77d98f78a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/81575a4316951125ce408c70f30547c77d98f78a",
|
||
"reference": "81575a4316951125ce408c70f30547c77d98f78a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/doctrine-bundle": "~1.0",
|
||
"doctrine/migrations": "~1.0@dev",
|
||
"php": ">=5.3.2",
|
||
"symfony/framework-bundle": "~2.1"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Doctrine\\Bundle\\MigrationsBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
},
|
||
{
|
||
"name": "Doctrine Project",
|
||
"homepage": "http://www.doctrine-project.org"
|
||
},
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
}
|
||
],
|
||
"description": "Symfony DoctrineMigrationsBundle",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"dbal",
|
||
"migrations",
|
||
"schema"
|
||
],
|
||
"time": "2014-08-17 07:53:47"
|
||
},
|
||
{
|
||
"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/"
|
||
},
|
||
{
|
||
"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": "http://jmsyst.com",
|
||
"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/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": "http://jmsyst.com",
|
||
"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/migrations",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/migrations.git",
|
||
"reference": "1a9dffa64e33fdc10f4b4c3f5d7230b74d4a1021"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/migrations/zipball/1a9dffa64e33fdc10f4b4c3f5d7230b74d4a1021",
|
||
"reference": "1a9dffa64e33fdc10f4b4c3f5d7230b74d4a1021",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/dbal": "~2.0",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"symfony/console": "2.*",
|
||
"symfony/yaml": "2.*"
|
||
},
|
||
"suggest": {
|
||
"symfony/console": "to run the migration from the console"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Doctrine\\DBAL\\Migrations": "lib"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"LGPL"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Benjamin Eberlei",
|
||
"email": "kontakt@beberlei.de"
|
||
},
|
||
{
|
||
"name": "Jonathan Wage",
|
||
"email": "jonwage@gmail.com"
|
||
}
|
||
],
|
||
"description": "Database Schema migrations using Doctrine DBAL",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"database",
|
||
"migrations"
|
||
],
|
||
"time": "2014-08-18 18:03:07"
|
||
},
|
||
{
|
||
"name": "doctrine/orm",
|
||
"version": "v2.4.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/doctrine2.git",
|
||
"reference": "0363a5548d9263f979f9ca149decb9cfc66419ab"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/0363a5548d9263f979f9ca149decb9cfc66419ab",
|
||
"reference": "0363a5548d9263f979f9ca149decb9cfc66419ab",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/collections": "~1.1",
|
||
"doctrine/dbal": "~2.4",
|
||
"ext-pdo": "*",
|
||
"php": ">=5.3.2",
|
||
"symfony/console": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"satooshi/php-coveralls": "dev-master",
|
||
"symfony/yaml": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
|
||
},
|
||
"bin": [
|
||
"bin/doctrine",
|
||
"bin/doctrine.php"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.4.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Doctrine\\ORM\\": "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"
|
||
}
|
||
],
|
||
"description": "Object-Relational-Mapper for PHP",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"database",
|
||
"orm"
|
||
],
|
||
"time": "2014-02-08 16:35:09"
|
||
},
|
||
{
|
||
"name": "doctrine/phpcr-bundle",
|
||
"version": "1.1.2",
|
||
"target-dir": "Doctrine/Bundle/PHPCRBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/DoctrinePHPCRBundle.git",
|
||
"reference": "0d3e339f8dac901c226433391dfb798953078214"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/DoctrinePHPCRBundle/zipball/0d3e339f8dac901c226433391dfb798953078214",
|
||
"reference": "0d3e339f8dac901c226433391dfb798953078214",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"phpcr/phpcr-implementation": "2.1.*",
|
||
"phpcr/phpcr-utils": "~1.1.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"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"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-08-19 20:09:50"
|
||
},
|
||
{
|
||
"name": "doctrine/phpcr-odm",
|
||
"version": "1.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/phpcr-odm.git",
|
||
"reference": "bc237c190b66fc27b80092b76d36ea382211ac5d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/bc237c190b66fc27b80092b76d36ea382211ac5d",
|
||
"reference": "bc237c190b66fc27b80092b76d36ea382211ac5d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/common": "~2.4.0",
|
||
"php": ">=5.3.3",
|
||
"phpcr/phpcr": "~2.1.1",
|
||
"phpcr/phpcr-implementation": "~2.1.0",
|
||
"phpcr/phpcr-utils": ">=1.1.0,<1.3.x-dev"
|
||
},
|
||
"require-dev": {
|
||
"liip/rmt": "dev-master",
|
||
"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.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Doctrine\\ODM\\PHPCR": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jordi Boggiano",
|
||
"email": "j.boggiano@seld.be",
|
||
"homepage": "http://seld.be",
|
||
"role": "Developer"
|
||
},
|
||
{
|
||
"name": "Lukas Kahwe Smith",
|
||
"email": "smith@pooteeweet.org"
|
||
},
|
||
{
|
||
"name": "David Buchmann",
|
||
"email": "david@liip.ch"
|
||
}
|
||
],
|
||
"description": "Object-Document-Mapper for PHPCR",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"database",
|
||
"odm",
|
||
"phpcr"
|
||
],
|
||
"time": "2014-06-19 14:44:37"
|
||
},
|
||
{
|
||
"name": "friendsofsymfony/oauth-server-bundle",
|
||
"version": "dev-master",
|
||
"target-dir": "FOS/OAuthServerBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
|
||
"reference": "414f0e1a4beabf811e63e096f5b37305ceac7b41"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/414f0e1a4beabf811e63e096f5b37305ceac7b41",
|
||
"reference": "414f0e1a4beabf811e63e096f5b37305ceac7b41",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"friendsofsymfony/oauth2-php": "~1.1.0",
|
||
"php": ">=5.3.3",
|
||
"symfony/framework-bundle": "~2.1",
|
||
"symfony/security-bundle": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/doctrine-bundle": "~1.0",
|
||
"doctrine/mongodb-odm": "1.0.*@dev",
|
||
"doctrine/orm": ">=2.2,<2.5-dev",
|
||
"symfony/class-loader": "~2.1",
|
||
"symfony/yaml": "~2.1",
|
||
"willdurand/propel-typehintable-behavior": "1.0.*"
|
||
},
|
||
"suggest": {
|
||
"doctrine/doctrine-bundle": "*",
|
||
"doctrine/mongodb-odm-bundle": "*",
|
||
"propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
|
||
"willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"FOS\\OAuthServerBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Arnaud Le Blanc",
|
||
"email": "arnaud.lb@gmail.com"
|
||
},
|
||
{
|
||
"name": "FriendsOfSymfony Community",
|
||
"homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony2 OAuth Server Bundle",
|
||
"homepage": "http://friendsofsymfony.github.com",
|
||
"keywords": [
|
||
"oauth",
|
||
"oauth2",
|
||
"server"
|
||
],
|
||
"time": "2014-05-21 08:33:09"
|
||
},
|
||
{
|
||
"name": "friendsofsymfony/oauth2-php",
|
||
"version": "1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
|
||
"reference": "33127b1093f74ae937a2a93c1681db8e4bb84964"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/33127b1093f74ae937a2a93c1681db8e4bb84964",
|
||
"reference": "33127b1093f74ae937a2a93c1681db8e4bb84964",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2",
|
||
"symfony/http-foundation": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"OAuth2": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Arnaud Le Blanc",
|
||
"email": "arnaud.lb@gmail.com"
|
||
},
|
||
{
|
||
"name": "FriendsOfSymfony Community",
|
||
"homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
|
||
}
|
||
],
|
||
"description": "OAuth2 library",
|
||
"homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
|
||
"keywords": [
|
||
"oauth",
|
||
"oauth2"
|
||
],
|
||
"time": "2013-10-30 00:01:17"
|
||
},
|
||
{
|
||
"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": "friendsofsymfony/user-bundle",
|
||
"version": "dev-master",
|
||
"target-dir": "FOS/UserBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
|
||
"reference": "094bea6f318fbb067db3ddf6d26a62af0bf13442"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/094bea6f318fbb067db3ddf6d26a62af0bf13442",
|
||
"reference": "094bea6f318fbb067db3ddf6d26a62af0bf13442",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2",
|
||
"symfony/form": "~2.1",
|
||
"symfony/framework-bundle": "~2.1",
|
||
"symfony/security-bundle": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/doctrine-bundle": "*",
|
||
"swiftmailer/swiftmailer": ">=4.3, <6.0",
|
||
"symfony/validator": "~2.1",
|
||
"symfony/yaml": "~2.1",
|
||
"twig/twig": "~1.5",
|
||
"willdurand/propel-typehintable-behavior": "dev-master"
|
||
},
|
||
"suggest": {
|
||
"willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"FOS\\UserBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Christophe Coevoet",
|
||
"email": "stof@notk.org"
|
||
},
|
||
{
|
||
"name": "FriendsOfSymfony Community",
|
||
"homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
|
||
},
|
||
{
|
||
"name": "Thibault Duplessis",
|
||
"email": "thibault.duplessis@gmail.com"
|
||
}
|
||
],
|
||
"description": "Symfony FOSUserBundle",
|
||
"homepage": "http://friendsofsymfony.github.com",
|
||
"keywords": [
|
||
"User management"
|
||
],
|
||
"time": "2014-08-23 11:32:38"
|
||
},
|
||
{
|
||
"name": "gedmo/doctrine-extensions",
|
||
"version": "v2.3.9",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/l3pp4rd/DoctrineExtensions.git",
|
||
"reference": "35adcaae1a3f50d0d5b73aa50ed8fd28ee35ce54"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/35adcaae1a3f50d0d5b73aa50ed8fd28ee35ce54",
|
||
"reference": "35adcaae1a3f50d0d5b73aa50ed8fd28ee35ce54",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/common": ">=2.2,<2.5-dev",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/common": ">=2.4.0-RC3",
|
||
"doctrine/dbal": ">=2.4.0-RC1",
|
||
"doctrine/mongodb": ">=1.0.3",
|
||
"doctrine/mongodb-odm": ">=1.0.0-BETA9",
|
||
"doctrine/orm": ">=2.4.0-RC1",
|
||
"symfony/yaml": "2.3.1"
|
||
},
|
||
"suggest": {
|
||
"doctrine/dbal": ">=2.3.2",
|
||
"doctrine/mongodb": ">=1.0.1",
|
||
"doctrine/mongodb-odm": ">=1.0.0-BETA7",
|
||
"doctrine/orm": ">=2.3.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.3.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Gedmo\\": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "David Buchmann",
|
||
"email": "david@liip.ch"
|
||
},
|
||
{
|
||
"name": "Gediminas Morkevicius",
|
||
"email": "gediminas.morkevicius@gmail.com"
|
||
},
|
||
{
|
||
"name": "Gustavo Falco",
|
||
"email": "comfortablynumb84@gmail.com"
|
||
}
|
||
],
|
||
"description": "Doctrine2 behavioral extensions",
|
||
"homepage": "http://gediminasm.org/",
|
||
"keywords": [
|
||
"Blameable",
|
||
"behaviors",
|
||
"doctrine2",
|
||
"extensions",
|
||
"gedmo",
|
||
"loggable",
|
||
"nestedset",
|
||
"sluggable",
|
||
"sortable",
|
||
"timestampable",
|
||
"translatable",
|
||
"tree",
|
||
"uploadable"
|
||
],
|
||
"time": "2014-01-12 16:34:06"
|
||
},
|
||
{
|
||
"name": "guzzle/common",
|
||
"version": "v3.9.2",
|
||
"target-dir": "Guzzle/Common",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/common.git",
|
||
"reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/common/zipball/2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc",
|
||
"reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2",
|
||
"symfony/event-dispatcher": ">=2.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Guzzle\\Common": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "Common libraries used by Guzzle",
|
||
"homepage": "http://guzzlephp.org/",
|
||
"keywords": [
|
||
"collection",
|
||
"common",
|
||
"event",
|
||
"exception"
|
||
],
|
||
"time": "2014-08-11 04:32:36"
|
||
},
|
||
{
|
||
"name": "guzzle/http",
|
||
"version": "v3.9.2",
|
||
"target-dir": "Guzzle/Http",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/http.git",
|
||
"reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/http/zipball/1e8dd1e2ba9dc42332396f39fbfab950b2301dc5",
|
||
"reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzle/common": "self.version",
|
||
"guzzle/parser": "self.version",
|
||
"guzzle/stream": "self.version",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"suggest": {
|
||
"ext-curl": "*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Guzzle\\Http": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
}
|
||
],
|
||
"description": "HTTP libraries used by Guzzle",
|
||
"homepage": "http://guzzlephp.org/",
|
||
"keywords": [
|
||
"Guzzle",
|
||
"client",
|
||
"curl",
|
||
"http",
|
||
"http client"
|
||
],
|
||
"time": "2014-08-11 04:32:36"
|
||
},
|
||
{
|
||
"name": "guzzle/parser",
|
||
"version": "v3.9.2",
|
||
"target-dir": "Guzzle/Parser",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/parser.git",
|
||
"reference": "6874d171318a8e93eb6d224cf85e4678490b625c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c",
|
||
"reference": "6874d171318a8e93eb6d224cf85e4678490b625c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Guzzle\\Parser": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "Interchangeable parsers used by Guzzle",
|
||
"homepage": "http://guzzlephp.org/",
|
||
"keywords": [
|
||
"URI Template",
|
||
"cookie",
|
||
"http",
|
||
"message",
|
||
"url"
|
||
],
|
||
"time": "2014-02-05 18:29:46"
|
||
},
|
||
{
|
||
"name": "guzzle/stream",
|
||
"version": "v3.9.2",
|
||
"target-dir": "Guzzle/Stream",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/stream.git",
|
||
"reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/stream/zipball/60c7fed02e98d2c518dae8f97874c8f4622100f0",
|
||
"reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzle/common": "self.version",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"suggest": {
|
||
"guzzle/http": "To convert Guzzle request objects to PHP streams"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Guzzle\\Stream": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
}
|
||
],
|
||
"description": "Guzzle stream wrapper component",
|
||
"homepage": "http://guzzlephp.org/",
|
||
"keywords": [
|
||
"Guzzle",
|
||
"component",
|
||
"stream"
|
||
],
|
||
"time": "2014-05-01 21:36:02"
|
||
},
|
||
{
|
||
"name": "hwi/oauth-bundle",
|
||
"version": "0.3.6",
|
||
"target-dir": "HWI/Bundle/OAuthBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/hwi/HWIOAuthBundle.git",
|
||
"reference": "dc8a07dd51250097bf37fd6b527e3f2bb571c23a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/dc8a07dd51250097bf37fd6b527e3f2bb571c23a",
|
||
"reference": "dc8a07dd51250097bf37fd6b527e3f2bb571c23a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"kriswallsmith/buzz": "~0.7",
|
||
"php": ">=5.3.3",
|
||
"symfony/framework-bundle": "~2.1",
|
||
"symfony/options-resolver": "~2.1",
|
||
"symfony/security-bundle": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "~2.2",
|
||
"symfony/twig-bundle": "~2.1",
|
||
"symfony/validator": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"doctrine/doctrine-bundle": "to use Doctrine user provider",
|
||
"friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
|
||
"symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"HWI\\Bundle\\OAuthBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Geoffrey Bachelet",
|
||
"email": "geoffrey.bachelet@gmail.com",
|
||
"homepage": "https://github.com/ubermuda"
|
||
},
|
||
{
|
||
"name": "Contributors",
|
||
"homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
|
||
},
|
||
{
|
||
"name": "Alexander",
|
||
"email": "iam.asm89@gmail.com",
|
||
"homepage": "http://asm89.github.io/"
|
||
},
|
||
{
|
||
"name": "Joseph Bielawski",
|
||
"email": "stloyd@gmail.com"
|
||
}
|
||
],
|
||
"description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
|
||
"homepage": "http://github.com/hwi/HWIOAuthBundle",
|
||
"keywords": [
|
||
"37signals",
|
||
"Authentication",
|
||
"amazon",
|
||
"bitbucket",
|
||
"bitly",
|
||
"box",
|
||
"dailymotion",
|
||
"deviantart",
|
||
"disqus",
|
||
"dropbox",
|
||
"eventbrite",
|
||
"facebook",
|
||
"firewall",
|
||
"flickr",
|
||
"foursquare",
|
||
"github",
|
||
"google",
|
||
"instagram",
|
||
"jira",
|
||
"linkedin",
|
||
"mail.ru",
|
||
"oauth",
|
||
"oauth1",
|
||
"oauth2",
|
||
"odnoklassniki",
|
||
"qq",
|
||
"salesforce",
|
||
"security",
|
||
"sensio connect",
|
||
"sina weibo",
|
||
"stack exchange",
|
||
"stereomood",
|
||
"trello",
|
||
"twitch",
|
||
"twitter",
|
||
"vkontakte",
|
||
"windows live",
|
||
"wordpress",
|
||
"yahoo",
|
||
"yandex"
|
||
],
|
||
"time": "2014-06-02 13:26:38"
|
||
},
|
||
{
|
||
"name": "imagine/imagine",
|
||
"version": "v0.5.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/avalanche123/Imagine.git",
|
||
"reference": "f64ec666baaa800edcbf237db41121a569230709"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/f64ec666baaa800edcbf237db41121a569230709",
|
||
"reference": "f64ec666baaa800edcbf237db41121a569230709",
|
||
"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",
|
||
"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": "2013-07-10 17:25:36"
|
||
},
|
||
{
|
||
"name": "incenteev/composer-parameter-handler",
|
||
"version": "v2.1.0",
|
||
"target-dir": "Incenteev/ParameterHandler",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Incenteev/ParameterHandler.git",
|
||
"reference": "143272a0a09c62616a3c8011fc165a10c6b35241"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241",
|
||
"reference": "143272a0a09c62616a3c8011fc165a10c6b35241",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"symfony/yaml": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"composer/composer": "1.0.*@dev",
|
||
"phpspec/prophecy-phpunit": "~1.0",
|
||
"symfony/filesystem": "~2.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Incenteev\\ParameterHandler": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Christophe Coevoet",
|
||
"email": "stof@notk.org"
|
||
}
|
||
],
|
||
"description": "Composer script handling your ignored parameter file",
|
||
"homepage": "https://github.com/Incenteev/ParameterHandler",
|
||
"keywords": [
|
||
"parameters management"
|
||
],
|
||
"time": "2013-12-07 10:10:39"
|
||
},
|
||
{
|
||
"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": "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 M. Schmitt",
|
||
"email": "schmittjoh@gmail.com",
|
||
"homepage": "http://jmsyst.com",
|
||
"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": "jms/translation-bundle",
|
||
"version": "1.1.0",
|
||
"target-dir": "JMS/TranslationBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
|
||
"reference": "6f03035a38badaf8c48767c7664c3196df1eebdf"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf",
|
||
"reference": "6f03035a38badaf8c48767c7664c3196df1eebdf",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"nikic/php-parser": "0.9.1",
|
||
"symfony/console": "*",
|
||
"symfony/framework-bundle": "~2.1"
|
||
},
|
||
"conflict": {
|
||
"twig/twig": "1.10.2"
|
||
},
|
||
"require-dev": {
|
||
"jms/di-extra-bundle": ">=1.1",
|
||
"sensio/framework-extra-bundle": "*",
|
||
"symfony/browser-kit": "*",
|
||
"symfony/class-loader": "*",
|
||
"symfony/css-selector": "*",
|
||
"symfony/finder": "*",
|
||
"symfony/form": "*",
|
||
"symfony/process": "*",
|
||
"symfony/security": "*",
|
||
"symfony/twig-bundle": "*",
|
||
"symfony/validator": "*",
|
||
"symfony/yaml": "*"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"JMS\\TranslationBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache2"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Johannes M. Schmitt",
|
||
"email": "schmittjoh@gmail.com",
|
||
"homepage": "http://jmsyst.com",
|
||
"role": "Developer of wrapped JMSSerializerBundle"
|
||
}
|
||
],
|
||
"description": "Puts the Symfony2 Translation Component on steroids",
|
||
"homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
|
||
"keywords": [
|
||
"extract",
|
||
"extraction",
|
||
"i18n",
|
||
"interface",
|
||
"multilanguage",
|
||
"translation",
|
||
"ui",
|
||
"webinterface"
|
||
],
|
||
"time": "2013-06-08 14:08:19"
|
||
},
|
||
{
|
||
"name": "klarna/checkout",
|
||
"version": "v1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/klarna/kco_php.git",
|
||
"reference": "bbfcee7f368f302159791a56dba0419ecb975146"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/klarna/kco_php/zipball/bbfcee7f368f302159791a56dba0419ecb975146",
|
||
"reference": "bbfcee7f368f302159791a56dba0419ecb975146",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.2.16"
|
||
},
|
||
"require-dev": {
|
||
"phpmd/phpmd": "~1.5",
|
||
"phpunit/phpunit": "~3.7",
|
||
"squizlabs/php_codesniffer": "~1.5"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Klarna": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"description": "Wrapper for the Klarna Checkout API",
|
||
"homepage": "http://developers.klarna.com",
|
||
"time": "2014-03-27 13:35:56"
|
||
},
|
||
{
|
||
"name": "knplabs/gaufrette",
|
||
"version": "v0.1.8",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/Gaufrette.git",
|
||
"reference": "b243f8f3ea535b7f080d51be5cc98a3f72c0b627"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/b243f8f3ea535b7f080d51be5cc98a3f72c0b627",
|
||
"reference": "b243f8f3ea535b7f080d51be5cc98a3f72c0b627",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"amazonwebservices/aws-sdk-for-php": "1.5.*",
|
||
"aws/aws-sdk-php": "~2",
|
||
"doctrine/dbal": ">=2.3",
|
||
"dropbox-php/dropbox-php": "*",
|
||
"herzult/php-ssh": "*",
|
||
"microsoft/windowsazure": "dev-master",
|
||
"mikey179/vfsstream": "~1.2.0",
|
||
"phpseclib/phpseclib": "dev-master",
|
||
"phpspec/phpspec": "2.0.*",
|
||
"phpunit/phpunit": "3.7.*",
|
||
"rackspace/php-opencloud": "1.9.*"
|
||
},
|
||
"suggest": {
|
||
"amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
|
||
"aws/aws-sdk-php": "to use the Amazon S3 adapter",
|
||
"doctrine/dbal": "to use the Doctrine DBAL adapter",
|
||
"dropbox-php/dropbox-php": "to use the Dropbox adapter",
|
||
"ext-apc": "to use the APC adapter",
|
||
"ext-curl": "*",
|
||
"ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, and AzureBlogStorage adapters",
|
||
"ext-mbstring": "*",
|
||
"ext-mongo": "*",
|
||
"ext-zip": "to use the Zip adapter",
|
||
"herzult/php-ssh": "to use SFtp adapter",
|
||
"knplabs/knp-gaufrette-bundle": "to use with Symfony2",
|
||
"microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
|
||
"phpseclib/phpseclib": "to use PhpseclibSftp adapter",
|
||
"rackspace/php-opencloud": "to use Opencloud adapter"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Gaufrette": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "The contributors",
|
||
"homepage": "http://github.com/knplabs/Gaufrette/contributors"
|
||
},
|
||
{
|
||
"name": "KnpLabs Team",
|
||
"homepage": "http://knplabs.com"
|
||
}
|
||
],
|
||
"description": "PHP5 library that provides a filesystem abstraction layer",
|
||
"homepage": "http://knplabs.com",
|
||
"keywords": [
|
||
"abstraction",
|
||
"file",
|
||
"filesystem",
|
||
"media"
|
||
],
|
||
"time": "2014-06-24 08:35:18"
|
||
},
|
||
{
|
||
"name": "knplabs/knp-gaufrette-bundle",
|
||
"version": "v0.1.7",
|
||
"target-dir": "Knp/Bundle/GaufretteBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
|
||
"reference": "f33008584345452c3122bb4eaac0ded1d6084c51"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/f33008584345452c3122bb4eaac0ded1d6084c51",
|
||
"reference": "f33008584345452c3122bb4eaac0ded1d6084c51",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"knplabs/gaufrette": "~0.1.7",
|
||
"symfony/framework-bundle": "2.*"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "3.7.*",
|
||
"symfony/console": "2.*",
|
||
"symfony/yaml": "2.*"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Knp\\Bundle\\GaufretteBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Antoine Hérault",
|
||
"email": "antoine.herault@gmail.com",
|
||
"homepage": "https://github.com/Herzult"
|
||
},
|
||
{
|
||
"name": "The contributors",
|
||
"homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Allows to easily use the Gaufrette library in a Symfony project",
|
||
"homepage": "http://knplabs.com",
|
||
"keywords": [
|
||
"abstraction",
|
||
"file",
|
||
"filesystem",
|
||
"media"
|
||
],
|
||
"time": "2014-03-24 22:15:03"
|
||
},
|
||
{
|
||
"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": "knplabs/knp-snappy",
|
||
"version": "0.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/snappy.git",
|
||
"reference": "4bc7af878a003a2c1ef3c4d8b08851537cb07486"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/snappy/zipball/4bc7af878a003a2c1ef3c4d8b08851537cb07486",
|
||
"reference": "4bc7af878a003a2c1ef3c4d8b08851537cb07486",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"suggest": {
|
||
"google/wkhtmltopdf-amd64": "Provide wkhtmltopdf-amd64 binary, use version `0.11.0-RC1` as dependency",
|
||
"google/wkhtmltopdf-i386": "Provide wkhtmltopdf-i386 binary, use version `0.11.0-RC1` as dependency",
|
||
"symfony/process": "Process Component of Symfony2."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Knp\\Snappy": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "KnpLabs Team",
|
||
"homepage": "http://knplabs.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://github.com/KnpLabs/snappy/contributors"
|
||
}
|
||
],
|
||
"description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
|
||
"homepage": "http://github.com/KnpLabs/snappy",
|
||
"keywords": [
|
||
"knp",
|
||
"knplabs",
|
||
"pdf",
|
||
"snapshot",
|
||
"thumbnail",
|
||
"wkhtmltopdf"
|
||
],
|
||
"time": "2014-03-20 15:05:12"
|
||
},
|
||
{
|
||
"name": "knplabs/knp-snappy-bundle",
|
||
"version": "dev-master",
|
||
"target-dir": "Knp/Bundle/SnappyBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
|
||
"reference": "0a30395f3379f29f2572b5b478ab6be3059a0468"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/0a30395f3379f29f2572b5b478ab6be3059a0468",
|
||
"reference": "0a30395f3379f29f2572b5b478ab6be3059a0468",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"knplabs/knp-snappy": "*",
|
||
"php": ">=5.3.2",
|
||
"symfony/finder": ">=2.0.0",
|
||
"symfony/framework-bundle": ">=2.0.0"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Knp\\Bundle\\SnappyBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "KnpLabs Team",
|
||
"homepage": "http://knplabs.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Easily create PDF and images in Symfony2 by converting Twig/HTML templates.",
|
||
"homepage": "http://github.com/KnpLabs/KnpSnappyBundle",
|
||
"keywords": [
|
||
"bundle",
|
||
"knp",
|
||
"knplabs",
|
||
"pdf",
|
||
"snappy"
|
||
],
|
||
"time": "2014-07-08 22:38:13"
|
||
},
|
||
{
|
||
"name": "kriswallsmith/assetic",
|
||
"version": "v1.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/kriswallsmith/assetic.git",
|
||
"reference": "735cffd3982c6e8cdebe292d5db39d077f65890f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/735cffd3982c6e8cdebe292d5db39d077f65890f",
|
||
"reference": "735cffd3982c6e8cdebe292d5db39d077f65890f",
|
||
"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": "*",
|
||
"phpunit/phpunit": "~3.7",
|
||
"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",
|
||
"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.1-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": "2013-07-19 00:03:27"
|
||
},
|
||
{
|
||
"name": "kriswallsmith/buzz",
|
||
"version": "v0.12",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/kriswallsmith/Buzz.git",
|
||
"reference": "9d56d36a58c47e2f612f4b856ff9baa0e3375ff6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/9d56d36a58c47e2f612f4b856ff9baa0e3375ff6",
|
||
"reference": "9d56d36a58c47e2f612f4b856ff9baa0e3375ff6",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "3.7.*"
|
||
},
|
||
"suggest": {
|
||
"ext-curl": "*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Buzz": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Kris Wallsmith",
|
||
"email": "kris.wallsmith@gmail.com",
|
||
"homepage": "http://kriswallsmith.net/"
|
||
}
|
||
],
|
||
"description": "Lightweight HTTP client",
|
||
"homepage": "https://github.com/kriswallsmith/Buzz",
|
||
"keywords": [
|
||
"curl",
|
||
"http client"
|
||
],
|
||
"time": "2014-07-29 23:52:21"
|
||
},
|
||
{
|
||
"name": "liip/doctrine-cache-bundle",
|
||
"version": "dev-master",
|
||
"target-dir": "Liip/DoctrineCacheBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/liip/LiipDoctrineCacheBundle.git",
|
||
"reference": "5b4f7d509f27b69474286faf53633ef4c5c318a6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/liip/LiipDoctrineCacheBundle/zipball/5b4f7d509f27b69474286faf53633ef4c5c318a6",
|
||
"reference": "5b4f7d509f27b69474286faf53633ef4c5c318a6",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/common": ">=2.2",
|
||
"php": ">=5.3.0",
|
||
"symfony/symfony": ">=2.0"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Liip\\DoctrineCacheBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Liip AG",
|
||
"homepage": "http://www.liip.ch/"
|
||
}
|
||
],
|
||
"description": "This Bundle provides integration into Symfony2 with the Doctrine Common Cache layer.",
|
||
"keywords": [
|
||
"Symfony2",
|
||
"cache"
|
||
],
|
||
"time": "2014-03-24 22:22:17"
|
||
},
|
||
{
|
||
"name": "liip/imagine-bundle",
|
||
"version": "v0.21.1",
|
||
"target-dir": "Liip/ImagineBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/liip/LiipImagineBundle.git",
|
||
"reference": "0490ecfd7184e71b24108ba0c2a85261c14b9fc4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/0490ecfd7184e71b24108ba0c2a85261c14b9fc4",
|
||
"reference": "0490ecfd7184e71b24108ba0c2a85261c14b9fc4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"imagine/imagine": "0.5.*",
|
||
"php": ">=5.3.2",
|
||
"symfony/filesystem": ">=2.0.16,~2.0",
|
||
"symfony/finder": ">=2.0.16,~2.0",
|
||
"symfony/framework-bundle": ">=2.0.16,~2.0",
|
||
"symfony/options-resolver": ">=2.0.16,~2.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/cache": "~1.1",
|
||
"symfony/yaml": ">=2.0.16,~2.0",
|
||
"twig/twig": ">=1.0,<2.0-dev"
|
||
},
|
||
"suggest": {
|
||
"twig/twig": ">=1.0,<2.0-dev"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"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-03-14 17:57:09"
|
||
},
|
||
{
|
||
"name": "mathiasverraes/money",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/mathiasverraes/money.git",
|
||
"reference": "bd3987287496775da10c2a29bea49112c41b2f46"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/mathiasverraes/money/zipball/bd3987287496775da10c2a29bea49112c41b2f46",
|
||
"reference": "bd3987287496775da10c2a29bea49112c41b2f46",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "3.7.*"
|
||
},
|
||
"suggest": {
|
||
"Sylius/SyliusMoneyBundle": "Sylius' Symfony2 integration with Money library",
|
||
"TheBigBrainsCompany/TbbcMoneyBundle": "Very complete Symfony2 bundle with support for Twig, Doctrine, Forms, ...",
|
||
"pink-tie/money-bundle": "Pink-Tie's Symfony2 integration with Money library"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Money": "lib"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Mathias Verraes",
|
||
"email": "mathias@verraes.net",
|
||
"homepage": "http://verraes.net",
|
||
"role": "Developer of wrapped Money library"
|
||
}
|
||
],
|
||
"description": "PHP implementation of Fowler's Money pattern",
|
||
"homepage": "http://verraes.net/2011/04/fowler-money-pattern-in-php/",
|
||
"keywords": [
|
||
"Generic Sub-domain",
|
||
"Value Object",
|
||
"money"
|
||
],
|
||
"time": "2014-02-28 11:47:51"
|
||
},
|
||
{
|
||
"name": "monolog/monolog",
|
||
"version": "1.10.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Seldaek/monolog.git",
|
||
"reference": "25b16e801979098cb2f120e697bfce454b18bf23"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/25b16e801979098cb2f120e697bfce454b18bf23",
|
||
"reference": "25b16e801979098cb2f120e697bfce454b18bf23",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0",
|
||
"psr/log": "~1.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.*"
|
||
},
|
||
"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"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.10.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",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"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-06-04 16:30:04"
|
||
},
|
||
{
|
||
"name": "nikic/php-parser",
|
||
"version": "v0.9.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/nikic/PHP-Parser.git",
|
||
"reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
|
||
"reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.2"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"PHPParser": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nikita Popov"
|
||
}
|
||
],
|
||
"description": "A PHP parser written in PHP",
|
||
"keywords": [
|
||
"parser",
|
||
"php"
|
||
],
|
||
"time": "2012-04-23 22:52:11"
|
||
},
|
||
{
|
||
"name": "omnipay/common",
|
||
"version": "v2.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/omnipay/common.git",
|
||
"reference": "f7d50ce82f3528e7402500d8722391ebb69070b8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/omnipay/common/zipball/f7d50ce82f3528e7402500d8722391ebb69070b8",
|
||
"reference": "f7d50ce82f3528e7402500d8722391ebb69070b8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzle/http": "~3.1",
|
||
"php": ">=5.3.2",
|
||
"symfony/http-foundation": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
},
|
||
"gateways": [
|
||
"AuthorizeNet_AIM",
|
||
"AuthorizeNet_SIM",
|
||
"Buckaroo",
|
||
"Buckaroo_Ideal",
|
||
"Buckaroo_PayPal",
|
||
"CardSave",
|
||
"Coinbase",
|
||
"Dummy",
|
||
"Eway_Rapid",
|
||
"FirstData_Connect",
|
||
"GoCardless",
|
||
"Manual",
|
||
"Migs_ThreeParty",
|
||
"Migs_TwoParty",
|
||
"Mollie",
|
||
"MultiSafepay",
|
||
"Netaxept",
|
||
"NetBanx",
|
||
"PayFast",
|
||
"Payflow_Pro",
|
||
"PaymentExpress_PxPay",
|
||
"PaymentExpress_PxPost",
|
||
"PayPal_Express",
|
||
"PayPal_Pro",
|
||
"Pin",
|
||
"SagePay_Direct",
|
||
"SagePay_Server",
|
||
"SecurePay_DirectPost",
|
||
"Stripe",
|
||
"TargetPay_Directebanking",
|
||
"TargetPay_Ideal",
|
||
"TargetPay_Mrcash",
|
||
"TwoCheckout",
|
||
"WorldPay"
|
||
]
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Omnipay\\Common\\": "src/"
|
||
},
|
||
"classmap": [
|
||
"src/Omnipay/Omnipay.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/omnipay/common/contributors"
|
||
}
|
||
],
|
||
"description": "Common components for Omnipay payment processing library",
|
||
"homepage": "https://github.com/omnipay/common",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment",
|
||
"purchase"
|
||
],
|
||
"time": "2014-05-12 00:54:17"
|
||
},
|
||
{
|
||
"name": "omnipay/stripe",
|
||
"version": "v2.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/omnipay/stripe.git",
|
||
"reference": "99c82dc42c7c0b9ec58d8c4fb917f3dc5d1c23e2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/omnipay/stripe/zipball/99c82dc42c7c0b9ec58d8c4fb917f3dc5d1c23e2",
|
||
"reference": "99c82dc42c7c0b9ec58d8c4fb917f3dc5d1c23e2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"omnipay/common": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"omnipay/tests": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Omnipay\\Stripe\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Contributors",
|
||
"homepage": "https://github.com/omnipay/stripe/contributors"
|
||
}
|
||
],
|
||
"description": "Stripe driver for the Omnipay payment processing library",
|
||
"homepage": "https://github.com/omnipay/stripe",
|
||
"keywords": [
|
||
"gateway",
|
||
"merchant",
|
||
"omnipay",
|
||
"pay",
|
||
"payment",
|
||
"stripe"
|
||
],
|
||
"time": "2014-04-08 07:07:41"
|
||
},
|
||
{
|
||
"name": "pagerfanta/pagerfanta",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/whiteoctober/Pagerfanta.git",
|
||
"reference": "ac1edfdf81c91a0f1471769071011ebf9b055421"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/ac1edfdf81c91a0f1471769071011ebf9b055421",
|
||
"reference": "ac1edfdf81c91a0f1471769071011ebf9b055421",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/mongodb-odm": "1.0.*@dev",
|
||
"doctrine/orm": "2.3.*",
|
||
"doctrine/phpcr-odm": "1.*",
|
||
"jackalope/jackalope-doctrine-dbal": "1.*",
|
||
"jmikola/geojson": "1.0.*",
|
||
"mandango/mandango": "1.0.*@dev",
|
||
"phpunit/phpunit": "3.7.*",
|
||
"propel/propel1": "~1.6",
|
||
"solarium/solarium": "3.1.*"
|
||
},
|
||
"suggest": {
|
||
"doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
|
||
"doctrine/orm": "To use the DoctrineORMAdapter.",
|
||
"doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
|
||
"mandango/mandango": "To use the MandangoAdapter.",
|
||
"propel/propel1": "To use the PropelAdapter",
|
||
"solarium/solarium": "To use the SolariumAdapter."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Pagerfanta\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Pablo Díez",
|
||
"email": "pablodip@gmail.com",
|
||
"homepage": "http://github.com/pablodip"
|
||
}
|
||
],
|
||
"description": "Pagination for PHP 5.3",
|
||
"keywords": [
|
||
"page",
|
||
"pagination",
|
||
"paginator",
|
||
"paging"
|
||
],
|
||
"time": "2014-06-02 09:21:14"
|
||
},
|
||
{
|
||
"name": "paypal/rest-api-sdk-php",
|
||
"version": "V0.5.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/paypal/rest-api-sdk-php.git",
|
||
"reference": "9e09f7bff507e81cbb03d233c15c080fefd1d512"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/paypal/rest-api-sdk-php/zipball/9e09f7bff507e81cbb03d233c15c080fefd1d512",
|
||
"reference": "9e09f7bff507e81cbb03d233c15c080fefd1d512",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-curl": "*",
|
||
"ext-json": "*",
|
||
"paypal/sdk-core-php": "1.2.*",
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "3.7.*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"PayPal": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache2"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PayPal",
|
||
"homepage": "https://github.com/paypal/rest-api-sdk-php/contributors"
|
||
}
|
||
],
|
||
"description": "PayPal's PHP SDK for REST APIs",
|
||
"homepage": "https://github.com/paypal/rest-api-sdk-php",
|
||
"keywords": [
|
||
"payments",
|
||
"paypal",
|
||
"rest",
|
||
"sdk"
|
||
],
|
||
"time": "2013-03-08 02:11:59"
|
||
},
|
||
{
|
||
"name": "paypal/sdk-core-php",
|
||
"version": "V1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/paypal/sdk-core-php.git",
|
||
"reference": "06588e5017a6c983168a3bd8e7093d7068974cd0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/paypal/sdk-core-php/zipball/06588e5017a6c983168a3bd8e7093d7068974cd0",
|
||
"reference": "06588e5017a6c983168a3bd8e7093d7068974cd0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-curl": "*",
|
||
"php": ">=5.2.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"lib"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache2"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PayPal",
|
||
"homepage": "https://github.com/paypal/sdk-core-php/contributors"
|
||
}
|
||
],
|
||
"description": "PayPal Core SDK for PHP",
|
||
"homepage": "https://github.com/paypal/sdk-core-php",
|
||
"keywords": [
|
||
"paypal",
|
||
"php",
|
||
"sdk"
|
||
],
|
||
"time": "2013-03-06 13:21:44"
|
||
},
|
||
{
|
||
"name": "payum/payum",
|
||
"version": "0.9.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Payum/Payum.git",
|
||
"reference": "15a76b087ce2873d77e4c5e831a3a7a3f84c5ce3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Payum/Payum/zipball/15a76b087ce2873d77e4c5e831a3a7a3f84c5ce3",
|
||
"reference": "15a76b087ce2873d77e4c5e831a3a7a3f84c5ce3",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ajbdev/authorizenet-php-api": "1.1.*",
|
||
"ext-soap": "*",
|
||
"klarna/checkout": "~1",
|
||
"kriswallsmith/buzz": "*",
|
||
"omnipay/common": "~2.0",
|
||
"paypal/rest-api-sdk-php": "0.5.*",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"replace": {
|
||
"payum/authorize-net-aim": "self.version",
|
||
"payum/be2bill": "self.version",
|
||
"payum/core": "self.version",
|
||
"payum/klarna-checkout": "self.version",
|
||
"payum/offline": "self.version",
|
||
"payum/omnipay-bridge": "self.version",
|
||
"payum/payex": "self.version",
|
||
"payum/paypal-express-checkout-nvp": "self.version",
|
||
"payum/paypal-ipn": "self.version",
|
||
"payum/paypal-pro-checkout-nvp": "self.version",
|
||
"payum/paypal-rest": "self.version"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/mongodb": "1.0.*@dev",
|
||
"doctrine/mongodb-odm": "1.0.*@dev",
|
||
"doctrine/orm": "2.3.*",
|
||
"ext-curl": "*",
|
||
"ext-pdo_sqlite": "*",
|
||
"omnipay/dummy": "~2.0",
|
||
"phpunit/phpunit": "3.7.*",
|
||
"psr/log": "~1.0",
|
||
"symfony/http-foundation": "~2",
|
||
"symfony/http-kernel": "~2",
|
||
"symfony/routing": "~2",
|
||
"zendframework/zend-db": "~2"
|
||
},
|
||
"suggest": {
|
||
"doctrine/mongodb-odm": "If you want to store models to mongo doctrin2 ODM",
|
||
"doctrine/orm": "If you want to store models to database using doctrin2 ORM",
|
||
"monolog/monolog": "In case you want to use PSR-3 logger",
|
||
"symfony/http-foundation": "If you want to use HttpRequestVerifier or ResponseInteractiveRequest from symfony's bridge",
|
||
"symfony/http-kernel": "If you want to use HttpRequestVerifier from symfony's bridge",
|
||
"symfony/routing": "If you want to use TokenFactory from symfony's bridge",
|
||
"zendframework/zend-db": "If you want to store models to Zend Db ORM"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.9-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Payum": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Payum project",
|
||
"homepage": "http://payum.forma-dev.com/"
|
||
},
|
||
{
|
||
"name": "Community contributions",
|
||
"homepage": "https://github.com/Payum/Payum/contributors"
|
||
},
|
||
{
|
||
"name": "Kotlyar Maksim",
|
||
"email": "kotlyar.maksim@gmail.com"
|
||
}
|
||
],
|
||
"description": "Domain friendly payment framework. Paypal, payex, authorize.net, be2bill, omnipay, recurring paymens, instant notifications and many more",
|
||
"homepage": "http://payum.forma-dev.com",
|
||
"keywords": [
|
||
"authorize.net",
|
||
"be2bill",
|
||
"instant payment notification",
|
||
"ipn",
|
||
"jms payment",
|
||
"omnipay",
|
||
"payex",
|
||
"payment",
|
||
"paypal",
|
||
"paypal digital goods",
|
||
"paypal express",
|
||
"paypal pro",
|
||
"paypal rest",
|
||
"recurring payment"
|
||
],
|
||
"time": "2014-07-21 19:58:24"
|
||
},
|
||
{
|
||
"name": "payum/payum-bundle",
|
||
"version": "0.9.0",
|
||
"target-dir": "Payum/Bundle/PayumBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Payum/PayumBundle.git",
|
||
"reference": "6ed060da68f62000ee1ab77b9a83484938ff4007"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Payum/PayumBundle/zipball/6ed060da68f62000ee1ab77b9a83484938ff4007",
|
||
"reference": "6ed060da68f62000ee1ab77b9a83484938ff4007",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"payum/core": "0.9.*",
|
||
"php": ">=5.3.2",
|
||
"symfony/form": "~2.3",
|
||
"symfony/framework-bundle": "~2.3",
|
||
"symfony/twig-bundle": "~2.3",
|
||
"symfony/validator": "~2.3"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "*",
|
||
"omnipay/dummy": "~2.0",
|
||
"omnipay/paypal": "~2.0",
|
||
"omnipay/stripe": "~2.0",
|
||
"payum/payum": "0.9.*",
|
||
"phpunit/phpunit": "~3.7",
|
||
"symfony/browser-kit": "~2.3",
|
||
"symfony/class-loader": "~2.3"
|
||
},
|
||
"suggest": {
|
||
"payum/authorize-net-aim": "If you want to use authorize.net gateway",
|
||
"payum/be2bill": "If you want to use be2bill gateway",
|
||
"payum/offline": "If you want to manage offline payments",
|
||
"payum/omnipay-bridge": "If you want to use omnipay provided gateways",
|
||
"payum/payex": "If you want to use payex gateway",
|
||
"payum/paypal-express-checkout-nvp": "If you want to use paypal express checkout nvp gateway",
|
||
"payum/paypal-pro-checkout-nvp": "If you want to use paypal pro checkout nvp gateway"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.9-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Payum\\Bundle\\PayumBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Kotlyar Maksim",
|
||
"email": "kotlyar.maksim@gmail.com"
|
||
},
|
||
{
|
||
"name": "Payum project",
|
||
"homepage": "http://payum.forma-dev.com/"
|
||
},
|
||
{
|
||
"name": "Community contributions",
|
||
"homepage": "https://github.com/Payum/PayumBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more",
|
||
"homepage": "http://payum.forma-dev.com",
|
||
"keywords": [
|
||
"authorize.net",
|
||
"be2bill",
|
||
"instant notifications",
|
||
"klarna",
|
||
"offline",
|
||
"omnipay",
|
||
"payex",
|
||
"payment",
|
||
"paypal",
|
||
"paypal express checkout",
|
||
"paypal pro checkout",
|
||
"recurring payment"
|
||
],
|
||
"time": "2014-06-17 07:58:36"
|
||
},
|
||
{
|
||
"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 M. Schmitt",
|
||
"email": "schmittjoh@gmail.com",
|
||
"homepage": "http://jmsyst.com",
|
||
"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.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpcr/phpcr-utils.git",
|
||
"reference": "25e62cda03a43ded9f95830021aa1ff8e077997b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/25e62cda03a43ded9f95830021aa1ff8e077997b",
|
||
"reference": "25e62cda03a43ded9f95830021aa1ff8e077997b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0",
|
||
"phpcr/phpcr": "~2.1.0",
|
||
"symfony/console": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-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": "Daniel Barsotti",
|
||
"email": "daniel.barsotti@liip.ch",
|
||
"role": "maintainer"
|
||
},
|
||
{
|
||
"name": "Nacho Martín",
|
||
"email": "nitram.ohcan@gmail.com"
|
||
}
|
||
],
|
||
"description": "PHP Content Repository implementation independant utilities",
|
||
"homepage": "http://phpcr.github.com",
|
||
"keywords": [
|
||
"cli",
|
||
"contentrepository",
|
||
"phpcr"
|
||
],
|
||
"time": "2014-06-17 13:04:25"
|
||
},
|
||
{
|
||
"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 M. Schmitt",
|
||
"email": "schmittjoh@gmail.com",
|
||
"homepage": "http://jmsyst.com",
|
||
"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": "v2.3.5",
|
||
"target-dir": "Sensio/Bundle/DistributionBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
|
||
"reference": "715fcb65f9a4841ffaf40c0bf050329d74c84cad"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/715fcb65f9a4841ffaf40c0bf050329d74c84cad",
|
||
"reference": "715fcb65f9a4841ffaf40c0bf050329d74c84cad",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"symfony/framework-bundle": "~2.2"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.3.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": "The base bundle for the Symfony Distributions",
|
||
"keywords": [
|
||
"configuration",
|
||
"distribution"
|
||
],
|
||
"time": "2014-09-03 12:25:05"
|
||
},
|
||
{
|
||
"name": "sonata-project/block-bundle",
|
||
"version": "2.2.11",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sonata-project/SonataBlockBundle.git",
|
||
"reference": "1e6adfaa27f46d50973e6f14150e0585f876dd1e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/1e6adfaa27f46d50973e6f14150e0585f876dd1e",
|
||
"reference": "1e6adfaa27f46d50973e6f14150e0585f876dd1e",
|
||
"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": "~1.1",
|
||
"sonata-project/admin-bundle": "~2.2"
|
||
},
|
||
"suggest": {
|
||
"knplabs/knp-menu-bundle": "~1.1",
|
||
"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-02-21 14:01:24"
|
||
},
|
||
{
|
||
"name": "sonata-project/cache",
|
||
"version": "1.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sonata-project/cache.git",
|
||
"reference": "9e9fa5840b5ffbfaa6fb4fa7d5e8db4940303a41"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sonata-project/cache/zipball/9e9fa5840b5ffbfaa6fb4fa7d5e8db4940303a41",
|
||
"reference": "9e9fa5840b5ffbfaa6fb4fa7d5e8db4940303a41",
|
||
"shasum": ""
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "~2.2",
|
||
"doctrine/phpcr-odm": "~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-06-04 14:53:49"
|
||
},
|
||
{
|
||
"name": "sonata-project/core-bundle",
|
||
"version": "2.2.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sonata-project/SonataCoreBundle.git",
|
||
"reference": "9c2fc7ed49077024a258419e22d911d255274f4d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/9c2fc7ed49077024a258419e22d911d255274f4d",
|
||
"reference": "9c2fc7ed49077024a258419e22d911d255274f4d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"symfony/config": "~2.0",
|
||
"symfony/form": "~2.2",
|
||
"symfony/http-foundation": "~2.2",
|
||
"symfony/translation": "~2.2",
|
||
"twig/twig": "~1.12"
|
||
},
|
||
"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.2",
|
||
"sonata-project/exporter": "~1.3"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Sonata\\CoreBundle\\": ""
|
||
}
|
||
},
|
||
"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/SonataCoreBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony SonataCoreBundle",
|
||
"homepage": "http://sonata-project.org/bundles/core",
|
||
"keywords": [
|
||
"sonata"
|
||
],
|
||
"time": "2014-06-10 10:25:31"
|
||
},
|
||
{
|
||
"name": "stof/doctrine-extensions-bundle",
|
||
"version": "v1.1.0",
|
||
"target-dir": "Stof/DoctrineExtensionsBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
|
||
"reference": "0aa21137bcae43241ffa047946bbdd46b91a2b0a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/0aa21137bcae43241ffa047946bbdd46b91a2b0a",
|
||
"reference": "0aa21137bcae43241ffa047946bbdd46b91a2b0a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"gedmo/doctrine-extensions": "2.3.*",
|
||
"php": ">=5.3.2",
|
||
"symfony/framework-bundle": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"doctrine/doctrine-bundle": "to use the ORM extensions",
|
||
"doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Stof\\DoctrineExtensionsBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Christophe Coevoet",
|
||
"email": "stof@notk.org"
|
||
}
|
||
],
|
||
"description": "Integration of the gedmo/doctrine-extensions with Symfony2",
|
||
"homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
|
||
"keywords": [
|
||
"behaviors",
|
||
"doctrine2",
|
||
"extensions",
|
||
"gedmo",
|
||
"loggable",
|
||
"nestedset",
|
||
"sluggable",
|
||
"sortable",
|
||
"timestampable",
|
||
"translatable",
|
||
"tree"
|
||
],
|
||
"time": "2013-06-23 16:53:41"
|
||
},
|
||
{
|
||
"name": "swiftmailer/swiftmailer",
|
||
"version": "v5.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
||
"reference": "2b9af56cc676c338d52fca4c657e5bdff73bb7af"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/2b9af56cc676c338d52fca4c657e5bdff73bb7af",
|
||
"reference": "2b9af56cc676c338d52fca4c657e5bdff73bb7af",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.2.4"
|
||
},
|
||
"require-dev": {
|
||
"mockery/mockery": "~0.9.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"lib/swift_required.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com",
|
||
"homepage": "http://fabien.potencier.org",
|
||
"role": "Lead Developer"
|
||
},
|
||
{
|
||
"name": "Chris Corbyn"
|
||
}
|
||
],
|
||
"description": "Swiftmailer, free feature-rich PHP mailer",
|
||
"homepage": "http://swiftmailer.org",
|
||
"keywords": [
|
||
"mail",
|
||
"mailer"
|
||
],
|
||
"time": "2014-06-13 11:44:54"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/block-bundle",
|
||
"version": "1.1.2",
|
||
"target-dir": "Symfony/Cmf/Bundle/BlockBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/BlockBundle.git",
|
||
"reference": "58a7c8a40c2d16f3a1f0cda493c361d8476ce6c5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/BlockBundle/zipball/58a7c8a40c2d16f3a1f0cda493c361d8476ce6c5",
|
||
"reference": "58a7c8a40c2d16f3a1f0cda493c361d8476ce6c5",
|
||
"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.11",
|
||
"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.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"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-07-18 08:33:23"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/content-bundle",
|
||
"version": "1.1.0",
|
||
"target-dir": "Symfony/Cmf/Bundle/ContentBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/ContentBundle.git",
|
||
"reference": "3fd3e476f7501e75d47c349d51124bb5493a48e9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/ContentBundle/zipball/3fd3e476f7501e75d47c349d51124bb5493a48e9",
|
||
"reference": "3fd3e476f7501e75d47c349d51124bb5493a48e9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"symfony-cmf/core-bundle": ">=1.0.0,<1.2-dev",
|
||
"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.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"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-05-08 15:27:41"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/core-bundle",
|
||
"version": "1.1.0",
|
||
"target-dir": "Symfony/Cmf/Bundle/CoreBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/CoreBundle.git",
|
||
"reference": "a2537e72f2238e96f1d47812edb7974970b98529"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/CoreBundle/zipball/a2537e72f2238e96f1d47812edb7974970b98529",
|
||
"reference": "a2537e72f2238e96f1d47812edb7974970b98529",
|
||
"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.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"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-05-08 19:32:15"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/menu-bundle",
|
||
"version": "1.1.1",
|
||
"target-dir": "Symfony/Cmf/Bundle/MenuBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/MenuBundle.git",
|
||
"reference": "9ab067ff1c5451d40f093f84ebc606de70437f08"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/MenuBundle/zipball/9ab067ff1c5451d40f093f84ebc606de70437f08",
|
||
"reference": "9ab067ff1c5451d40f093f84ebc606de70437f08",
|
||
"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.0,<1.2-dev",
|
||
"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": {
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "if you want to have editing capabilities"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"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-05-14 11:21:46"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/routing",
|
||
"version": "1.2.0",
|
||
"target-dir": "Symfony/Cmf/Component/Routing",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/Routing.git",
|
||
"reference": "c67258b875eef3cb08009bf1428499d0f01ce5e7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/c67258b875eef3cb08009bf1428499d0f01ce5e7",
|
||
"reference": "c67258b875eef3cb08009bf1428499d0f01ce5e7",
|
||
"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",
|
||
"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.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"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-05-08 19:37:14"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/routing-bundle",
|
||
"version": "1.2.0",
|
||
"target-dir": "Symfony/Cmf/Bundle/RoutingBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/RoutingBundle.git",
|
||
"reference": "46937814d7430e637940714abf1e48cea4996ea4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/RoutingBundle/zipball/46937814d7430e637940714abf1e48cea4996ea4",
|
||
"reference": "46937814d7430e637940714abf1e48cea4996ea4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"symfony-cmf/routing": "~1.2.0",
|
||
"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.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"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-05-08 19:39:23"
|
||
},
|
||
{
|
||
"name": "symfony/assetic-bundle",
|
||
"version": "v2.3.0",
|
||
"target-dir": "Symfony/Bundle/AsseticBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/AsseticBundle.git",
|
||
"reference": "146dd3cb46b302bd471560471c6aaa930483dac1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/146dd3cb46b302bd471560471c6aaa930483dac1",
|
||
"reference": "146dd3cb46b302bd471560471c6aaa930483dac1",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"kriswallsmith/assetic": "~1.1",
|
||
"php": ">=5.3.0",
|
||
"symfony/framework-bundle": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"symfony/class-loader": "~2.1",
|
||
"symfony/console": "~2.1",
|
||
"symfony/css-selector": "~2.1",
|
||
"symfony/dom-crawler": "~2.1",
|
||
"symfony/form": "~2.1",
|
||
"symfony/twig-bundle": "~2.1",
|
||
"symfony/yaml": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"symfony/twig-bundle": "~2.1"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"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": "2013-05-16 05:32:23"
|
||
},
|
||
{
|
||
"name": "symfony/expression-language",
|
||
"version": "v2.5.4",
|
||
"target-dir": "Symfony/Component/ExpressionLanguage",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/expression-language.git",
|
||
"reference": "17d89d81c425ad50676965a53b2e2113601b85cf"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/expression-language/zipball/17d89d81c425ad50676965a53b2e2113601b85cf",
|
||
"reference": "17d89d81c425ad50676965a53b2e2113601b85cf",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.5-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Symfony\\Component\\ExpressionLanguage\\": ""
|
||
}
|
||
},
|
||
"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 ExpressionLanguage Component",
|
||
"homepage": "http://symfony.com",
|
||
"time": "2014-07-24 17:01:56"
|
||
},
|
||
{
|
||
"name": "symfony/icu",
|
||
"version": "v1.2.2",
|
||
"target-dir": "Symfony/Component/Icu",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Icu.git",
|
||
"reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Icu/zipball/d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
|
||
"reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-intl": "*",
|
||
"lib-icu": ">=4.4",
|
||
"php": ">=5.3.3",
|
||
"symfony/intl": "~2.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Symfony\\Component\\Icu\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
},
|
||
{
|
||
"name": "Bernhard Schussek",
|
||
"email": "bschussek@gmail.com"
|
||
}
|
||
],
|
||
"description": "Contains an excerpt of the ICU data and classes to load it.",
|
||
"homepage": "http://symfony.com",
|
||
"keywords": [
|
||
"icu",
|
||
"intl"
|
||
],
|
||
"time": "2014-07-25 09:58:17"
|
||
},
|
||
{
|
||
"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.7",
|
||
"target-dir": "Symfony/Bundle/SwiftmailerBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/SwiftmailerBundle.git",
|
||
"reference": "e98defd402f72e8b54a029ba4d3ac4cb51dc3577"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/e98defd402f72e8b54a029ba4d3ac4cb51dc3577",
|
||
"reference": "e98defd402f72e8b54a029ba4d3ac4cb51dc3577",
|
||
"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"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Symfony\\Bundle\\SwiftmailerBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com",
|
||
"homepage": "http://fabien.potencier.org",
|
||
"role": "Lead Developer"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony SwiftmailerBundle",
|
||
"homepage": "http://symfony.com",
|
||
"time": "2014-04-05 17:15:52"
|
||
},
|
||
{
|
||
"name": "symfony/symfony",
|
||
"version": "v2.3.19",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/symfony.git",
|
||
"reference": "1fc05758044fa1cf54460d7d4aff5f55b0f1b0db"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/symfony/zipball/1fc05758044fa1cf54460d7d4aff5f55b0f1b0db",
|
||
"reference": "1fc05758044fa1cf54460d7d4aff5f55b0f1b0db",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/common": "~2.2",
|
||
"php": ">=5.3.3",
|
||
"psr/log": "~1.0",
|
||
"symfony/icu": "~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/dependency-injection": "self.version",
|
||
"symfony/doctrine-bridge": "self.version",
|
||
"symfony/dom-crawler": "self.version",
|
||
"symfony/event-dispatcher": "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-bundle": "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/web-profiler-bundle": "self.version",
|
||
"symfony/yaml": "self.version"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/data-fixtures": "1.0.*",
|
||
"doctrine/dbal": "~2.2",
|
||
"doctrine/orm": "~2.2,>=2.2.3",
|
||
"ircmaxell/password-compat": "1.0.*",
|
||
"monolog/monolog": "~1.3",
|
||
"ocramius/proxy-manager": ">=0.3.1,<0.4-dev",
|
||
"propel/propel1": "1.6.*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.3-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-09-03 09:45:27"
|
||
},
|
||
{
|
||
"name": "twig/extensions",
|
||
"version": "v1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/fabpot/Twig-extensions.git",
|
||
"reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
|
||
"reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"twig/twig": "~1.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.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": "https://github.com/fabpot/Twig-extensions",
|
||
"keywords": [
|
||
"debug",
|
||
"i18n",
|
||
"text"
|
||
],
|
||
"time": "2013-10-18 19:37:15"
|
||
},
|
||
{
|
||
"name": "twig/twig",
|
||
"version": "v1.16.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/fabpot/Twig.git",
|
||
"reference": "8ce37115802e257a984a82d38254884085060024"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/fabpot/Twig/zipball/8ce37115802e257a984a82d38254884085060024",
|
||
"reference": "8ce37115802e257a984a82d38254884085060024",
|
||
"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-07-05 12:19:05"
|
||
},
|
||
{
|
||
"name": "white-october/pagerfanta-bundle",
|
||
"version": "dev-master",
|
||
"target-dir": "WhiteOctober/PagerfantaBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
|
||
"reference": "a4a346f81737b38075868d86f6ca2ed114386995"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/a4a346f81737b38075868d86f6ca2ed114386995",
|
||
"reference": "a4a346f81737b38075868d86f6ca2ed114386995",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"pagerfanta/pagerfanta": "1.0.*",
|
||
"symfony/framework-bundle": "~2.2",
|
||
"symfony/property-access": "~2.2",
|
||
"symfony/twig-bundle": "~2.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~3.7",
|
||
"symfony/symfony": "~2.2"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"WhiteOctober\\PagerfantaBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Pablo Díez",
|
||
"email": "pablodip@gmail.com"
|
||
}
|
||
],
|
||
"description": "Bundle to use Pagerfanta with Symfony2",
|
||
"keywords": [
|
||
"page",
|
||
"paging"
|
||
],
|
||
"time": "2014-07-30 12:16:21"
|
||
},
|
||
{
|
||
"name": "willdurand/hateoas",
|
||
"version": "v2.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/willdurand/Hateoas.git",
|
||
"reference": "af959579e410bb9f7179a98bf5ee5863259109cb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/willdurand/Hateoas/zipball/af959579e410bb9f7179a98bf5ee5863259109cb",
|
||
"reference": "af959579e410bb9f7179a98bf5ee5863259109cb",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/annotations": "~1.0",
|
||
"doctrine/common": "~2.0",
|
||
"jms/metadata": "~1.1",
|
||
"jms/serializer": "~0.13@dev",
|
||
"symfony/expression-language": "~2.4"
|
||
},
|
||
"require-dev": {
|
||
"atoum/atoum": "*@dev",
|
||
"hautelook/frankenstein": "~0.1",
|
||
"pagerfanta/pagerfanta": "~1.0",
|
||
"phpunit/phpunit": "~3.7",
|
||
"symfony/dependency-injection": "~2.0",
|
||
"symfony/routing": "~2.0",
|
||
"symfony/yaml": "~2.0",
|
||
"twig/twig": "~1.12"
|
||
},
|
||
"suggest": {
|
||
"symfony/routing": "To use the SymfonyRouteFactory.",
|
||
"symfony/yaml": "To use yaml based configuration.",
|
||
"twig/twig": "To use the Twig extensions."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Hateoas": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "William Durand",
|
||
"email": "william.durand1@gmail.com",
|
||
"homepage": "http://www.willdurand.fr"
|
||
},
|
||
{
|
||
"name": "Adrien Brault",
|
||
"email": "adrien.brault@gmail.com"
|
||
}
|
||
],
|
||
"description": "A PHP library to support implementing representations for HATEOAS REST web services",
|
||
"time": "2014-06-03 07:59:14"
|
||
},
|
||
{
|
||
"name": "willdurand/hateoas-bundle",
|
||
"version": "0.3.0",
|
||
"target-dir": "Bazinga/Bundle/HateoasBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/willdurand/BazingaHateoasBundle.git",
|
||
"reference": "2776be35729b27e31b15a49c05dae8fe3c03692f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/2776be35729b27e31b15a49c05dae8fe3c03692f",
|
||
"reference": "2776be35729b27e31b15a49c05dae8fe3c03692f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"jms/serializer-bundle": "~0.13",
|
||
"symfony/framework-bundle": "~2.2",
|
||
"willdurand/hateoas": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"symfony/expression-language": "~2.4"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Bazinga\\Bundle\\HateoasBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "William Durand",
|
||
"email": "william.durand1@gmail.com",
|
||
"homepage": "http://www.willdurand.fr"
|
||
}
|
||
],
|
||
"description": "Integration of Hateoas into Symfony2.",
|
||
"keywords": [
|
||
"HATEOAS",
|
||
"rest"
|
||
],
|
||
"time": "2014-06-03 07:39:08"
|
||
},
|
||
{
|
||
"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.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/willdurand/Negotiation.git",
|
||
"reference": "a98fb6b9808610c1aa326c736893d3d77d9383b6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/willdurand/Negotiation/zipball/a98fb6b9808610c1aa326c736893d3d77d9383b6",
|
||
"reference": "a98fb6b9808610c1aa326c736893d3d77d9383b6",
|
||
"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",
|
||
"homepage": "http://www.willdurand.fr"
|
||
}
|
||
],
|
||
"description": "Content Negotiation tools for PHP provided as a standalone library.",
|
||
"homepage": "http://williamdurand.fr/Negotiation/",
|
||
"keywords": [
|
||
"accept",
|
||
"content",
|
||
"format",
|
||
"header",
|
||
"negotiation"
|
||
],
|
||
"time": "2014-05-16 12:34:51"
|
||
},
|
||
{
|
||
"name": "winzou/state-machine",
|
||
"version": "0.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/winzou/state-machine.git",
|
||
"reference": "3a17ce7f816e5cfc876b49cca4484f2695b8b0ae"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/winzou/state-machine/zipball/3a17ce7f816e5cfc876b49cca4484f2695b8b0ae",
|
||
"reference": "3a17ce7f816e5cfc876b49cca4484f2695b8b0ae",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0",
|
||
"symfony/event-dispatcher": "~2.1",
|
||
"symfony/expression-language": "~2.4",
|
||
"symfony/property-access": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"phpspec/phpspec": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"SM": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Alexandre Bacco",
|
||
"email": "alexandre.bacco@gmail.com",
|
||
"homepage": "http://alex.bacco.fr"
|
||
}
|
||
],
|
||
"description": "A very lightweight yet powerful PHP state machine",
|
||
"homepage": "https://github.com/winzou/StateMachine",
|
||
"keywords": [
|
||
"callback",
|
||
"event",
|
||
"state",
|
||
"statemachine"
|
||
],
|
||
"time": "2014-07-31 03:35:50"
|
||
},
|
||
{
|
||
"name": "winzou/state-machine-bundle",
|
||
"version": "v0.1.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/winzou/StateMachineBundle.git",
|
||
"reference": "b0dc9d4477c1d6f0ba0ea168b7abc58acb261bca"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/winzou/StateMachineBundle/zipball/b0dc9d4477c1d6f0ba0ea168b7abc58acb261bca",
|
||
"reference": "b0dc9d4477c1d6f0ba0ea168b7abc58acb261bca",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">5.3.0",
|
||
"symfony/framework-bundle": "~2.1",
|
||
"winzou/state-machine": "~0.1"
|
||
},
|
||
"require-dev": {
|
||
"phpspec/phpspec": "~2.0"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"winzou\\Bundle\\StateMachineBundle\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Alexandre Bacco",
|
||
"email": "alexandre.bacco@gmail.com",
|
||
"homepage": "http://alex.bacco.fr"
|
||
}
|
||
],
|
||
"description": "Bundle for the very lightweight yet powerful PHP state machine",
|
||
"keywords": [
|
||
"bundle",
|
||
"statemachine",
|
||
"symfony"
|
||
],
|
||
"time": "2014-06-20 03:56:36"
|
||
}
|
||
],
|
||
"packages-dev": [
|
||
{
|
||
"name": "behat/behat",
|
||
"version": "v3.0.13",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Behat.git",
|
||
"reference": "349a6f8188a7d1ad01909d4cd4a73747cd74d09d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Behat/zipball/349a6f8188a7d1ad01909d4cd4a73747cd74d09d",
|
||
"reference": "349a6f8188a7d1ad01909d4cd4a73747cd74d09d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/gherkin": "~4.3",
|
||
"behat/transliterator": "~1.0",
|
||
"ext-mbstring": "*",
|
||
"php": ">=5.3.3",
|
||
"symfony/class-loader": "~2.1",
|
||
"symfony/config": "~2.3",
|
||
"symfony/console": "~2.1",
|
||
"symfony/dependency-injection": "~2.1",
|
||
"symfony/event-dispatcher": "~2.1",
|
||
"symfony/translation": "~2.1",
|
||
"symfony/yaml": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"phpspec/prophecy-phpunit": "~1.0",
|
||
"phpunit/phpunit": "~4.0.7",
|
||
"symfony/process": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"behat/mink-extension": "for integration with Mink testing framework",
|
||
"behat/symfony2-extension": "for integration with Symfony2 web framework",
|
||
"behat/yii-extension": "for integration with Yii web framework"
|
||
},
|
||
"bin": [
|
||
"bin/behat"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\Behat": "src/",
|
||
"Behat\\Testwork": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
}
|
||
],
|
||
"description": "Scenario-oriented BDD framework for PHP 5.3",
|
||
"homepage": "http://behat.org/",
|
||
"keywords": [
|
||
"Agile",
|
||
"BDD",
|
||
"ScenarioBDD",
|
||
"Scrum",
|
||
"StoryBDD",
|
||
"User story",
|
||
"business",
|
||
"development",
|
||
"documentation",
|
||
"examples",
|
||
"symfony",
|
||
"testing"
|
||
],
|
||
"time": "2014-08-28 10:31:09"
|
||
},
|
||
{
|
||
"name": "behat/gherkin",
|
||
"version": "v4.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Gherkin.git",
|
||
"reference": "43777c51058b77bcd84a8775b7a6ad05e986b5db"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/43777c51058b77bcd84a8775b7a6ad05e986b5db",
|
||
"reference": "43777c51058b77bcd84a8775b7a6ad05e986b5db",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.1"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0",
|
||
"symfony/yaml": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"symfony/yaml": "If you want to parse features, represented in YAML files"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "4.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\Gherkin": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
}
|
||
],
|
||
"description": "Gherkin DSL parser for PHP 5.3",
|
||
"homepage": "http://behat.org/",
|
||
"keywords": [
|
||
"BDD",
|
||
"Behat",
|
||
"Cucumber",
|
||
"DSL",
|
||
"gherkin",
|
||
"parser"
|
||
],
|
||
"time": "2014-06-06 01:24:32"
|
||
},
|
||
{
|
||
"name": "behat/mink",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Mink.git",
|
||
"reference": "63b8b26ff2aea40c0e7b6e15ea7ae7c09f623712"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Mink/zipball/63b8b26ff2aea40c0e7b6e15ea7ae7c09f623712",
|
||
"reference": "63b8b26ff2aea40c0e7b6e15ea7ae7c09f623712",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.1",
|
||
"symfony/css-selector": "~2.0"
|
||
},
|
||
"suggest": {
|
||
"behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
|
||
"behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
|
||
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
|
||
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.6.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\Mink": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
}
|
||
],
|
||
"description": "Web acceptance testing framework for PHP 5.3",
|
||
"homepage": "http://mink.behat.org/",
|
||
"keywords": [
|
||
"browser",
|
||
"testing",
|
||
"web"
|
||
],
|
||
"time": "2014-08-19 12:42:01"
|
||
},
|
||
{
|
||
"name": "behat/mink-browserkit-driver",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/MinkBrowserKitDriver.git",
|
||
"reference": "357a67afdb15660af98420719f157095e80762de"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/MinkBrowserKitDriver/zipball/357a67afdb15660af98420719f157095e80762de",
|
||
"reference": "357a67afdb15660af98420719f157095e80762de",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/mink": "~1.6@dev",
|
||
"php": ">=5.3.1",
|
||
"symfony/browser-kit": "~2.0",
|
||
"symfony/dom-crawler": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"silex/silex": "~1.2"
|
||
},
|
||
"type": "mink-driver",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\Mink\\Driver": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
}
|
||
],
|
||
"description": "Symfony2 BrowserKit driver for Mink framework",
|
||
"homepage": "http://mink.behat.org/",
|
||
"keywords": [
|
||
"Mink",
|
||
"Symfony2",
|
||
"browser",
|
||
"testing"
|
||
],
|
||
"time": "2014-08-13 21:47:29"
|
||
},
|
||
{
|
||
"name": "behat/mink-extension",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/MinkExtension.git",
|
||
"reference": "a680dada39752dd1086c3c706a56645ddb1ec8d9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/a680dada39752dd1086c3c706a56645ddb1ec8d9",
|
||
"reference": "a680dada39752dd1086c3c706a56645ddb1ec8d9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/behat": "~3.0,>=3.0.5",
|
||
"behat/mink": "~1.5",
|
||
"php": ">=5.3.2",
|
||
"symfony/config": "~2.2"
|
||
},
|
||
"require-dev": {
|
||
"behat/mink-goutte-driver": "~1.0",
|
||
"phpspec/phpspec": "~2.0"
|
||
},
|
||
"type": "behat-extension",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\MinkExtension": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Christophe Coevoet",
|
||
"email": "stof@notk.org"
|
||
},
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com"
|
||
}
|
||
],
|
||
"description": "Mink extension for Behat",
|
||
"homepage": "http://extensions.behat.org/mink",
|
||
"keywords": [
|
||
"browser",
|
||
"gui",
|
||
"test",
|
||
"web"
|
||
],
|
||
"time": "2014-08-12 17:51:50"
|
||
},
|
||
{
|
||
"name": "behat/mink-selenium2-driver",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/MinkSelenium2Driver.git",
|
||
"reference": "c2d36feb081057c3137e828fda4a9458e6ab1c76"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/MinkSelenium2Driver/zipball/c2d36feb081057c3137e828fda4a9458e6ab1c76",
|
||
"reference": "c2d36feb081057c3137e828fda4a9458e6ab1c76",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/mink": "~1.6@dev",
|
||
"instaclick/php-webdriver": "~1.1",
|
||
"php": ">=5.3.1"
|
||
},
|
||
"type": "mink-driver",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\Mink\\Driver": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
},
|
||
{
|
||
"name": "Pete Otaqui",
|
||
"email": "pete@otaqui.com",
|
||
"homepage": "https://github.com/pete-otaqui"
|
||
}
|
||
],
|
||
"description": "Selenium2 (WebDriver) driver for Mink framework",
|
||
"homepage": "http://mink.behat.org/",
|
||
"keywords": [
|
||
"ajax",
|
||
"browser",
|
||
"javascript",
|
||
"selenium",
|
||
"testing",
|
||
"webdriver"
|
||
],
|
||
"time": "2014-08-13 23:29:15"
|
||
},
|
||
{
|
||
"name": "behat/symfony2-extension",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Symfony2Extension.git",
|
||
"reference": "ad22eb652a5f866ea03ea2b53b38ce99ed61570c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/ad22eb652a5f866ea03ea2b53b38ce99ed61570c",
|
||
"reference": "ad22eb652a5f866ea03ea2b53b38ce99ed61570c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/behat": "~3.0,>=3.0.4",
|
||
"php": ">=5.3.3",
|
||
"symfony/framework-bundle": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"behat/mink-browserkit-driver": "~1.0",
|
||
"behat/mink-extension": "~2.0@dev",
|
||
"phpspec/phpspec": "~2.0",
|
||
"phpunit/phpunit": "~4.0",
|
||
"symfony/symfony": "~2.1"
|
||
},
|
||
"type": "behat-extension",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\Symfony2Extension": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Christophe Coevoet",
|
||
"email": "stof@notk.org"
|
||
},
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
}
|
||
],
|
||
"description": "Symfony2 framework extension for Behat",
|
||
"homepage": "http://behat.org",
|
||
"keywords": [
|
||
"BDD",
|
||
"framework",
|
||
"symfony"
|
||
],
|
||
"time": "2014-05-09 01:46:47"
|
||
},
|
||
{
|
||
"name": "behat/transliterator",
|
||
"version": "v1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Transliterator.git",
|
||
"reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/c93521d3462a554332d1ef5bb0e9b5b8ca4106c4",
|
||
"reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\Transliterator": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Artistic-1.0"
|
||
],
|
||
"description": "String transliterator",
|
||
"keywords": [
|
||
"i18n",
|
||
"slug",
|
||
"transliterator"
|
||
],
|
||
"time": "2014-05-15 22:08:22"
|
||
},
|
||
{
|
||
"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/doctrine-fixtures-bundle",
|
||
"version": "v2.2.0",
|
||
"target-dir": "Doctrine/Bundle/FixturesBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
|
||
"reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c811f96f0cf83b997e3a3ed037cac729bbe3e803",
|
||
"reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/data-fixtures": "~1.0",
|
||
"doctrine/doctrine-bundle": "~1.0",
|
||
"php": ">=5.3.2",
|
||
"symfony/doctrine-bridge": "~2.1"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Doctrine\\Bundle\\FixturesBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
},
|
||
{
|
||
"name": "Doctrine Project",
|
||
"homepage": "http://www.doctrine-project.org"
|
||
}
|
||
],
|
||
"description": "Symfony DoctrineFixturesBundle",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"Fixture",
|
||
"persistence"
|
||
],
|
||
"time": "2013-09-05 11:23:37"
|
||
},
|
||
{
|
||
"name": "fzaninotto/faker",
|
||
"version": "v1.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/fzaninotto/Faker.git",
|
||
"reference": "010c7efedd88bf31141a02719f51fb44c732d5a0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/010c7efedd88bf31141a02719f51fb44c732d5a0",
|
||
"reference": "010c7efedd88bf31141a02719f51fb44c732d5a0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0",
|
||
"squizlabs/php_codesniffer": "~1.5"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": [
|
||
|
||
]
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Faker": "src/",
|
||
"Faker\\PHPUnit": "test/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "François Zaninotto"
|
||
}
|
||
],
|
||
"description": "Faker is a PHP library that generates fake data for you.",
|
||
"keywords": [
|
||
"data",
|
||
"faker",
|
||
"fixtures"
|
||
],
|
||
"time": "2014-06-04 14:43:02"
|
||
},
|
||
{
|
||
"name": "instaclick/php-webdriver",
|
||
"version": "1.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/instaclick/php-webdriver.git",
|
||
"reference": "3cf130283b054b50119f887e11b9b5a648d785a9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/3cf130283b054b50119f887e11b9b5a648d785a9",
|
||
"reference": "3cf130283b054b50119f887e11b9b5a648d785a9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-curl": "*",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"satooshi/php-coveralls": "dev-master"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"WebDriver": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Justin Bishop",
|
||
"email": "jubishop@gmail.com",
|
||
"role": "Developer"
|
||
},
|
||
{
|
||
"name": "Anthon Pang",
|
||
"email": "apang@softwaredevelopment.ca",
|
||
"role": "Fork Maintainer"
|
||
}
|
||
],
|
||
"description": "PHP WebDriver for Selenium 2",
|
||
"homepage": "http://instaclick.com/",
|
||
"keywords": [
|
||
"browser",
|
||
"selenium",
|
||
"webdriver",
|
||
"webtest"
|
||
],
|
||
"time": "2014-05-08 04:19:19"
|
||
},
|
||
{
|
||
"name": "phpdocumentor/reflection-docblock",
|
||
"version": "2.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
||
"reference": "38743b677965c48a637097b2746a281264ae2347"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/38743b677965c48a637097b2746a281264ae2347",
|
||
"reference": "38743b677965c48a637097b2746a281264ae2347",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "3.7.*@stable"
|
||
},
|
||
"suggest": {
|
||
"dflydev/markdown": "1.0.*",
|
||
"erusev/parsedown": "~0.7"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"phpDocumentor": [
|
||
"src/"
|
||
]
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Mike van Riel",
|
||
"email": "mike.vanriel@naenius.com"
|
||
}
|
||
],
|
||
"time": "2014-08-09 10:27:07"
|
||
},
|
||
{
|
||
"name": "phpspec/php-diff",
|
||
"version": "v1.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/php-diff.git",
|
||
"reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
|
||
"reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
|
||
"shasum": ""
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Diff": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Chris Boulton",
|
||
"homepage": "http://github.com/chrisboulton"
|
||
}
|
||
],
|
||
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
|
||
"time": "2013-11-01 13:02:21"
|
||
},
|
||
{
|
||
"name": "phpspec/phpspec",
|
||
"version": "2.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/phpspec.git",
|
||
"reference": "61712147412cb647b6cb68b19833a60bfda759a1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/phpspec/zipball/61712147412cb647b6cb68b19833a60bfda759a1",
|
||
"reference": "61712147412cb647b6cb68b19833a60bfda759a1",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"phpspec/php-diff": "~1.0.0",
|
||
"phpspec/prophecy": "~1.1",
|
||
"symfony/console": "~2.1",
|
||
"symfony/event-dispatcher": "~2.1",
|
||
"symfony/finder": "~2.1",
|
||
"symfony/yaml": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"behat/behat": "~2.5",
|
||
"bossa/phpspec2-expect": "dev-master",
|
||
"symfony/filesystem": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
|
||
},
|
||
"bin": [
|
||
"bin/phpspec"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"PhpSpec": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
},
|
||
{
|
||
"name": "Marcello Duarte",
|
||
"homepage": "http://marcelloduarte.net/"
|
||
}
|
||
],
|
||
"description": "Specification-oriented BDD framework for PHP 5.3+",
|
||
"homepage": "http://phpspec.net/",
|
||
"keywords": [
|
||
"BDD",
|
||
"SpecBDD",
|
||
"TDD",
|
||
"spec",
|
||
"specification",
|
||
"testing",
|
||
"tests"
|
||
],
|
||
"time": "2014-07-01 14:09:19"
|
||
},
|
||
{
|
||
"name": "phpspec/prophecy",
|
||
"version": "v1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/prophecy.git",
|
||
"reference": "328484c88ed3cd7d1980b624bb98fa635f212ec9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/328484c88ed3cd7d1980b624bb98fa635f212ec9",
|
||
"reference": "328484c88ed3cd7d1980b624bb98fa635f212ec9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"phpdocumentor/reflection-docblock": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"phpspec/phpspec": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Prophecy\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
},
|
||
{
|
||
"name": "Marcello Duarte",
|
||
"email": "marcello.duarte@gmail.com"
|
||
}
|
||
],
|
||
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
||
"homepage": "http://phpspec.org",
|
||
"keywords": [
|
||
"Double",
|
||
"Dummy",
|
||
"fake",
|
||
"mock",
|
||
"spy",
|
||
"stub"
|
||
],
|
||
"time": "2014-07-18 21:26:55"
|
||
},
|
||
{
|
||
"name": "phpunit/php-code-coverage",
|
||
"version": "1.2.18",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||
"reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
|
||
"reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"phpunit/php-file-iterator": ">=1.3.0@stable",
|
||
"phpunit/php-text-template": ">=1.2.0@stable",
|
||
"phpunit/php-token-stream": ">=1.1.3,<1.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "3.7.*@dev"
|
||
},
|
||
"suggest": {
|
||
"ext-dom": "*",
|
||
"ext-xdebug": ">=2.0.5"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"PHP/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"include-path": [
|
||
""
|
||
],
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
||
"keywords": [
|
||
"coverage",
|
||
"testing",
|
||
"xunit"
|
||
],
|
||
"time": "2014-09-02 10:13:14"
|
||
},
|
||
{
|
||
"name": "phpunit/php-file-iterator",
|
||
"version": "1.3.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
||
"reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
|
||
"reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"File/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"include-path": [
|
||
""
|
||
],
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
||
"keywords": [
|
||
"filesystem",
|
||
"iterator"
|
||
],
|
||
"time": "2013-10-10 15:34:57"
|
||
},
|
||
{
|
||
"name": "phpunit/php-text-template",
|
||
"version": "1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
||
"reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
|
||
"reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"Text/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"include-path": [
|
||
""
|
||
],
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Simple template engine.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
||
"keywords": [
|
||
"template"
|
||
],
|
||
"time": "2014-01-30 17:20:04"
|
||
},
|
||
{
|
||
"name": "phpunit/php-timer",
|
||
"version": "1.0.5",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
||
"reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
|
||
"reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"PHP/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"include-path": [
|
||
""
|
||
],
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Utility class for timing",
|
||
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
||
"keywords": [
|
||
"timer"
|
||
],
|
||
"time": "2013-08-02 07:42:54"
|
||
},
|
||
{
|
||
"name": "phpunit/php-token-stream",
|
||
"version": "1.2.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
||
"reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
|
||
"reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-tokenizer": "*",
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"PHP/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"include-path": [
|
||
""
|
||
],
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Wrapper around PHP's tokenizer extension.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
||
"keywords": [
|
||
"tokenizer"
|
||
],
|
||
"time": "2014-03-03 05:10:30"
|
||
},
|
||
{
|
||
"name": "phpunit/phpunit",
|
||
"version": "3.7.37",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||
"reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ae6cefd7cc84586a5ef27e04bae11ee940ec63dc",
|
||
"reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-ctype": "*",
|
||
"ext-dom": "*",
|
||
"ext-json": "*",
|
||
"ext-pcre": "*",
|
||
"ext-reflection": "*",
|
||
"ext-spl": "*",
|
||
"php": ">=5.3.3",
|
||
"phpunit/php-code-coverage": "~1.2",
|
||
"phpunit/php-file-iterator": "~1.3",
|
||
"phpunit/php-text-template": "~1.1",
|
||
"phpunit/php-timer": "~1.0",
|
||
"phpunit/phpunit-mock-objects": "~1.2",
|
||
"symfony/yaml": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"pear-pear.php.net/pear": "1.9.4"
|
||
},
|
||
"suggest": {
|
||
"phpunit/php-invoker": "~1.1"
|
||
},
|
||
"bin": [
|
||
"composer/bin/phpunit"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.7.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"PHPUnit/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"include-path": [
|
||
"",
|
||
"../../symfony/yaml/"
|
||
],
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "The PHP Unit Testing framework.",
|
||
"homepage": "http://www.phpunit.de/",
|
||
"keywords": [
|
||
"phpunit",
|
||
"testing",
|
||
"xunit"
|
||
],
|
||
"time": "2014-04-30 12:24:19"
|
||
},
|
||
{
|
||
"name": "phpunit/phpunit-mock-objects",
|
||
"version": "1.2.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
||
"reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
|
||
"reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"phpunit/php-text-template": ">=1.1.1@stable"
|
||
},
|
||
"suggest": {
|
||
"ext-soap": "*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"PHPUnit/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"include-path": [
|
||
""
|
||
],
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Mock Object library for PHPUnit",
|
||
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
||
"keywords": [
|
||
"mock",
|
||
"xunit"
|
||
],
|
||
"time": "2013-01-13 10:24:48"
|
||
}
|
||
],
|
||
"aliases": [
|
||
|
||
],
|
||
"minimum-stability": "stable",
|
||
"stability-flags": {
|
||
"doctrine/doctrine-bundle": 20,
|
||
"doctrine/migrations": 20,
|
||
"doctrine/doctrine-migrations-bundle": 20,
|
||
"friendsofsymfony/user-bundle": 20,
|
||
"knplabs/knp-gaufrette-bundle": 20,
|
||
"knplabs/knp-snappy-bundle": 20,
|
||
"liip/doctrine-cache-bundle": 20,
|
||
"mathiasverraes/money": 20,
|
||
"pagerfanta/pagerfanta": 20,
|
||
"white-october/pagerfanta-bundle": 20,
|
||
"willdurand/hateoas-bundle": 0,
|
||
"friendsofsymfony/oauth-server-bundle": 20,
|
||
"behat/symfony2-extension": 20,
|
||
"behat/mink-extension": 20,
|
||
"behat/mink-browserkit-driver": 20,
|
||
"behat/mink-selenium2-driver": 20,
|
||
"behat/mink": 20
|
||
},
|
||
"prefer-stable": false,
|
||
"platform": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"platform-dev": [
|
||
|
||
]
|
||
}
|