mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
6002 lines
212 KiB
JSON
6002 lines
212 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"
|
||
],
|
||
"hash": "8cc0f82d66bf1261aa1f1db8e72a180d",
|
||
"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.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/annotations.git",
|
||
"reference": "v1.1.2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/annotations/zipball/v1.1.2",
|
||
"reference": "v1.1.2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/lexer": "1.*",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/cache": "1.*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.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/"
|
||
},
|
||
{
|
||
"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": "Docblock Annotations Parser",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"annotations",
|
||
"docblock",
|
||
"parser"
|
||
],
|
||
"time": "2013-06-16 21:33:03"
|
||
},
|
||
{
|
||
"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.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/common.git",
|
||
"reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/common/zipball/ceb18cf9b0230f3ea208b6238130fd415abda0a7",
|
||
"reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/annotations": "1.*",
|
||
"doctrine/cache": "1.*",
|
||
"doctrine/collections": "1.*",
|
||
"doctrine/inflector": "1.*",
|
||
"doctrine/lexer": "1.*",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"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/"
|
||
},
|
||
{
|
||
"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": "2013-09-07 10:20:34"
|
||
},
|
||
{
|
||
"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",
|
||
"target-dir": "Doctrine/Bundle/DoctrineBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
||
"reference": "326bc9422817a0c3abe4551fd3b816a066947630"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/326bc9422817a0c3abe4551fd3b816a066947630",
|
||
"reference": "326bc9422817a0c3abe4551fd3b816a066947630",
|
||
"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-0": {
|
||
"Doctrine\\Bundle\\DoctrineBundle": ""
|
||
}
|
||
},
|
||
"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": "Doctrine Project",
|
||
"homepage": "http://www.doctrine-project.org/"
|
||
}
|
||
],
|
||
"description": "Symfony DoctrineBundle",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"database",
|
||
"dbal",
|
||
"orm",
|
||
"persistence"
|
||
],
|
||
"time": "2014-03-04 21:50:51"
|
||
},
|
||
{
|
||
"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/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/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.0.0",
|
||
"target-dir": "Doctrine/Bundle/PHPCRBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/DoctrinePHPCRBundle.git",
|
||
"reference": "93b0485d5c0606742715c34b3ebe640702fc3574"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/DoctrinePHPCRBundle/zipball/93b0485d5c0606742715c34b3ebe640702fc3574",
|
||
"reference": "93b0485d5c0606742715c34b3ebe640702fc3574",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"phpcr/phpcr-implementation": "2.1.*",
|
||
"phpcr/phpcr-utils": "~1.0.0",
|
||
"symfony/doctrine-bridge": "~2.1",
|
||
"symfony/framework-bundle": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/phpcr-odm": "1.0.*",
|
||
"jackalope/jackalope-jackrabbit": "1.0.*",
|
||
"symfony/form": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"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.0.*",
|
||
"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.*"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-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": "2013-10-10 21:04:03"
|
||
},
|
||
{
|
||
"name": "doctrine/phpcr-odm",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/phpcr-odm.git",
|
||
"reference": "8b5985746537f015c5e8a5319b074ae321cab4ad"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/8b5985746537f015c5e8a5319b074ae321cab4ad",
|
||
"reference": "8b5985746537f015c5e8a5319b074ae321cab4ad",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/common": "~2.4.0",
|
||
"php": ">=5.3.3",
|
||
"phpcr/phpcr-implementation": "~2.1.0",
|
||
"phpcr/phpcr-utils": "~1.0.0"
|
||
},
|
||
"require-dev": {
|
||
"liip/rmt": "dev-master",
|
||
"symfony/yaml": "~2.0"
|
||
},
|
||
"suggest": {
|
||
"jackalope/jackalope-doctrine-dbal": "~1.0.0",
|
||
"jackalope/jackalope-jackrabbit": "~1.0.0",
|
||
"symfony/yaml": "~2.0"
|
||
},
|
||
"bin": [
|
||
"bin/phpcrodm",
|
||
"bin/phpcrodm.php"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-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": "2013-12-04 16:07:15"
|
||
},
|
||
{
|
||
"name": "friendsofsymfony/rest-bundle",
|
||
"version": "1.3.1",
|
||
"target-dir": "FOS/RestBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
|
||
"reference": "ed28a056225d911de4be4686326339a1a51b7fa9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/ed28a056225d911de4be4686326339a1a51b7fa9",
|
||
"reference": "ed28a056225d911de4be4686326339a1a51b7fa9",
|
||
"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"
|
||
},
|
||
"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",
|
||
"homepage": "http://everzet.com"
|
||
}
|
||
],
|
||
"description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
|
||
"homepage": "http://friendsofsymfony.github.com",
|
||
"keywords": [
|
||
"rest"
|
||
],
|
||
"time": "2014-03-11 15:28:34"
|
||
},
|
||
{
|
||
"name": "friendsofsymfony/user-bundle",
|
||
"version": "dev-master",
|
||
"target-dir": "FOS/UserBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
|
||
"reference": "f8e9255eedc91bc53195de288c9fe640719b2817"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/f8e9255eedc91bc53195de288c9fe640719b2817",
|
||
"reference": "f8e9255eedc91bc53195de288c9fe640719b2817",
|
||
"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": "Thibault Duplessis",
|
||
"email": "thibault.duplessis@gmail.com",
|
||
"homepage": "http://ornicar.github.com"
|
||
},
|
||
{
|
||
"name": "FriendsOfSymfony Community",
|
||
"homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony FOSUserBundle",
|
||
"homepage": "http://friendsofsymfony.github.com",
|
||
"keywords": [
|
||
"User management"
|
||
],
|
||
"time": "2014-03-18 08:55:34"
|
||
},
|
||
{
|
||
"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.8.1",
|
||
"target-dir": "Guzzle/Common",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/common.git",
|
||
"reference": "67f6c3fd04bae387d47c2a673fa623ed8f4189bb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/common/zipball/67f6c3fd04bae387d47c2a673fa623ed8f4189bb",
|
||
"reference": "67f6c3fd04bae387d47c2a673fa623ed8f4189bb",
|
||
"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-01-28 22:29:15"
|
||
},
|
||
{
|
||
"name": "guzzle/http",
|
||
"version": "v3.8.1",
|
||
"target-dir": "Guzzle/Http",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/http.git",
|
||
"reference": "565fd64be16d91c840f497c5de76f86d54a822d8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/http/zipball/565fd64be16d91c840f497c5de76f86d54a822d8",
|
||
"reference": "565fd64be16d91c840f497c5de76f86d54a822d8",
|
||
"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-01-23 18:23:29"
|
||
},
|
||
{
|
||
"name": "guzzle/parser",
|
||
"version": "v3.8.1",
|
||
"target-dir": "Guzzle/Parser",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/parser.git",
|
||
"reference": "3f52387052f2e4ef083145a0f73c3654aa14e086"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/parser/zipball/3f52387052f2e4ef083145a0f73c3654aa14e086",
|
||
"reference": "3f52387052f2e4ef083145a0f73c3654aa14e086",
|
||
"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": "2013-10-24 00:04:09"
|
||
},
|
||
{
|
||
"name": "guzzle/stream",
|
||
"version": "v3.8.1",
|
||
"target-dir": "Guzzle/Stream",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/stream.git",
|
||
"reference": "fa8af730ca714861c0001cfba64aaecc5f21bb96"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/stream/zipball/fa8af730ca714861c0001cfba64aaecc5f21bb96",
|
||
"reference": "fa8af730ca714861c0001cfba64aaecc5f21bb96",
|
||
"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-01-28 22:14:17"
|
||
},
|
||
{
|
||
"name": "hwi/oauth-bundle",
|
||
"version": "0.3.3",
|
||
"target-dir": "HWI/Bundle/OAuthBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/hwi/HWIOAuthBundle.git",
|
||
"reference": "5a667454c32e35e4f5ab53030b54f21e1aee839f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/5a667454c32e35e4f5ab53030b54f21e1aee839f",
|
||
"reference": "5a667454c32e35e4f5ab53030b54f21e1aee839f",
|
||
"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-02-17 15: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.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/jackalope/jackalope.git",
|
||
"reference": "605a3fb6d83c906d19ad88b2347be9453c96a19f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/jackalope/jackalope/zipball/605a3fb6d83c906d19ad88b2347be9453c96a19f",
|
||
"reference": "605a3fb6d83c906d19ad88b2347be9453c96a19f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-libxml": "*",
|
||
"jackalope/jackalope-transport": "*",
|
||
"php": ">=5.3.2",
|
||
"phpcr/phpcr": "~2.1.0",
|
||
"phpcr/phpcr-utils": "~1.0.0"
|
||
},
|
||
"provide": {
|
||
"phpcr/phpcr-implementation": "2.1.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-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": "2013-11-06 10:28:46"
|
||
},
|
||
{
|
||
"name": "jackalope/jackalope-doctrine-dbal",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/jackalope/jackalope-doctrine-dbal.git",
|
||
"reference": "db3b622fa96b30d3095ee8b657494f21af1df044"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/jackalope/jackalope-doctrine-dbal/zipball/db3b622fa96b30d3095ee8b657494f21af1df044",
|
||
"reference": "db3b622fa96b30d3095ee8b657494f21af1df044",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/dbal": ">=2.2.0,<2.5",
|
||
"jackalope/jackalope": "~1.0.0",
|
||
"php": ">=5.3.3",
|
||
"phpcr/phpcr": "~2.1.0-RC1",
|
||
"phpcr/phpcr-utils": "~1.0.0"
|
||
},
|
||
"provide": {
|
||
"jackalope/jackalope-transport": "1.0.0"
|
||
},
|
||
"require-dev": {
|
||
"phpcr/phpcr-api-tests": "2.1.0"
|
||
},
|
||
"bin": [
|
||
"bin/jackalope"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-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": "2013-10-10 20:12:56"
|
||
},
|
||
{
|
||
"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.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/metadata.git",
|
||
"reference": "88ffa28bc987e4c26229fc84a2e541b6ed4e1459"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/88ffa28bc987e4c26229fc84a2e541b6ed4e1459",
|
||
"reference": "88ffa28bc987e4c26229fc84a2e541b6ed4e1459",
|
||
"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 M. Schmitt",
|
||
"email": "schmittjoh@gmail.com",
|
||
"homepage": "http://jmsyst.com",
|
||
"role": "Developer of wrapped JMSSerializerBundle"
|
||
}
|
||
],
|
||
"description": "Class/method/property metadata management in PHP",
|
||
"keywords": [
|
||
"annotations",
|
||
"metadata",
|
||
"xml",
|
||
"yaml"
|
||
],
|
||
"time": "2013-11-05 23:02:36"
|
||
},
|
||
{
|
||
"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.15.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/serializer.git",
|
||
"reference": "4a49caf0a20babcf8040fb1cf84f26faff6e7d85"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/4a49caf0a20babcf8040fb1cf84f26faff6e7d85",
|
||
"reference": "4a49caf0a20babcf8040fb1cf84f26faff6e7d85",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/annotations": "1.*",
|
||
"jms/metadata": "~1.1",
|
||
"jms/parser-lib": "1.*",
|
||
"php": ">=5.3.2",
|
||
"phpcollection/phpcollection": ">=0.1,<0.3-dev"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": ">=2.1,<2.4-dev",
|
||
"doctrine/phpcr-odm": "~1.0.1",
|
||
"jackalope/jackalope-doctrine-dbal": "1.0.*",
|
||
"propel/propel1": "~1.7",
|
||
"symfony/filesystem": "2.*",
|
||
"symfony/form": ">=2.1,<=2.4-dev",
|
||
"symfony/translation": ">=2.0,<2.2-dev",
|
||
"symfony/validator": ">=2.0,<2.2-dev",
|
||
"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.14-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": "https://github.com/schmittjoh",
|
||
"role": "Developer of wrapped JMSSerializerBundle"
|
||
}
|
||
],
|
||
"description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
|
||
"homepage": "http://jmsyst.com/libs/serializer",
|
||
"keywords": [
|
||
"deserialization",
|
||
"jaxb",
|
||
"json",
|
||
"serialization",
|
||
"xml"
|
||
],
|
||
"time": "2014-02-10 11:00:05"
|
||
},
|
||
{
|
||
"name": "jms/serializer-bundle",
|
||
"version": "0.12.0",
|
||
"target-dir": "JMS/SerializerBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
|
||
"reference": "5531198a73c4adee669a8a2d1452999349822771"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/5531198a73c4adee669a8a2d1452999349822771",
|
||
"reference": "5531198a73c4adee669a8a2d1452999349822771",
|
||
"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.12-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"JMS\\SerializerBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache2"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Johannes Schmitt",
|
||
"email": "schmittjoh@gmail.com",
|
||
"homepage": "http://jmsyst.com",
|
||
"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-07-29 12:36:36"
|
||
},
|
||
{
|
||
"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.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/Gaufrette.git",
|
||
"reference": "3738125aa5e1f3cc430b91085f4578ce5a4383bc"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/3738125aa5e1f3cc430b91085f4578ce5a4383bc",
|
||
"reference": "3738125aa5e1f3cc430b91085f4578ce5a4383bc",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"amazonwebservices/aws-sdk-for-php": "1.5.*",
|
||
"doctrine/dbal": ">=2.3",
|
||
"dropbox-php/dropbox-php": "*",
|
||
"herzult/php-ssh": "*",
|
||
"phpspec/phpspec2": "1.0.*",
|
||
"rackspace/php-cloudfiles": "*"
|
||
},
|
||
"suggest": {
|
||
"amazonwebservices/aws-sdk-for-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-mbstring": "*",
|
||
"ext-mongo": "*",
|
||
"ext-zip": "to use the Zip adapter",
|
||
"knplabs/knp-gaufrette-bundle": "*"
|
||
},
|
||
"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": "2013-01-25 08:51:55"
|
||
},
|
||
{
|
||
"name": "knplabs/knp-gaufrette-bundle",
|
||
"version": "v0.1.4",
|
||
"target-dir": "Knp/Bundle/GaufretteBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
|
||
"reference": "c6da43595c5c697f16d2a7ae10433c353d523f08"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/c6da43595c5c697f16d2a7ae10433c353d523f08",
|
||
"reference": "c6da43595c5c697f16d2a7ae10433c353d523f08",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"knplabs/gaufrette": "0.1.4",
|
||
"symfony/framework-bundle": "2.*"
|
||
},
|
||
"require-dev": {
|
||
"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": "2013-01-30 11:41:55"
|
||
},
|
||
{
|
||
"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.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/snappy.git",
|
||
"reference": "1f56b336f8e158b57dcfce007234363cbb54192b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/snappy/zipball/1f56b336f8e158b57dcfce007234363cbb54192b",
|
||
"reference": "1f56b336f8e158b57dcfce007234363cbb54192b",
|
||
"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",
|
||
"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": "2013-09-06 14:16:50"
|
||
},
|
||
{
|
||
"name": "knplabs/knp-snappy-bundle",
|
||
"version": "dev-master",
|
||
"target-dir": "Knp/Bundle/SnappyBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
|
||
"reference": "3021f58f20fd38a928f5fa056d6885c475af1372"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/3021f58f20fd38a928f5fa056d6885c475af1372",
|
||
"reference": "3021f58f20fd38a928f5fa056d6885c475af1372",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"knplabs/knp-snappy": "*",
|
||
"php": ">=5.3.2",
|
||
"symfony/framework-bundle": ">=2.0.0"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"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-03-05 16:00:16"
|
||
},
|
||
{
|
||
"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.10",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/kriswallsmith/Buzz.git",
|
||
"reference": "759432d66387e3433d3b06cb6f773b97225b9b17"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/759432d66387e3433d3b06cb6f773b97225b9b17",
|
||
"reference": "759432d66387e3433d3b06cb6f773b97225b9b17",
|
||
"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": "2013-05-19 03:41:15"
|
||
},
|
||
{
|
||
"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.7.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Seldaek/monolog.git",
|
||
"reference": "6225b22de9dcf36546be3a0b2fa8e3d986153f57"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/6225b22de9dcf36546be3a0b2fa8e3d986153f57",
|
||
"reference": "6225b22de9dcf36546be3a0b2fa8e3d986153f57",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0",
|
||
"psr/log": "~1.0"
|
||
},
|
||
"require-dev": {
|
||
"aws/aws-sdk-php": "~2.4.8",
|
||
"doctrine/couchdb": "dev-master",
|
||
"mlehner/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",
|
||
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
||
"raven/raven": "Allow sending log messages to a Sentry server",
|
||
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.7.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Monolog": "src/"
|
||
}
|
||
},
|
||
"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": "2013-11-14 19:48:31"
|
||
},
|
||
{
|
||
"name": "nikic/php-parser",
|
||
"version": "v0.9.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/nikic/PHP-Parser",
|
||
"reference": "v0.9.1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://github.com/nikic/PHP-Parser/archive/v0.9.1.zip",
|
||
"reference": "v0.9.1",
|
||
"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 15:52:11"
|
||
},
|
||
{
|
||
"name": "omnipay/omnipay",
|
||
"version": "v1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/omnipay/omnipay.git",
|
||
"reference": "3c957cb44e383378a9ba9fa604c4da502deb747e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/omnipay/omnipay/zipball/3c957cb44e383378a9ba9fa604c4da502deb747e",
|
||
"reference": "3c957cb44e383378a9ba9fa604c4da502deb747e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzle/http": "~3.1",
|
||
"php": ">=5.3.2",
|
||
"symfony/http-foundation": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"guzzle/plugin-mock": "~3.1",
|
||
"mockery/mockery": "~0.7",
|
||
"phpunit/phpunit": "~3.7.16",
|
||
"silex/silex": "1.0.*@dev",
|
||
"squizlabs/php_codesniffer": "~1.4.4",
|
||
"twig/twig": "~1.12"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Omnipay": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Adrian Macneil",
|
||
"email": "adrian@adrianmacneil.com"
|
||
},
|
||
{
|
||
"name": "Omnipay Community",
|
||
"homepage": "https://github.com/omnipay/omnipay/graphs/contributors"
|
||
}
|
||
],
|
||
"description": "A framework agnostic, multi-gateway payment processing library",
|
||
"homepage": "https://github.com/adrianmacneil/omnipay",
|
||
"keywords": [
|
||
"2checkout",
|
||
"2co",
|
||
"auth.net",
|
||
"authorize",
|
||
"authorize.net",
|
||
"buckaroo",
|
||
"cardsave",
|
||
"commweb",
|
||
"dps",
|
||
"egate",
|
||
"eway",
|
||
"express",
|
||
"gateway",
|
||
"gocardless",
|
||
"ideal",
|
||
"merchant",
|
||
"migs",
|
||
"mollie",
|
||
"multisafepay",
|
||
"netaxept",
|
||
"netbanx",
|
||
"pay",
|
||
"payfast",
|
||
"payflow",
|
||
"payment",
|
||
"paymentexpress",
|
||
"paypal",
|
||
"pin",
|
||
"purchase",
|
||
"rapid",
|
||
"sagepay",
|
||
"securepay",
|
||
"stripe",
|
||
"tala",
|
||
"tala-payments",
|
||
"targetpay",
|
||
"twocheckout",
|
||
"worldpay"
|
||
],
|
||
"time": "2013-10-19 17:21:33"
|
||
},
|
||
{
|
||
"name": "pagerfanta/pagerfanta",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/whiteoctober/Pagerfanta.git",
|
||
"reference": "c41473a84768ac18ec107033dbfa87229cdefafa"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/c41473a84768ac18ec107033dbfa87229cdefafa",
|
||
"reference": "c41473a84768ac18ec107033dbfa87229cdefafa",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/mongodb-odm": "1.0.*@dev",
|
||
"doctrine/orm": "2.3.*",
|
||
"doctrine/phpcr-odm": "1.0.*",
|
||
"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-03-14 07:32:00"
|
||
},
|
||
{
|
||
"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.8.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Payum/Payum.git",
|
||
"reference": "266d6eb738286a4e53968d143a9658228513c357"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Payum/Payum/zipball/266d6eb738286a4e53968d143a9658228513c357",
|
||
"reference": "266d6eb738286a4e53968d143a9658228513c357",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ajbdev/authorizenet-php-api": "1.1.*",
|
||
"ext-soap": "*",
|
||
"klarna/checkout": "~1",
|
||
"kriswallsmith/buzz": "*",
|
||
"omnipay/omnipay": "~1.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/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": "*",
|
||
"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 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.8-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Payum": "src/"
|
||
}
|
||
},
|
||
"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/Payum/contributors"
|
||
}
|
||
],
|
||
"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-04-08 07:00:48"
|
||
},
|
||
{
|
||
"name": "payum/payum-bundle",
|
||
"version": "0.8.0",
|
||
"target-dir": "Payum/Bundle/PayumBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Payum/PayumBundle.git",
|
||
"reference": "b0de2b28189965be282a2643d442ab46d5de0e2d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Payum/PayumBundle/zipball/b0de2b28189965be282a2643d442ab46d5de0e2d",
|
||
"reference": "b0de2b28189965be282a2643d442ab46d5de0e2d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"payum/core": "0.8.*",
|
||
"php": ">=5.3.2",
|
||
"symfony/framework-bundle": "~2.0",
|
||
"twig/twig": "*"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "*",
|
||
"payum/payum": "0.8.*@dev",
|
||
"phpunit/phpunit": "~3.7",
|
||
"symfony/browser-kit": "~2.0",
|
||
"symfony/class-loader": "~2.0"
|
||
},
|
||
"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.8-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",
|
||
"offline",
|
||
"omnipay",
|
||
"payex",
|
||
"payment",
|
||
"paypal",
|
||
"paypal express checkout",
|
||
"paypal pro checkout",
|
||
"recurring payment"
|
||
],
|
||
"time": "2014-04-02 11:31:03"
|
||
},
|
||
{
|
||
"name": "phpcollection/phpcollection",
|
||
"version": "0.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/php-collection.git",
|
||
"reference": "acb02a921bb364f360ce786b13455345063c4a07"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/acb02a921bb364f360ce786b13455345063c4a07",
|
||
"reference": "acb02a921bb364f360ce786b13455345063c4a07",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"phpoption/phpoption": "1.*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.2-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": "2013-01-23 15:16:14"
|
||
},
|
||
{
|
||
"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.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpcr/phpcr-utils.git",
|
||
"reference": "7920ce3c60cffceb325819bfdf4ebe873df69839"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/7920ce3c60cffceb325819bfdf4ebe873df69839",
|
||
"reference": "7920ce3c60cffceb325819bfdf4ebe873df69839",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0",
|
||
"phpcr/phpcr": "~2.1.0",
|
||
"symfony/console": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-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": "2013-10-10 19:46:30"
|
||
},
|
||
{
|
||
"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",
|
||
"reference": "1.0.0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://github.com/php-fig/log/archive/1.0.0.zip",
|
||
"reference": "1.0.0",
|
||
"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.4",
|
||
"target-dir": "Sensio/Bundle/DistributionBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
|
||
"reference": "66df91b4bd637a83299d8072aed3658bfd3b3021"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/66df91b4bd637a83299d8072aed3658bfd3b3021",
|
||
"reference": "66df91b4bd637a83299d8072aed3658bfd3b3021",
|
||
"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": "2013-08-22 05:04:53"
|
||
},
|
||
{
|
||
"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.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sonata-project/cache.git",
|
||
"reference": "3bd8c266c6184ebcf82846d659292e9680b979eb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sonata-project/cache/zipball/3bd8c266c6184ebcf82846d659292e9680b979eb",
|
||
"reference": "3bd8c266c6184ebcf82846d659292e9680b979eb",
|
||
"shasum": ""
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "~2.2",
|
||
"doctrine/phpcr-odm": "~1.0",
|
||
"predis/predis": "~0.8",
|
||
"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-02-13 15:12:33"
|
||
},
|
||
{
|
||
"name": "sonata-project/core-bundle",
|
||
"version": "2.2.5",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sonata-project/SonataCoreBundle.git",
|
||
"reference": "863809982c98b8444aeab1ff442c117d74f1a7c7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/863809982c98b8444aeab1ff442c117d74f1a7c7",
|
||
"reference": "863809982c98b8444aeab1ff442c117d74f1a7c7",
|
||
"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",
|
||
"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-02-14 14:24:51"
|
||
},
|
||
{
|
||
"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.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
||
"reference": "32edc3b0de0fdc1b10f5c4912e8677b3f411a230"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/32edc3b0de0fdc1b10f5c4912e8677b3f411a230",
|
||
"reference": "32edc3b0de0fdc1b10f5c4912e8677b3f411a230",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.2.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-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": "2013-12-03 13:33:24"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/block-bundle",
|
||
"version": "1.0.0",
|
||
"target-dir": "Symfony/Cmf/Bundle/BlockBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/BlockBundle.git",
|
||
"reference": "015802c250ba81ae07706e3d142cfdf9987b0dfa"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/BlockBundle/zipball/015802c250ba81ae07706e3d142cfdf9987b0dfa",
|
||
"reference": "015802c250ba81ae07706e3d142cfdf9987b0dfa",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/phpcr-bundle": "1.0.*",
|
||
"doctrine/phpcr-odm": "1.0.*",
|
||
"php": ">=5.3.3",
|
||
"sonata-project/block-bundle": "~2.2.4",
|
||
"symfony-cmf/core-bundle": "1.0.*",
|
||
"symfony/framework-bundle": "~2.2"
|
||
},
|
||
"require-dev": {
|
||
"sonata-project/cache-bundle": "~2.1.3",
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "1.0.*",
|
||
"symfony-cmf/testing": "1.0.*",
|
||
"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.0-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": "2013-10-14 15:32:36"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/content-bundle",
|
||
"version": "1.0.0",
|
||
"target-dir": "Symfony/Cmf/Bundle/ContentBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/ContentBundle.git",
|
||
"reference": "b2ed5d1623ec609691a3f93cb2a7d5c5850bc0d2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/ContentBundle/zipball/b2ed5d1623ec609691a3f93cb2a7d5c5850bc0d2",
|
||
"reference": "b2ed5d1623ec609691a3f93cb2a7d5c5850bc0d2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"symfony-cmf/core-bundle": "1.0.*",
|
||
"symfony/framework-bundle": "~2.2"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/phpcr-bundle": "1.0.*",
|
||
"doctrine/phpcr-odm": "1.0.*",
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "1.0.*",
|
||
"symfony-cmf/menu-bundle": "1.0.*",
|
||
"symfony-cmf/routing-bundle": "1.1.*",
|
||
"symfony-cmf/testing": "1.0.*",
|
||
"symfony/monolog-bundle": "2.2.*"
|
||
},
|
||
"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.0-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": "2013-10-14 15:32:15"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/core-bundle",
|
||
"version": "1.0.2",
|
||
"target-dir": "Symfony/Cmf/Bundle/CoreBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/CoreBundle.git",
|
||
"reference": "6e4aef2df30d8d4dc9a195576ab837656d3b1a37"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/CoreBundle/zipball/6e4aef2df30d8d4dc9a195576ab837656d3b1a37",
|
||
"reference": "6e4aef2df30d8d4dc9a195576ab837656d3b1a37",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"symfony/framework-bundle": "~2.2"
|
||
},
|
||
"require-dev": {
|
||
"sonata-project/admin-bundle": "~2.2",
|
||
"symfony-cmf/routing-bundle": "1.1.*",
|
||
"symfony-cmf/testing": "1.0.*"
|
||
},
|
||
"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.0-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-01-29 13:11:31"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/menu-bundle",
|
||
"version": "1.0.0",
|
||
"target-dir": "Symfony/Cmf/Bundle/MenuBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/MenuBundle.git",
|
||
"reference": "1f84e1a6a9e3686d85b586953f8a8eb6cad9c143"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/MenuBundle/zipball/1f84e1a6a9e3686d85b586953f8a8eb6cad9c143",
|
||
"reference": "1f84e1a6a9e3686d85b586953f8a8eb6cad9c143",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/phpcr-bundle": "1.0.*",
|
||
"doctrine/phpcr-odm": "1.0.*",
|
||
"knplabs/knp-menu-bundle": "1.1.*",
|
||
"php": ">=5.3.3",
|
||
"symfony-cmf/core-bundle": "1.0.*",
|
||
"symfony/framework-bundle": "~2.2"
|
||
},
|
||
"require-dev": {
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "1.0.*",
|
||
"symfony-cmf/routing-bundle": "1.1.*",
|
||
"symfony-cmf/testing": "1.0.*",
|
||
"symfony/monolog-bundle": "2.2.*"
|
||
},
|
||
"suggest": {
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "if you want to have editing capabilities"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-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": "2013-10-14 15:31:59"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/routing",
|
||
"version": "1.1.0",
|
||
"target-dir": "Symfony/Cmf/Component/Routing",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/Routing.git",
|
||
"reference": "9f8607950cbf888ec678713a35f3d0088857c85f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/9f8607950cbf888ec678713a35f3d0088857c85f",
|
||
"reference": "9f8607950cbf888ec678713a35f3d0088857c85f",
|
||
"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.1-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": "2013-10-14 15:32:46"
|
||
},
|
||
{
|
||
"name": "symfony-cmf/routing-bundle",
|
||
"version": "1.1.1",
|
||
"target-dir": "Symfony/Cmf/Bundle/RoutingBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony-cmf/RoutingBundle.git",
|
||
"reference": "96d0649c6fb415cb06ed7a689d69e52bcce544dd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony-cmf/RoutingBundle/zipball/96d0649c6fb415cb06ed7a689d69e52bcce544dd",
|
||
"reference": "96d0649c6fb415cb06ed7a689d69e52bcce544dd",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3",
|
||
"symfony-cmf/routing": "1.1.*",
|
||
"symfony/framework-bundle": "~2.2"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/orm": "2.3.*",
|
||
"matthiasnoback/symfony-config-test": "0.*",
|
||
"matthiasnoback/symfony-dependency-injection-test": "0.*",
|
||
"sonata-project/doctrine-phpcr-admin-bundle": "1.0.*",
|
||
"symfony-cmf/core-bundle": "1.0.*",
|
||
"symfony-cmf/testing": "1.1.*",
|
||
"symfony/monolog-bundle": "2.2.*"
|
||
},
|
||
"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": "For compatibility with Symfony 2.2 and easier configuration"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-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": "2013-12-16 16:46:20"
|
||
},
|
||
{
|
||
"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/icu",
|
||
"version": "v1.2.0",
|
||
"target-dir": "Symfony/Component/Icu",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Icu.git",
|
||
"reference": "7299cd3d8d6602103d1ebff5d0a9917b7bc6de72"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Icu/zipball/7299cd3d8d6602103d1ebff5d0a9917b7bc6de72",
|
||
"reference": "7299cd3d8d6602103d1ebff5d0a9917b7bc6de72",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"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": "2013-06-03 18:32:58"
|
||
},
|
||
{
|
||
"name": "symfony/monolog-bundle",
|
||
"version": "v2.3.0",
|
||
"target-dir": "Symfony/Bundle/MonologBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/MonologBundle.git",
|
||
"reference": "03ed73bc11367b3156cc21f22ac37c7f70fcd10a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/MonologBundle/zipball/03ed73bc11367b3156cc21f22ac37c7f70fcd10a",
|
||
"reference": "03ed73bc11367b3156cc21f22ac37c7f70fcd10a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"monolog/monolog": "~1.3",
|
||
"php": ">=5.3.2",
|
||
"symfony/config": "~2.2-beta2",
|
||
"symfony/dependency-injection": "~2.2-beta2",
|
||
"symfony/monolog-bridge": "~2.2-beta2"
|
||
},
|
||
"require-dev": {
|
||
"symfony/yaml": "~2.2-beta2"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Symfony\\Bundle\\MonologBundle": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony MonologBundle",
|
||
"homepage": "http://symfony.com",
|
||
"keywords": [
|
||
"log",
|
||
"logging"
|
||
],
|
||
"time": "2013-05-27 18:06:55"
|
||
},
|
||
{
|
||
"name": "symfony/swiftmailer-bundle",
|
||
"version": "v2.3.5",
|
||
"target-dir": "Symfony/Bundle/SwiftmailerBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/SwiftmailerBundle.git",
|
||
"reference": "fcefa9dbd5a1ed20547b0f8a2afd5ad6837ea321"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/fcefa9dbd5a1ed20547b0f8a2afd5ad6837ea321",
|
||
"reference": "fcefa9dbd5a1ed20547b0f8a2afd5ad6837ea321",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2",
|
||
"swiftmailer/swiftmailer": ">=4.2.0,<5.1-dev",
|
||
"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.2-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": "2013-11-21 12:29:01"
|
||
},
|
||
{
|
||
"name": "symfony/symfony",
|
||
"version": "v2.4.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/symfony.git",
|
||
"reference": "b70633f92ff71ef490af4c17e7ca3f3bf3d0f304"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/symfony/zipball/b70633f92ff71ef490af4c17e7ca3f3bf3d0f304",
|
||
"reference": "b70633f92ff71ef490af4c17e7ca3f3bf3d0f304",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/common": "~2.2",
|
||
"php": ">=5.3.3",
|
||
"psr/log": "~1.0",
|
||
"symfony/icu": "~1.0",
|
||
"twig/twig": "~1.11"
|
||
},
|
||
"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/expression-language": "self.version",
|
||
"symfony/filesystem": "self.version",
|
||
"symfony/finder": "self.version",
|
||
"symfony/form": "self.version",
|
||
"symfony/framework-bundle": "self.version",
|
||
"symfony/http-foundation": "self.version",
|
||
"symfony/http-kernel": "self.version",
|
||
"symfony/intl": "self.version",
|
||
"symfony/locale": "self.version",
|
||
"symfony/monolog-bridge": "self.version",
|
||
"symfony/options-resolver": "self.version",
|
||
"symfony/process": "self.version",
|
||
"symfony/propel1-bridge": "self.version",
|
||
"symfony/property-access": "self.version",
|
||
"symfony/proxy-manager-bridge": "self.version",
|
||
"symfony/routing": "self.version",
|
||
"symfony/security": "self.version",
|
||
"symfony/security-acl": "self.version",
|
||
"symfony/security-bundle": "self.version",
|
||
"symfony/security-core": "self.version",
|
||
"symfony/security-csrf": "self.version",
|
||
"symfony/security-http": "self.version",
|
||
"symfony/serializer": "self.version",
|
||
"symfony/stopwatch": "self.version",
|
||
"symfony/swiftmailer-bridge": "self.version",
|
||
"symfony/templating": "self.version",
|
||
"symfony/translation": "self.version",
|
||
"symfony/twig-bridge": "self.version",
|
||
"symfony/twig-bundle": "self.version",
|
||
"symfony/validator": "self.version",
|
||
"symfony/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.6-dev",
|
||
"propel/propel1": "1.6.*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.4-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": "Fabien Potencier",
|
||
"email": "fabien@symfony.com",
|
||
"homepage": "http://fabien.potencier.org",
|
||
"role": "Lead Developer"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "The Symfony PHP framework",
|
||
"homepage": "http://symfony.com",
|
||
"keywords": [
|
||
"framework"
|
||
],
|
||
"time": "2014-02-12 19:27:03"
|
||
},
|
||
{
|
||
"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.15.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/fabpot/Twig.git",
|
||
"reference": "1fb5784662f438d7d96a541e305e28b812e2eeed"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/fabpot/Twig/zipball/1fb5784662f438d7d96a541e305e28b812e2eeed",
|
||
"reference": "1fb5784662f438d7d96a541e305e28b812e2eeed",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.2.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.15-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-02-13 10:19:29"
|
||
},
|
||
{
|
||
"name": "white-october/pagerfanta-bundle",
|
||
"version": "dev-master",
|
||
"target-dir": "WhiteOctober/PagerfantaBundle",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
|
||
"reference": "35c8e2124ffa62b14f09dd357c78ade58ac444bc"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/35c8e2124ffa62b14f09dd357c78ade58ac444bc",
|
||
"reference": "35c8e2124ffa62b14f09dd357c78ade58ac444bc",
|
||
"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",
|
||
"homepage": "http://github.com/pablodip"
|
||
}
|
||
],
|
||
"description": "Bundle to use Pagerfanta with Symfony2",
|
||
"keywords": [
|
||
"page",
|
||
"paging"
|
||
],
|
||
"time": "2014-01-30 11:03:51"
|
||
},
|
||
{
|
||
"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.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/willdurand/Negotiation.git",
|
||
"reference": "cda64e26a980f433ce98200ba1b2301850489aab"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/willdurand/Negotiation/zipball/cda64e26a980f433ce98200ba1b2301850489aab",
|
||
"reference": "cda64e26a980f433ce98200ba1b2301850489aab",
|
||
"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-02-26 13:56:25"
|
||
}
|
||
],
|
||
"packages-dev": [
|
||
{
|
||
"name": "behat/behat",
|
||
"version": "v2.5.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Behat.git",
|
||
"reference": "a12154aae8a09248637fbca8ef3b2ef2ac71f2aa"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Behat/zipball/a12154aae8a09248637fbca8ef3b2ef2ac71f2aa",
|
||
"reference": "a12154aae8a09248637fbca8ef3b2ef2ac71f2aa",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/gherkin": "~2.3.0",
|
||
"php": ">=5.3.1",
|
||
"symfony/config": "~2.0",
|
||
"symfony/console": "~2.0",
|
||
"symfony/dependency-injection": "~2.0",
|
||
"symfony/event-dispatcher": "~2.0",
|
||
"symfony/finder": "~2.0",
|
||
"symfony/translation": "~2.0",
|
||
"symfony/yaml": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~3.7.19"
|
||
},
|
||
"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",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\Behat": "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": [
|
||
"BDD",
|
||
"Behat",
|
||
"Symfony2"
|
||
],
|
||
"time": "2014-02-12 17:03:46"
|
||
},
|
||
{
|
||
"name": "behat/gherkin",
|
||
"version": "v2.3.5",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Gherkin.git",
|
||
"reference": "2b33963da5525400573560c173ab5c9c057e1852"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
|
||
"reference": "2b33963da5525400573560c173ab5c9c057e1852",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.1",
|
||
"symfony/finder": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"symfony/config": "~2.0",
|
||
"symfony/translation": "~2.0",
|
||
"symfony/yaml": "~2.0"
|
||
},
|
||
"suggest": {
|
||
"symfony/config": "If you want to use Config component to manage resources",
|
||
"symfony/translation": "If you want to use Symfony2 translations adapter",
|
||
"symfony/yaml": "If you want to parse features, represented in YAML files"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-develop": "2.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",
|
||
"DSL",
|
||
"Symfony2",
|
||
"parser"
|
||
],
|
||
"time": "2013-10-15 11:22:17"
|
||
},
|
||
{
|
||
"name": "behat/mink",
|
||
"version": "v1.5.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Mink.git",
|
||
"reference": "0769e6d9726c140a54dbf827a438c0f9912749fe"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Mink/zipball/0769e6d9726c140a54dbf827a438c0f9912749fe",
|
||
"reference": "0769e6d9726c140a54dbf827a438c0f9912749fe",
|
||
"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-develop": "1.5.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": "2013-04-13 23:39:27"
|
||
},
|
||
{
|
||
"name": "behat/mink-browserkit-driver",
|
||
"version": "v1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/MinkBrowserKitDriver.git",
|
||
"reference": "63960c8fcad4529faad1ff33e950217980baa64c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/MinkBrowserKitDriver/zipball/63960c8fcad4529faad1ff33e950217980baa64c",
|
||
"reference": "63960c8fcad4529faad1ff33e950217980baa64c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/mink": "~1.5.0",
|
||
"php": ">=5.3.1",
|
||
"symfony/browser-kit": "~2.0",
|
||
"symfony/dom-crawler": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"silex/silex": "@dev"
|
||
},
|
||
"type": "mink-driver",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.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": "2013-04-13 23:46:30"
|
||
},
|
||
{
|
||
"name": "behat/mink-extension",
|
||
"version": "v1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/MinkExtension.git",
|
||
"reference": "0b7223826341fad69b4600afe27722d2a2f9a306"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/0b7223826341fad69b4600afe27722d2a2f9a306",
|
||
"reference": "0b7223826341fad69b4600afe27722d2a2f9a306",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/behat": "~2.5.0",
|
||
"behat/mink": ">=1.4.3,<1.6-dev",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"behat/mink-goutte-driver": "~1.0"
|
||
},
|
||
"type": "behat-extension",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\MinkExtension": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
}
|
||
],
|
||
"description": "Mink extension for Behat",
|
||
"homepage": "http://mink.behat.org",
|
||
"keywords": [
|
||
"browser",
|
||
"gui",
|
||
"test",
|
||
"web"
|
||
],
|
||
"time": "2013-08-17 19:01:06"
|
||
},
|
||
{
|
||
"name": "behat/mink-goutte-driver",
|
||
"version": "v1.0.9",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/MinkGoutteDriver.git",
|
||
"reference": "fa1b073b48761464feb0b05e6825da44b20118d8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/MinkGoutteDriver/zipball/fa1b073b48761464feb0b05e6825da44b20118d8",
|
||
"reference": "fa1b073b48761464feb0b05e6825da44b20118d8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/mink-browserkit-driver": ">=1.0.5,<1.2.0",
|
||
"fabpot/goutte": "~1.0.1",
|
||
"php": ">=5.3.1"
|
||
},
|
||
"type": "mink-driver",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.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": "Goutte driver for Mink framework",
|
||
"homepage": "http://mink.behat.org/",
|
||
"keywords": [
|
||
"browser",
|
||
"goutte",
|
||
"headless",
|
||
"testing"
|
||
],
|
||
"time": "2013-07-03 18:43:54"
|
||
},
|
||
{
|
||
"name": "behat/mink-selenium2-driver",
|
||
"version": "v1.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/MinkSelenium2Driver.git",
|
||
"reference": "bcf1b537de37db6db0822d9e7bd97e600fd7a476"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/MinkSelenium2Driver/zipball/bcf1b537de37db6db0822d9e7bd97e600fd7a476",
|
||
"reference": "bcf1b537de37db6db0822d9e7bd97e600fd7a476",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/mink": "~1.5.0",
|
||
"instaclick/php-webdriver": "~1.0.12",
|
||
"php": ">=5.3.1"
|
||
},
|
||
"type": "mink-driver",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.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": "2013-06-02 19:09:45"
|
||
},
|
||
{
|
||
"name": "behat/symfony2-extension",
|
||
"version": "v1.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Behat/Symfony2Extension.git",
|
||
"reference": "7055fac5845717f1a0895c503cd97637335d8562"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/7055fac5845717f1a0895c503cd97637335d8562",
|
||
"reference": "7055fac5845717f1a0895c503cd97637335d8562",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"behat/behat": "~2.5.0",
|
||
"php": ">=5.3.2",
|
||
"symfony/framework-bundle": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"behat/mink-browserkit-driver": "~1.0",
|
||
"behat/mink-extension": "~1.0",
|
||
"phpunit/phpunit": "~3.7",
|
||
"symfony/symfony": "~2.1"
|
||
},
|
||
"type": "behat-extension",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Behat\\Symfony2Extension": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"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-02-03 22:28:56"
|
||
},
|
||
{
|
||
"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/"
|
||
}
|
||
],
|
||
"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": "fabpot/goutte",
|
||
"version": "v1.0.5",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/fabpot/Goutte.git",
|
||
"reference": "a30e84e28fbaf14909d2d007249c24cd0ecd425e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/fabpot/Goutte/zipball/a30e84e28fbaf14909d2d007249c24cd0ecd425e",
|
||
"reference": "a30e84e28fbaf14909d2d007249c24cd0ecd425e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-curl": "*",
|
||
"guzzle/http": "~3.1",
|
||
"php": ">=5.3.0",
|
||
"symfony/browser-kit": "~2.1",
|
||
"symfony/css-selector": "~2.1",
|
||
"symfony/dom-crawler": "~2.1",
|
||
"symfony/finder": "~2.1",
|
||
"symfony/process": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"guzzle/plugin-history": "~3.1",
|
||
"guzzle/plugin-mock": "~3.1"
|
||
},
|
||
"type": "application",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Goutte": "."
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com",
|
||
"homepage": "http://fabien.potencier.org",
|
||
"role": "Lead Developer"
|
||
}
|
||
],
|
||
"description": "A simple PHP Web Scraper",
|
||
"homepage": "https://github.com/fabpot/Goutte",
|
||
"keywords": [
|
||
"scraper"
|
||
],
|
||
"time": "2014-01-31 18:02:50"
|
||
},
|
||
{
|
||
"name": "fzaninotto/faker",
|
||
"version": "v1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/fzaninotto/Faker.git",
|
||
"reference": "4ad4bc4b5c8d3c0f3cf55d2fedc2f65b313ec62f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/4ad4bc4b5c8d3c0f3cf55d2fedc2f65b313ec62f",
|
||
"reference": "4ad4bc4b5c8d3c0f3cf55d2fedc2f65b313ec62f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2.x-dev"
|
||
}
|
||
},
|
||
"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": "2013-06-09 18:05:57"
|
||
},
|
||
{
|
||
"name": "instaclick/php-webdriver",
|
||
"version": "1.0.17",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/instaclick/php-webdriver.git",
|
||
"reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/47a6019553a7a5b42d35493276ffc2c9252c53d5",
|
||
"reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-curl": "*",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"bin": [
|
||
"bin/webunit"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.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": "2013-10-04 15:03:51"
|
||
},
|
||
{
|
||
"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.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/phpspec.git",
|
||
"reference": "1aade5766ddf4f28fdcf0a34d6ed642393d6c43d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/phpspec/zipball/1aade5766ddf4f28fdcf0a34d6ed642393d6c43d",
|
||
"reference": "1aade5766ddf4f28fdcf0a34d6ed642393d6c43d",
|
||
"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-03-19 14:23:43"
|
||
},
|
||
{
|
||
"name": "phpspec/prophecy",
|
||
"version": "1.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/prophecy.git",
|
||
"reference": "976a65af02a2a0e17ce6c949f7b43437205628bb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/976a65af02a2a0e17ce6c949f7b43437205628bb",
|
||
"reference": "976a65af02a2a0e17ce6c949f7b43437205628bb",
|
||
"shasum": ""
|
||
},
|
||
"require-dev": {
|
||
"phpspec/phpspec": "2.0.*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.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-01-24 11:03:43"
|
||
},
|
||
{
|
||
"name": "phpunit/php-code-coverage",
|
||
"version": "1.2.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||
"reference": "69e55e68481cf708a6db43aff0b504e31402fe27"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/69e55e68481cf708a6db43aff0b504e31402fe27",
|
||
"reference": "69e55e68481cf708a6db43aff0b504e31402fe27",
|
||
"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@stable"
|
||
},
|
||
"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-02-25 03:34:05"
|
||
},
|
||
{
|
||
"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.32",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||
"reference": "2752cbb9ea5bd84c2811b34b6953f76965ec7a2f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2752cbb9ea5bd84c2811b34b6953f76965ec7a2f",
|
||
"reference": "2752cbb9ea5bd84c2811b34b6953f76965ec7a2f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-dom": "*",
|
||
"ext-pcre": "*",
|
||
"ext-reflection": "*",
|
||
"ext-spl": "*",
|
||
"php": ">=5.3.3",
|
||
"phpunit/php-code-coverage": "~1.2.1",
|
||
"phpunit/php-file-iterator": ">=1.3.1",
|
||
"phpunit/php-text-template": ">=1.1.1",
|
||
"phpunit/php-timer": ">=1.0.4",
|
||
"phpunit/phpunit-mock-objects": "~1.2.0",
|
||
"symfony/yaml": "~2.0"
|
||
},
|
||
"require-dev": {
|
||
"pear-pear.php.net/pear": "1.9.4"
|
||
},
|
||
"suggest": {
|
||
"ext-json": "*",
|
||
"ext-simplexml": "*",
|
||
"ext-tokenizer": "*",
|
||
"phpunit/php-invoker": ">=1.1.0,<1.2.0"
|
||
},
|
||
"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-02-25 03:47:29"
|
||
},
|
||
{
|
||
"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,
|
||
"friendsofsymfony/user-bundle": 20,
|
||
"knplabs/knp-gaufrette-bundle": 20,
|
||
"knplabs/knp-snappy-bundle": 20,
|
||
"mathiasverraes/money": 20,
|
||
"pagerfanta/pagerfanta": 20,
|
||
"white-october/pagerfanta-bundle": 20
|
||
},
|
||
"platform": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"platform-dev": [
|
||
|
||
]
|
||
}
|