Sylius/composer.lock
2013-08-05 22:57:36 +02:00

5232 lines
182 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_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": "82868ec18e38532cd918e3f9a344e280",
"packages": [
{
"name": "athari/yalinqo",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Athari/YaLinqo.git",
"reference": "6b3247909e037f218cca624c561d8a47ceeed6d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Athari/YaLinqo/zipball/6b3247909e037f218cca624c561d8a47ceeed6d2",
"reference": "6b3247909e037f218cca624c561d8a47ceeed6d2",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"autoload": {
"files": [
"YaLinqo/Linq.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Simplified BSD"
],
"authors": [
{
"name": "Alexander Prokhorov"
}
],
"description": "YaLinqo, a LINQ-to-objects library for PHP",
"homepage": "https://github.com/Athari/YaLinqo",
"keywords": [
"linq",
"linqo",
"query",
"statistic"
],
"time": "2013-05-08 12:59:02"
},
{
"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": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "dc3438804c6303f1b5892f184a79aa8e3ce5d81d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/dc3438804c6303f1b5892f184a79aa8e3ce5d81d",
"reference": "dc3438804c6303f1b5892f184a79aa8e3ce5d81d",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"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-07-04 15:48:06"
},
{
"name": "doctrine/collections",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "3db3ab843ff76774bee4679d4cb3a10cffb0a935"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/3db3ab843ff76774bee4679d4cb3a10cffb0a935",
"reference": "3db3ab843ff76774bee4679d4cb3a10cffb0a935",
"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/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com",
"homepage": "http://www.instaclick.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Collections Abstraction library",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"array",
"collections",
"iterator"
],
"time": "2013-05-26 05:21:22"
},
{
"name": "doctrine/common",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
"reference": "6a39bb947b20d12a16820f2709509e41e28af005"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/6a39bb947b20d12a16820f2709509e41e28af005",
"reference": "6a39bb947b20d12a16820f2709509e41e28af005",
"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-07-02 11:26:20"
},
{
"name": "doctrine/data-fixtures",
"version": "dev-master",
"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/dbal",
"version": "2.3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "6a62fefefde6b2c0d8b3df70151d6a81fc028d28"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/6a62fefefde6b2c0d8b3df70151d6a81fc028d28",
"reference": "6a62fefefde6b2c0d8b3df70151d6a81fc028d28",
"shasum": ""
},
"require": {
"doctrine/common": ">=2.3.0,<2.5-dev",
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
"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/"
},
{
"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": "2013-05-21 05:53:02"
},
{
"name": "doctrine/doctrine-bundle",
"version": "dev-master",
"target-dir": "Doctrine/Bundle/DoctrineBundle",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "5a4d5724e14fc07bb955a6ab898313fab4b230ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/5a4d5724e14fc07bb955a6ab898313fab4b230ea",
"reference": "5a4d5724e14fc07bb955a6ab898313fab4b230ea",
"shasum": ""
},
"require": {
"doctrine/dbal": ">=2.2,<2.5-dev",
"jdorn/sql-formatter": "~1.1",
"php": ">=5.3.2",
"symfony/doctrine-bridge": "~2.2",
"symfony/framework-bundle": "~2.2"
},
"require-dev": {
"doctrine/orm": ">=2.2,<2.5-dev",
"symfony/validator": "~2.2",
"symfony/yaml": "~2.2"
},
"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.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Bundle\\DoctrineBundle": ""
}
},
"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": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
}
],
"description": "Symfony DoctrineBundle",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
"orm",
"persistence"
],
"time": "2013-06-16 18:40:01"
},
{
"name": "doctrine/doctrine-fixtures-bundle",
"version": "dev-master",
"target-dir": "Doctrine/Bundle/FixturesBundle",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
"reference": "8070624b47f7f171db4c9e4134436db7de51244c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8070624b47f7f171db4c9e4134436db7de51244c",
"reference": "8070624b47f7f171db4c9e4134436db7de51244c",
"shasum": ""
},
"require": {
"doctrine/data-fixtures": "*",
"doctrine/doctrine-bundle": "~1.0",
"php": ">=5.3.2",
"symfony/doctrine-bridge": ">=2.1.0,<2.4-dev"
},
"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-07-18 09:26:47"
},
{
"name": "doctrine/inflector",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c",
"reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"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 M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string"
],
"time": "2013-04-10 16:14:30"
},
{
"name": "doctrine/lexer",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94",
"reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christoph Dorn",
"email": "guilhermeblanco@gmail.com",
"homepage": "http://www.instaclick.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes M. 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-03-07 12:15:25"
},
{
"name": "doctrine/orm",
"version": "2.3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/doctrine/doctrine2.git",
"reference": "de59307b8e8d689d7ca146feb52c62653e9b2b00"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/de59307b8e8d689d7ca146feb52c62653e9b2b00",
"reference": "de59307b8e8d689d7ca146feb52c62653e9b2b00",
"shasum": ""
},
"require": {
"doctrine/dbal": "2.3.*",
"ext-pdo": "*",
"php": ">=5.3.2",
"symfony/console": "2.*"
},
"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.3.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/"
},
{
"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": "2013-06-30 08:43:27"
},
{
"name": "friendsofsymfony/rest",
"version": "dev-master",
"target-dir": "FOS/Rest",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSRest.git",
"reference": "0.8.0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSRest/zipball/0.8.0",
"reference": "0.8.0",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/http-foundation": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.8.x-dev"
}
},
"autoload": {
"psr-0": {
"FOS\\Rest": ""
}
},
"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/FOSRest/contributors"
}
],
"description": "This library provides various tools to develop RESTful API's",
"homepage": "http://friendsofsymfony.github.com",
"keywords": [
"rest"
],
"time": "2013-03-02 20:35:05"
},
{
"name": "friendsofsymfony/rest-bundle",
"version": "dev-master",
"target-dir": "FOS/RestBundle",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
"reference": "b5ba32718c036ba42a32354d854b8397c70773b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/b5ba32718c036ba42a32354d854b8397c70773b0",
"reference": "b5ba32718c036ba42a32354d854b8397c70773b0",
"shasum": ""
},
"require": {
"doctrine/inflector": "1.0.*",
"friendsofsymfony/rest": ">=0.7.0,<0.9.0-dev",
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1"
},
"conflict": {
"jms/serializer": "<0.12",
"jms/serializer-bundle": "<0.11"
},
"require-dev": {
"jms/serializer-bundle": "0.12.*",
"sensio/framework-extra-bundle": "~2.1",
"symfony/form": "~2.1",
"symfony/security": "~2.1",
"symfony/yaml": "~2.1"
},
"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, requires >=2.0,<2.3-dev"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.13.x-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": "2013-07-18 08:40:32"
},
{
"name": "friendsofsymfony/user-bundle",
"version": "dev-master",
"target-dir": "FOS/UserBundle",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
"reference": "6fc28e41805868c6c635de12266c40595c2e7ce8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/6fc28e41805868c6c635de12266c40595c2e7ce8",
"reference": "6fc28e41805868c6c635de12266c40595c2e7ce8",
"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": "2013-07-18 14:23:03"
},
{
"name": "fzaninotto/faker",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
"reference": "3613b1466d5e9518b83f87d828f93f962ff0f997"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/3613b1466d5e9518b83f87d828f93f962ff0f997",
"reference": "3613b1466d5e9518b83f87d828f93f962ff0f997",
"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-07-15 16:26:12"
},
{
"name": "gedmo/doctrine-extensions",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/l3pp4rd/DoctrineExtensions.git",
"reference": "3cd559bee99b9265868d2350b4649226ddf49525"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/3cd559bee99b9265868d2350b4649226ddf49525",
"reference": "3cd559bee99b9265868d2350b4649226ddf49525",
"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": "2013-07-19 19:49:05"
},
{
"name": "guzzle/common",
"version": "dev-master",
"target-dir": "Guzzle/Common",
"source": {
"type": "git",
"url": "https://github.com/guzzle/common.git",
"reference": "v3.7.1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/common/zipball/v3.7.1",
"reference": "v3.7.1",
"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": "2013-07-05 20:17:54"
},
{
"name": "guzzle/http",
"version": "dev-master",
"target-dir": "Guzzle/Http",
"source": {
"type": "git",
"url": "https://github.com/guzzle/http.git",
"reference": "v3.7.1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/http/zipball/v3.7.1",
"reference": "v3.7.1",
"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": "2013-07-02 19:53:26"
},
{
"name": "guzzle/parser",
"version": "dev-master",
"target-dir": "Guzzle/Parser",
"source": {
"type": "git",
"url": "https://github.com/guzzle/parser.git",
"reference": "v3.7.1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/parser/zipball/v3.7.1",
"reference": "v3.7.1",
"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-06-11 00:24:07"
},
{
"name": "guzzle/stream",
"version": "dev-master",
"target-dir": "Guzzle/Stream",
"source": {
"type": "git",
"url": "https://github.com/guzzle/stream.git",
"reference": "v3.7.1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/stream/zipball/v3.7.1",
"reference": "v3.7.1",
"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": "2013-06-27 00:50:43"
},
{
"name": "imagine/Imagine",
"version": "v0.4.1",
"source": {
"type": "git",
"url": "https://github.com/avalanche123/Imagine",
"reference": "v0.4.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/avalanche123/Imagine/archive/v0.4.1.zip",
"reference": "v0.4.1",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"sami/sami": "dev-master"
},
"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": "2012-12-13 18:31:18"
},
{
"name": "incenteev/composer-parameter-handler",
"version": "dev-master",
"target-dir": "Incenteev/ParameterHandler",
"source": {
"type": "git",
"url": "https://github.com/Incenteev/ParameterHandler.git",
"reference": "ba63d234e041632e340d30dbda46408f1f5b337e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/ba63d234e041632e340d30dbda46408f1f5b337e",
"reference": "ba63d234e041632e340d30dbda46408f1f5b337e",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/yaml": "~2.0"
},
"require-dev": {
"composer/composer": "*"
},
"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-07-20 11:36:20"
},
{
"name": "jdorn/sql-formatter",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/jdorn/sql-formatter.git",
"reference": "bccca26bfe75b30aba71c2f734e9f9dd854a85f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/bccca26bfe75b30aba71c2f734e9f9dd854a85f6",
"reference": "bccca26bfe75b30aba71c2f734e9f9dd854a85f6",
"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": "2013-07-11 13:51:14"
},
{
"name": "jms/aop-bundle",
"version": "dev-master",
"target-dir": "JMS/AopBundle",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/JMSAopBundle.git",
"reference": "7018357f5bedf204979a88867a9da05973744422"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/7018357f5bedf204979a88867a9da05973744422",
"reference": "7018357f5bedf204979a88867a9da05973744422",
"shasum": ""
},
"require": {
"jms/cg": "1.*",
"symfony/framework-bundle": "2.*"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-0": {
"JMS\\AopBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Adds AOP capabilities to Symfony2",
"keywords": [
"annotations",
"aop"
],
"time": "2013-01-09 08:03:40"
},
{
"name": "jms/cg",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/cg-library.git",
"reference": "75a519d83a33f6b893a25aef835a1e5fc166a6d7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/75a519d83a33f6b893a25aef835a1e5fc166a6d7",
"reference": "75a519d83a33f6b893a25aef835a1e5fc166a6d7",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-0": {
"CG\\": "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": "Toolset for generating PHP code",
"keywords": [
"code generation"
],
"time": "2013-03-23 08:03:00"
},
{
"name": "jms/di-extra-bundle",
"version": "dev-master",
"target-dir": "JMS/DiExtraBundle",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
"reference": "609c33115438873ab5ae10aeee8e22ec43c76be5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/609c33115438873ab5ae10aeee8e22ec43c76be5",
"reference": "609c33115438873ab5ae10aeee8e22ec43c76be5",
"shasum": ""
},
"require": {
"jms/aop-bundle": ">=1.0.0,<1.2-dev",
"jms/metadata": "1.*",
"symfony/finder": "~2.1",
"symfony/framework-bundle": "~2.1",
"symfony/process": "~2.1"
},
"require-dev": {
"doctrine/doctrine-bundle": "*",
"doctrine/orm": "*",
"jms/security-extra-bundle": "1.*",
"phpcollection/phpcollection": ">=0.1,<0.3-dev",
"sensio/framework-extra-bundle": "*",
"symfony/browser-kit": "*",
"symfony/class-loader": "*",
"symfony/form": "*",
"symfony/security-bundle": "*",
"symfony/twig-bundle": "*",
"symfony/validator": "*",
"symfony/yaml": "*"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-0": {
"JMS\\DiExtraBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Allows to configure dependency injection using annotations",
"homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
"keywords": [
"annotations",
"dependency injection"
],
"time": "2013-06-15 07:08:09"
},
{
"name": "jms/metadata",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/metadata.git",
"reference": "0979c7d9eb7f0031a3c5ffed1d6e1fa4eb846e4e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/0979c7d9eb7f0031a3c5ffed1d6e1fa4eb846e4e",
"reference": "0979c7d9eb7f0031a3c5ffed1d6e1fa4eb846e4e",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"doctrine/common": ">=2.0,<2.4-dev"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.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": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Class/method/property metadata management in PHP",
"keywords": [
"annotations",
"metadata",
"xml",
"yaml"
],
"time": "2013-03-28 16:32:37"
},
{
"name": "jms/parser-lib",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/parser-lib.git",
"reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/4d469a70c6dd03f921cbdeadafbcb261bb23e8b0",
"reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0",
"shasum": ""
},
"require": {
"phpoption/phpoption": ">=0.9,<2.0-dev"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-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-30 08:11:04"
},
{
"name": "jms/serializer",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/serializer.git",
"reference": "1e6208ee703bb5785d09810d469d4af39207803b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/1e6208ee703bb5785d09810d469d4af39207803b",
"reference": "1e6208ee703bb5785d09810d469d4af39207803b",
"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",
"symfony/filesystem": "2.*",
"symfony/form": ">=2.1,<2.2-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.13-dev"
}
},
"autoload": {
"psr-0": {
"JMS\\Serializer": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "http://jmsyst.com",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
"homepage": "http://jmsyst.com/libs/serializer",
"keywords": [
"deserialization",
"jaxb",
"json",
"serialization",
"xml"
],
"time": "2013-07-16 12:53:55"
},
{
"name": "jms/serializer-bundle",
"version": "dev-master",
"target-dir": "JMS/SerializerBundle",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
"reference": "66d2fe197bacb82f7b476099144f03596719b24d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/66d2fe197bacb82f7b476099144f03596719b24d",
"reference": "66d2fe197bacb82f7b476099144f03596719b24d",
"shasum": ""
},
"require": {
"jms/di-extra-bundle": "~1.3",
"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": "*"
},
"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 M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Allows you to easily serialize, and deserialize data of any complexity",
"homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
"keywords": [
"deserialization",
"jaxb",
"json",
"serialization",
"xml"
],
"time": "2013-06-10 06:27:25"
},
{
"name": "jms/translation-bundle",
"version": "dev-master",
"target-dir": "JMS/TranslationBundle",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
"reference": "ac61ae1cb2e29bad2b05198ae231390256fa105d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/ac61ae1cb2e29bad2b05198ae231390256fa105d",
"reference": "ac61ae1cb2e29bad2b05198ae231390256fa105d",
"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-07-19 14:48:56"
},
{
"name": "knplabs/gaufrette",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/Gaufrette.git",
"reference": "cde6149b2cf021b728eb33e7d8f819e6fb3cb508"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/cde6149b2cf021b728eb33e7d8f819e6fb3cb508",
"reference": "cde6149b2cf021b728eb33e7d8f819e6fb3cb508",
"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": "*",
"phpseclib/phpseclib": "dev-master",
"phpspec/phpspec": "2.0.*",
"phpunit/phpunit": "3.7.*",
"rackspace/php-cloudfiles": "*",
"rackspace/php-opencloud": "dev-master"
},
"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-fileinfo": "*",
"ext-mbstring": "*",
"ext-mongo": "*",
"ext-zip": "to use the Zip adapter",
"knplabs/knp-gaufrette-bundle": "to use with Symfony2",
"phpseclib/phpseclib": "to use the SFTP",
"rackspace/php-opencloud": "to use Opencloud adapter"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Gaufrette": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "The contributors",
"homepage": "http://github.com/knplabs/Gaufrette/contributors"
},
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com"
}
],
"description": "PHP5 library that provides a filesystem abstraction layer",
"homepage": "http://knplabs.com",
"keywords": [
"abstraction",
"file",
"filesystem",
"media"
],
"time": "2013-07-01 17:35:01"
},
{
"name": "knplabs/knp-gaufrette-bundle",
"version": "dev-master",
"target-dir": "Knp/Bundle/GaufretteBundle",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
"reference": "6c615bde72ab40e90bc271cffc2a33fe38ba30bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/6c615bde72ab40e90bc271cffc2a33fe38ba30bb",
"reference": "6c615bde72ab40e90bc271cffc2a33fe38ba30bb",
"shasum": ""
},
"require": {
"knplabs/gaufrette": "0.2.*@dev",
"symfony/framework-bundle": "2.*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"symfony/console": "2.*",
"symfony/yaml": "2.*"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Knp\\Bundle\\GaufretteBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Antoine Hérault",
"email": "antoine.herault@gmail.com",
"homepage": "https://github.com/Herzult"
},
{
"name": "The contributors",
"homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
}
],
"description": "Allows to easily use the Gaufrette library in a Symfony project",
"homepage": "http://knplabs.com",
"keywords": [
"abstraction",
"file",
"filesystem",
"media"
],
"time": "2013-06-17 07:53:15"
},
{
"name": "knplabs/knp-menu",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpMenu.git",
"reference": "7baf621fb77867e49daca7dd72b443ea232cb5e1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/7baf621fb77867e49daca7dd72b443ea232cb5e1",
"reference": "7baf621fb77867e49daca7dd72b443ea232cb5e1",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"pimple/pimple": "1.0.*",
"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": "2.0.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": "2013-06-24 00:02:29"
},
{
"name": "knplabs/knp-menu-bundle",
"version": "dev-master",
"target-dir": "Knp/Bundle/MenuBundle",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpMenuBundle.git",
"reference": "1b07578738d3425c09cfbd153276382388994f46"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/1b07578738d3425c09cfbd153276382388994f46",
"reference": "1b07578738d3425c09cfbd153276382388994f46",
"shasum": ""
},
"require": {
"knplabs/knp-menu": "~2.0, >=2.0.0-beta1",
"symfony/framework-bundle": "~2.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"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-07-08 09:55:38"
},
{
"name": "knplabs/knp-snappy",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/snappy.git",
"reference": "2e6d2fb18ecbf20449da4dacda9611cda5851106"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/snappy/zipball/2e6d2fb18ecbf20449da4dacda9611cda5851106",
"reference": "2e6d2fb18ecbf20449da4dacda9611cda5851106",
"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-07-10 09:06:39"
},
{
"name": "knplabs/knp-snappy-bundle",
"version": "dev-master",
"target-dir": "Knp/Bundle/SnappyBundle",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
"reference": "d0ea8e4adbc6389a0eb99e2c03db97cfad73742e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/d0ea8e4adbc6389a0eb99e2c03db97cfad73742e",
"reference": "d0ea8e4adbc6389a0eb99e2c03db97cfad73742e",
"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": "2013-07-18 15:02:44"
},
{
"name": "kriswallsmith/assetic",
"version": "1.1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/kriswallsmith/assetic.git",
"reference": "v1.1.2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/v1.1.2",
"reference": "v1.1.2",
"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": "liip/doctrine-cache-bundle",
"version": "dev-master",
"target-dir": "Liip/DoctrineCacheBundle",
"source": {
"type": "git",
"url": "https://github.com/liip/LiipDoctrineCacheBundle.git",
"reference": "c46dafe64c535550153c1577d3731f410b5febca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/liip/LiipDoctrineCacheBundle/zipball/c46dafe64c535550153c1577d3731f410b5febca",
"reference": "c46dafe64c535550153c1577d3731f410b5febca",
"shasum": ""
},
"require": {
"doctrine/common": ">=2.2",
"php": ">=5.3.0",
"symfony/symfony": ">=2.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Liip\\DoctrineCacheBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Liip AG",
"homepage": "http://www.liip.ch/"
}
],
"description": "This Bundle provides integration into Symfony2 with the Doctrine Common Cache layer.",
"keywords": [
"Symfony2",
"cache"
],
"time": "2013-05-31 17:52:22"
},
{
"name": "liip/imagine-bundle",
"version": "v0.9.4",
"target-dir": "Liip/ImagineBundle",
"source": {
"type": "git",
"url": "https://github.com/liip/LiipImagineBundle.git",
"reference": "v0.9.4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/v0.9.4",
"reference": "v0.9.4",
"shasum": ""
},
"require": {
"imagine/imagine": "0.4.*",
"php": ">=5.3.2",
"symfony/filesystem": ">=2.0.16.0,>=2.0,<3.0",
"symfony/finder": ">=2.0.16.0,>=2.0,<3.0",
"symfony/framework-bundle": ">=2.0.16.0,>=2.0,<3.0"
},
"require-dev": {
"symfony/yaml": ">=2.0.16.0,>=2.0,<3.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": "2013-05-14 20:16:40"
},
{
"name": "mathiasverraes/money",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/mathiasverraes/money.git",
"reference": "3049e64d71256d6617391e93ce35cf74d6f04da7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mathiasverraes/money/zipball/3049e64d71256d6617391e93ce35cf74d6f04da7",
"reference": "3049e64d71256d6617391e93ce35cf74d6f04da7",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"suggest": {
"pink-tie/money-bundle": "For Symfony integration."
},
"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",
"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": "2013-04-12 23:46:03"
},
{
"name": "monolog/monolog",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "050bb52fd803e4184f43629cc61df1057cea74c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/050bb52fd803e4184f43629cc61df1057cea74c4",
"reference": "050bb52fd803e4184f43629cc61df1057cea74c4",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"require-dev": {
"doctrine/couchdb": "dev-master",
"mlehner/gelf-php": "1.0.*",
"raven/raven": "0.5.*"
},
"suggest": {
"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"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.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-07-17 16:11:27"
},
{
"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": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/adrianmacneil/omnipay.git",
"reference": "6f1e6207936bd1ac456afb6f52a61a35c11a2c00"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/adrianmacneil/omnipay/zipball/6f1e6207936bd1ac456afb6f52a61a35c11a2c00",
"reference": "6f1e6207936bd1ac456afb6f52a61a35c11a2c00",
"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",
"autoload": {
"psr-0": {
"Omnipay": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Adrian Macneil",
"email": "adrian@adrianmacneil.com"
}
],
"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",
"netaxept",
"netbanx",
"pay",
"payfast",
"payflow",
"payment",
"paymentexpress",
"paypal",
"pin",
"purchase",
"rapid",
"sagepay",
"securepay",
"stripe",
"tala",
"tala-payments",
"twocheckout",
"worldpay"
],
"time": "2013-07-15 10:03:37"
},
{
"name": "pagerfanta/pagerfanta",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/whiteoctober/Pagerfanta.git",
"reference": "1a3cb8addb92df6396e59a2c44c3b7f216b4218a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/1a3cb8addb92df6396e59a2c44c3b7f216b4218a",
"reference": "1a3cb8addb92df6396e59a2c44c3b7f216b4218a",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"doctrine/mongodb-odm": "*",
"doctrine/orm": "2.*",
"mandango/mandango": "*",
"propel/propel1": "~1.6",
"solarium/solarium": "dev-develop"
},
"suggest": {
"doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
"doctrine/orm": "To use the DoctrineORMAdapter.",
"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": "2013-06-13 22:25:28"
},
{
"name": "phpcollection/phpcollection",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-collection.git",
"reference": "0.3.0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/0.3.0",
"reference": "0.3.0",
"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-07-16 08:26:26"
},
{
"name": "phpoption/phpoption",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
"reference": "1c7e8016289d17d83ced49c56d0f266fd0568941"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/1c7e8016289d17d83ced49c56d0f266fd0568941",
"reference": "1c7e8016289d17d83ced49c56d0f266fd0568941",
"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": "2013-05-19 11:09:35"
},
{
"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": "dev-master",
"target-dir": "Sensio/Bundle/DistributionBundle",
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
"reference": "v2.3.2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/v2.3.2",
"reference": "v2.3.2",
"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-07-17 06:24:17"
},
{
"name": "stof/doctrine-extensions-bundle",
"version": "dev-master",
"target-dir": "Stof/DoctrineExtensionsBundle",
"source": {
"type": "git",
"url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
"reference": "6577f2388abeac4896aa0aef37fc1b6f2c6923e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/6577f2388abeac4896aa0aef37fc1b6f2c6923e9",
"reference": "6577f2388abeac4896aa0aef37fc1b6f2c6923e9",
"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-25 08:05:01"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v5.0.1",
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "v5.0.1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/v5.0.1",
"reference": "v5.0.1",
"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"
},
{
"name": "Chris Corbyn"
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "http://swiftmailer.org",
"keywords": [
"mail",
"mailer"
],
"time": "2013-06-17 13:32:32"
},
{
"name": "sylius/addressing-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/AddressingBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusAddressingBundle.git",
"reference": "c412878457960fb204f86f6d74d870fc33f90a26"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusAddressingBundle/zipball/c412878457960fb204f86f6d74d870fc33f90a26",
"reference": "c412878457960fb204f86f6d74d870fc33f90a26",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"stof/doctrine-extensions-bundle": "1.1.*",
"sylius/resource-bundle": "0.3.*",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"doctrine/orm": "~2.2",
"phpspec/phpspec": "2.0.*@dev",
"symfony/form": "~2.3",
"symfony/validator": "~2.3"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\AddressingBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusAddressingBundle/contributors"
}
],
"description": "Addressing and zone management for Symfony2 applications.",
"homepage": "http://sylius.org",
"keywords": [
"address",
"addressing",
"ecommerce",
"shop",
"zones"
],
"time": "2013-07-20 14:42:53"
},
{
"name": "sylius/cart-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/CartBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusCartBundle.git",
"reference": "591abae39681b33da137137214cd72a654bd95fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusCartBundle/zipball/591abae39681b33da137137214cd72a654bd95fc",
"reference": "591abae39681b33da137137214cd72a654bd95fc",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sylius/resource-bundle": "0.3.*",
"sylius/sales-bundle": "0.2.*",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
"symfony/form": "~2.3",
"symfony/validator": "~2.3",
"twig/twig": "~1.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.5.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\CartBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusCartBundle/contributors"
}
],
"description": "Cart engine for your next Symfony2 application.",
"homepage": "http://sylius.org",
"keywords": [
"cart",
"carts",
"ecommerce",
"shop",
"sylius"
],
"time": "2013-07-19 14:29:04"
},
{
"name": "sylius/flow-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/FlowBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusFlowBundle.git",
"reference": "68c6dba027a269c9b5e17c385b2e23729983c714"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusFlowBundle/zipball/68c6dba027a269c9b5e17c385b2e23729983c714",
"reference": "68c6dba027a269c9b5e17c385b2e23729983c714",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1"
},
"require-dev": {
"symfony/yaml": ">=2.1,<3.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\FlowBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusFlowBundle/contributors"
}
],
"description": "Multiple action setups for Symfony2, build your checkouts/installers or whatever needs more than one step to complete.",
"homepage": "http://sylius.org",
"keywords": [
"checkout",
"flow",
"installation",
"steps"
],
"time": "2013-04-03 18:33:42"
},
{
"name": "sylius/installer-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/InstallerBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusInstallerBundle.git",
"reference": "36628faad6d6dd9aa6024b48c462d5acdab74cc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusInstallerBundle/zipball/36628faad6d6dd9aa6024b48c462d5acdab74cc4",
"reference": "36628faad6d6dd9aa6024b48c462d5acdab74cc4",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sylius/flow-bundle": "0.1.*",
"sylius/resource-bundle": "~0.1",
"symfony/framework-bundle": "~2.2"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"symfony/form": "~2.2",
"symfony/validator": "~2.2"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\InstallerBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusInstallerBundle/contributors"
}
],
"description": "Web and command line installer for Sylius.",
"homepage": "http://sylius.com",
"keywords": [
"ecommerce",
"install",
"installer",
"shop"
],
"time": "2013-06-14 17:27:06"
},
{
"name": "sylius/inventory-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/InventoryBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusInventoryBundle.git",
"reference": "85ca7c941d4b39ffc19f41c54df64a8fc4ce05a6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusInventoryBundle/zipball/85ca7c941d4b39ffc19f41c54df64a8fc4ce05a6",
"reference": "85ca7c941d4b39ffc19f41c54df64a8fc4ce05a6",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"stof/doctrine-extensions-bundle": "1.1.*",
"sylius/resource-bundle": "0.3.*",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
"symfony/form": "~2.3",
"twig/twig": "~1.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\InventoryBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusInventoryBundle/contributors"
}
],
"description": "Flexible inventory management for Symfony2 applications.",
"homepage": "http://sylius.org",
"keywords": [
"ecommerce",
"inventory",
"shop",
"stock",
"sylius"
],
"time": "2013-07-20 15:08:33"
},
{
"name": "sylius/money-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/MoneyBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusMoneyBundle.git",
"reference": "cb1d0ccba8b4657d1c5b3bd7352e1b36fd7bd071"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusMoneyBundle/zipball/cb1d0ccba8b4657d1c5b3bd7352e1b36fd7bd071",
"reference": "cb1d0ccba8b4657d1c5b3bd7352e1b36fd7bd071",
"shasum": ""
},
"require": {
"mathiasverraes/money": "dev-master",
"php": ">=5.3.3",
"sylius/resource-bundle": "0.3.*",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
"symfony/form": "~2.3",
"twig/twig": "~1.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\MoneyBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusMoneyBundle/contributors"
}
],
"description": "Currencies and money formatting engine bundle for Symfony2.",
"homepage": "http://sylius.org",
"keywords": [
"cash",
"currencies",
"currency",
"money"
],
"time": "2013-07-20 15:13:09"
},
{
"name": "sylius/omnipay-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/OmnipayBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusOmnipayBundle.git",
"reference": "ec33d6b7c5edf59540633c17968b53046d264c22"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusOmnipayBundle/zipball/ec33d6b7c5edf59540633c17968b53046d264c22",
"reference": "ec33d6b7c5edf59540633c17968b53046d264c22",
"shasum": ""
},
"require": {
"omnipay/omnipay": "dev-master",
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.1"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"symfony/form": ">=2.1,<3.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.9.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\OmnipayBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusOmnipayBundle/contributors"
}
],
"description": "Symfony2 integration with Omnipay - multi-gateway, payment processing library.",
"homepage": "http://sylius.org",
"keywords": [
"authorize.net",
"dps",
"ecommerce",
"gateway",
"merchant",
"omnipay",
"payment",
"paymentexpress",
"paypal",
"shop",
"sylius"
],
"time": "2013-05-16 16:03:43"
},
{
"name": "sylius/payments-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/PaymentsBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusPaymentsBundle.git",
"reference": "af0e6991cad001381a1fab3306aa994347b01f8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusPaymentsBundle/zipball/af0e6991cad001381a1fab3306aa994347b01f8a",
"reference": "af0e6991cad001381a1fab3306aa994347b01f8a",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"stof/doctrine-extensions-bundle": "1.1.*",
"sylius/resource-bundle": "0.3.*",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"doctrine/orm": "~2.2",
"phpspec/phpspec": "2.0.*@dev",
"symfony/form": "~2.3"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\PaymentsBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusPaymentsBundle/contributors"
}
],
"description": "Flexible payments system for Symfony2 ecommerce applications.",
"homepage": "http://sylius.com",
"keywords": [
"ecommerce",
"payment",
"payments",
"shop",
"webshop"
],
"time": "2013-07-20 15:09:16"
},
{
"name": "sylius/product-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/ProductBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusProductBundle.git",
"reference": "164eb6f997257dfe57eef015dd66928f60f076e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusProductBundle/zipball/164eb6f997257dfe57eef015dd66928f60f076e2",
"reference": "164eb6f997257dfe57eef015dd66928f60f076e2",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"stof/doctrine-extensions-bundle": "1.1.*",
"sylius/resource-bundle": "0.3.*",
"symfony/framework-bundle": "2.3.*"
},
"require-dev": {
"doctrine/doctrine-bundle": "1.2.*",
"phpspec/phpspec": "2.0.*",
"symfony/form": "2.3.*",
"symfony/validator": "2.3.*"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\ProductBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusProductBundle/contributors"
}
],
"description": "Product catalog for your Symfony2 applications.",
"homepage": "http://sylius.com",
"keywords": [
"assortment",
"ecommerce",
"product",
"products",
"shop"
],
"time": "2013-07-20 15:18:58"
},
{
"name": "sylius/promotions-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/PromotionsBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusPromotionsBundle.git",
"reference": "b4ed15c2aa929116348fea243fb757c993bbc57c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusPromotionsBundle/zipball/b4ed15c2aa929116348fea243fb757c993bbc57c",
"reference": "b4ed15c2aa929116348fea243fb757c993bbc57c",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"stof/doctrine-extensions-bundle": "1.1.*",
"sylius/resource-bundle": "0.3.*",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"doctrine/orm": "~2.2",
"phpspec/phpspec": "2.0.*@dev",
"symfony/form": "~2.3",
"symfony/validator": "~2.3"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\PromotionsBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusPromotionsBundle/contributors"
}
],
"description": "Manage ecommerce promotions system in your Symfony2 application.",
"homepage": "http://sylius.com",
"keywords": [
"coupons",
"discounts",
"ecommerce",
"promotions",
"shop",
"sylius"
],
"time": "2013-07-20 15:06:39"
},
{
"name": "sylius/resource-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/ResourceBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusResourceBundle.git",
"reference": "68e40218a41002e6f19bc860dcef653b7f8a7b33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusResourceBundle/zipball/68e40218a41002e6f19bc860dcef653b7f8a7b33",
"reference": "68e40218a41002e6f19bc860dcef653b7f8a7b33",
"shasum": ""
},
"require": {
"friendsofsymfony/rest-bundle": "0.13.*",
"jms/serializer-bundle": "0.12.*",
"php": ">=5.3.3",
"symfony/framework-bundle": ">=2.1,<3.0",
"white-october/pagerfanta-bundle": "1.0.*"
},
"require-dev": {
"doctrine/mongodb-odm": "1.0.*@dev",
"doctrine/orm": "~2.3",
"phpspec/phpspec": "2.0.*",
"twig/twig": "~1.11"
},
"suggest": {
"doctrine/mongodb-odm": "1.0.*@dev",
"doctrine/orm": "~2.3",
"fsc/hateoas-bundle": "0.3.x-dev"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\ResourceBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusResourceBundle/contributors"
}
],
"description": "Resource component for Sylius.",
"homepage": "http://sylius.com",
"keywords": [
"persistence",
"resource",
"storage",
"sylius"
],
"time": "2013-07-20 14:42:14"
},
{
"name": "sylius/sales-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/SalesBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusSalesBundle.git",
"reference": "9cefc9a76452a8d82676858d7db90fee7b162015"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusSalesBundle/zipball/9cefc9a76452a8d82676858d7db90fee7b162015",
"reference": "9cefc9a76452a8d82676858d7db90fee7b162015",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"stof/doctrine-extensions-bundle": "1.1.*",
"sylius/resource-bundle": "0.3.*",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"doctrine/orm": "~2.2",
"phpspec/phpspec": "2.0.*@dev",
"symfony/form": "~2.3",
"symfony/validator": "~2.3"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\SalesBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusSalesBundle/contributors"
}
],
"description": "Sales order management for Symfony2 applications.",
"homepage": "http://sylius.org",
"keywords": [
"ecommerce",
"order",
"orders",
"sales",
"shop",
"sylius"
],
"time": "2013-07-20 15:19:17"
},
{
"name": "sylius/settings-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/SettingsBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusSettingsBundle.git",
"reference": "1b42b7ff8e33146335f5e608bc17b834e18e840d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusSettingsBundle/zipball/1b42b7ff8e33146335f5e608bc17b834e18e840d",
"reference": "1b42b7ff8e33146335f5e608bc17b834e18e840d",
"shasum": ""
},
"require": {
"liip/doctrine-cache-bundle": "*",
"php": ">=5.3.3",
"stof/doctrine-extensions-bundle": "1.1.*",
"sylius/resource-bundle": "0.3.*",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
"symfony/form": "~2.3",
"symfony/validator": "~2.3"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\SettingsBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusSettingsBundle/contributors"
}
],
"description": "Settings system for Symfony2 applications, editable via web user interface.",
"homepage": "http://sylius.org",
"keywords": [
"Settings",
"config",
"configuration",
"ecommerce",
"shop",
"webshop"
],
"time": "2013-07-20 15:05:53"
},
{
"name": "sylius/shipping-bundle",
"version": "dev-refactoring",
"target-dir": "Sylius/Bundle/ShippingBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusShippingBundle.git",
"reference": "0afc242617d740e79e84dd2ec434242538647e1c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusShippingBundle/zipball/0afc242617d740e79e84dd2ec434242538647e1c",
"reference": "0afc242617d740e79e84dd2ec434242538647e1c",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"stof/doctrine-extensions-bundle": "1.1.*",
"sylius/money-bundle": "0.2.*",
"sylius/resource-bundle": "0.3.*",
"symfony/framework-bundle": "2.3.*"
},
"require-dev": {
"phpspec/phpspec2": "2.0.*@dev",
"symfony/form": "~2.3",
"symfony/validator": "~2.3"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\ShippingBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusShippingBundle/contributors"
}
],
"description": "Flexible shipping system for Symfony2 ecommerce applications.",
"homepage": "http://sylius.org",
"keywords": [
"delivery",
"ecommerce",
"shipments",
"shipping",
"shop",
"sylius",
"webshop"
],
"time": "2013-07-20 15:09:56"
},
{
"name": "sylius/taxation-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/TaxationBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusTaxationBundle.git",
"reference": "54492b62e853ff7f69493a19e16d261e3d3d6615"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusTaxationBundle/zipball/54492b62e853ff7f69493a19e16d261e3d3d6615",
"reference": "54492b62e853ff7f69493a19e16d261e3d3d6615",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"stof/doctrine-extensions-bundle": "1.1.*",
"sylius/resource-bundle": "0.3.*",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"doctrine/orm": "~2.2",
"phpspec/phpspec": "2.0.*@dev",
"symfony/form": "~2.3"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\TaxationBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusTaxationBundle/contributors"
}
],
"description": "Flexible taxation system for Symfony2 ecommerce applications.",
"homepage": "http://sylius.org",
"keywords": [
"ecommerce",
"shop",
"tax",
"taxation",
"taxes",
"webshop"
],
"time": "2013-07-20 15:23:52"
},
{
"name": "sylius/taxonomies-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/TaxonomiesBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusTaxonomiesBundle.git",
"reference": "1ab6b37d2da6404f396b75151932da3c3d5d9720"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusTaxonomiesBundle/zipball/1ab6b37d2da6404f396b75151932da3c3d5d9720",
"reference": "1ab6b37d2da6404f396b75151932da3c3d5d9720",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"stof/doctrine-extensions-bundle": "1.1.*",
"sylius/resource-bundle": "0.3.*",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"doctrine/orm": "~2.2",
"phpspec/phpspec": "2.0.*@dev",
"symfony/form": "~2.3",
"symfony/validator": "~2.3"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\TaxonomiesBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusTaxonomiesBundle/contributors"
}
],
"description": "Flexible categorization system for Symfony2.",
"homepage": "http://sylius.org",
"keywords": [
"categorization",
"category",
"ecommerce",
"shop",
"sylius",
"taxonomies",
"taxonomy"
],
"time": "2013-07-20 15:07:10"
},
{
"name": "sylius/variable-product-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/VariableProductBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusVariableProductBundle.git",
"reference": "319d0f221d47004a083bb945e0d9812854211be6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusVariableProductBundle/zipball/319d0f221d47004a083bb945e0d9812854211be6",
"reference": "319d0f221d47004a083bb945e0d9812854211be6",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"stof/doctrine-extensions-bundle": "1.1.*",
"sylius/product-bundle": "~0.1",
"sylius/resource-bundle": "0.3.*",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"doctrine/orm": "~2.2",
"phpspec/phpspec": "2.0.*@dev",
"symfony/form": "~2.3",
"symfony/validator": "~2.3"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\VariableProductBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusVariableProductBundle/contributors"
}
],
"description": "Product catalog system with support for product options and variants.",
"homepage": "http://sylius.com",
"keywords": [
"assortment",
"ecommerce",
"options",
"product",
"products",
"shop",
"variants"
],
"time": "2013-07-20 15:12:25"
},
{
"name": "symfony/assetic-bundle",
"version": "2.3.x-dev",
"target-dir": "Symfony/Bundle/AsseticBundle",
"source": {
"type": "git",
"url": "https://github.com/symfony/AsseticBundle.git",
"reference": "65bd076341ac54ebfcd845d8471044fc4afa73d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/65bd076341ac54ebfcd845d8471044fc4afa73d2",
"reference": "65bd076341ac54ebfcd845d8471044fc4afa73d2",
"shasum": ""
},
"require": {
"kriswallsmith/assetic": "1.1.x",
"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.3-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-06-04 14:18:43"
},
{
"name": "symfony/icu",
"version": "1.2.x-dev",
"target-dir": "Symfony/Component/Icu",
"source": {
"type": "git",
"url": "https://github.com/symfony/Icu.git",
"reference": "v1.2.0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Icu/zipball/v1.2.0",
"reference": "v1.2.0",
"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": "2.3.x-dev",
"target-dir": "Symfony/Bundle/MonologBundle",
"source": {
"type": "git",
"url": "https://github.com/symfony/MonologBundle.git",
"reference": "v2.3.0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/MonologBundle/zipball/v2.3.0",
"reference": "v2.3.0",
"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.2",
"target-dir": "Symfony/Bundle/SwiftmailerBundle",
"source": {
"type": "git",
"url": "https://github.com/symfony/SwiftmailerBundle.git",
"reference": "v2.3.2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/v2.3.2",
"reference": "v2.3.2",
"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"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony SwiftmailerBundle",
"homepage": "http://symfony.com",
"time": "2013-05-15 08:38:58"
},
{
"name": "symfony/symfony",
"version": "2.3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/symfony.git",
"reference": "183796312d3ac9a4778e6174b9ccd43e8ac1dc13"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/symfony/zipball/183796312d3ac9a4778e6174b9ccd43e8ac1dc13",
"reference": "183796312d3ac9a4778e6174b9ccd43e8ac1dc13",
"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/filesystem": "self.version",
"symfony/finder": "self.version",
"symfony/form": "self.version",
"symfony/framework-bundle": "self.version",
"symfony/http-foundation": "self.version",
"symfony/http-kernel": "self.version",
"symfony/intl": "self.version",
"symfony/locale": "self.version",
"symfony/monolog-bridge": "self.version",
"symfony/options-resolver": "self.version",
"symfony/process": "self.version",
"symfony/propel1-bridge": "self.version",
"symfony/property-access": "self.version",
"symfony/proxy-manager-bridge": "self.version",
"symfony/routing": "self.version",
"symfony/security": "self.version",
"symfony/security-bundle": "self.version",
"symfony/serializer": "self.version",
"symfony/stopwatch": "self.version",
"symfony/swiftmailer-bridge": "self.version",
"symfony/templating": "self.version",
"symfony/translation": "self.version",
"symfony/twig-bridge": "self.version",
"symfony/twig-bundle": "self.version",
"symfony/validator": "self.version",
"symfony/web-profiler-bundle": "self.version",
"symfony/yaml": "self.version"
},
"require-dev": {
"doctrine/data-fixtures": "1.0.*",
"doctrine/dbal": "~2.2",
"doctrine/orm": "~2.2,>=2.2.3",
"ircmaxell/password-compat": "1.0.*",
"monolog/monolog": "~1.3",
"ocramius/proxy-manager": ">=0.3.1,<0.4-dev",
"propel/propel1": "1.6.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\": "src/"
},
"classmap": [
"src/Symfony/Component/HttpFoundation/Resources/stubs",
"src/Symfony/Component/Intl/Resources/stubs"
],
"files": [
"src/Symfony/Component/Intl/Resources/stubs/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "The Symfony PHP framework",
"homepage": "http://symfony.com",
"keywords": [
"framework"
],
"time": "2013-07-20 07:42:02"
},
{
"name": "twig/extensions",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fabpot/Twig-extensions.git",
"reference": "f5b0c84f3699e494c84ee627d7d583e115d2c4a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/f5b0c84f3699e494c84ee627d7d583e115d2c4a2",
"reference": "f5b0c84f3699e494c84ee627d7d583e115d2c4a2",
"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-07-02 11:21:55"
},
{
"name": "twig/twig",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fabpot/Twig.git",
"reference": "c35d7f267ffed95060066a6edd610cb23e9e3e50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fabpot/Twig/zipball/c35d7f267ffed95060066a6edd610cb23e9e3e50",
"reference": "c35d7f267ffed95060066a6edd610cb23e9e3e50",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
"keywords": [
"templating"
],
"time": "2013-07-15 15:12:47"
},
{
"name": "white-october/pagerfanta-bundle",
"version": "dev-master",
"target-dir": "WhiteOctober/PagerfantaBundle",
"source": {
"type": "git",
"url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
"reference": "v1.0.0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/v1.0.0",
"reference": "v1.0.0",
"shasum": ""
},
"require": {
"pagerfanta/pagerfanta": "1.0.*",
"symfony/framework-bundle": "~2.1",
"symfony/property-access": "~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": "2013-06-06 08:08:38"
}
],
"packages-dev": [
{
"name": "behat/behat",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/Behat/Behat.git",
"reference": "052be6cc2ac800f28a97067da8587bdd2f2683cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Behat/zipball/052be6cc2ac800f28a97067da8587bdd2f2683cf",
"reference": "052be6cc2ac800f28a97067da8587bdd2f2683cf",
"shasum": ""
},
"require": {
"behat/gherkin": "~2.2.9",
"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",
"extra": {
"branch-alias": {
"dev-develop": "2.4-dev"
}
},
"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": "2013-07-11 11:11:51"
},
{
"name": "behat/gherkin",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/Behat/Gherkin.git",
"reference": "c1f7d89e7e609e45fe40a8a8774f3e43cbe4ffcb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/c1f7d89e7e609e45fe40a8a8774f3e43cbe4ffcb",
"reference": "c1f7d89e7e609e45fe40a8a8774f3e43cbe4ffcb",
"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-05-09 15:20:54"
},
{
"name": "behat/mink",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/Behat/Mink.git",
"reference": "79b6cd328f34c298b720d68223db48c1a0ab4c6d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Mink/zipball/79b6cd328f34c298b720d68223db48c1a0ab4c6d",
"reference": "79b6cd328f34c298b720d68223db48c1a0ab4c6d",
"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-07-17 08:21:36"
},
{
"name": "behat/mink-browserkit-driver",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Behat/MinkBrowserKitDriver.git",
"reference": "c1b6d20b85280e19e774dc7e316225c61c833d7d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/MinkBrowserKitDriver/zipball/c1b6d20b85280e19e774dc7e316225c61c833d7d",
"reference": "c1b6d20b85280e19e774dc7e316225c61c833d7d",
"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-07-17 08:22:56"
},
{
"name": "behat/mink-extension",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Behat/MinkExtension.git",
"reference": "6ed67ce283cd5ee882fefefd9358a670a13d404c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/6ed67ce283cd5ee882fefefd9358a670a13d404c",
"reference": "6ed67ce283cd5ee882fefefd9358a670a13d404c",
"shasum": ""
},
"require": {
"behat/behat": "~2.4.5",
"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-06-04 17:35:37"
},
{
"name": "behat/mink-selenium2-driver",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Behat/MinkSelenium2Driver.git",
"reference": "d385cbab655b175914e928032442131924ff6c89"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/MinkSelenium2Driver/zipball/d385cbab655b175914e928032442131924ff6c89",
"reference": "d385cbab655b175914e928032442131924ff6c89",
"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-06 13:26:24"
},
{
"name": "behat/symfony2-extension",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Behat/Symfony2Extension.git",
"reference": "17b306a2f3904dc478aef006d3412dfbae542fea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/17b306a2f3904dc478aef006d3412dfbae542fea",
"reference": "17b306a2f3904dc478aef006d3412dfbae542fea",
"shasum": ""
},
"require": {
"behat/behat": "~2.4.5",
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.0"
},
"require-dev": {
"behat/mink": "~1.4.3",
"behat/mink-browserkit-driver": "~1.0.4",
"behat/mink-extension": "~1.0.1",
"symfony/symfony": "~2.1"
},
"type": "behat-extension",
"extra": {
"branch-alias": {
"dev-master": "1.0.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": "2013-07-09 08:46:53"
},
{
"name": "instaclick/php-webdriver",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/instaclick/php-webdriver.git",
"reference": "3af07b82598506e765cffdf4cf1385b117cf0a41"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/3af07b82598506e765cffdf4cf1385b117cf0a41",
"reference": "3af07b82598506e765cffdf4cf1385b117cf0a41",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3.2"
},
"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/torontotechjobs/",
"keywords": [
"browser",
"selenium",
"webdriver",
"webtest"
],
"time": "2013-06-19 13:54:29"
},
{
"name": "phpspec/php-diff",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phpspec/php-diff.git",
"reference": "v1.0.1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/php-diff/zipball/v1.0.1",
"reference": "v1.0.1",
"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": "2012-11-08 08:55:45"
},
{
"name": "phpspec/phpspec",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpspec/phpspec.git",
"reference": "00cbb43e1db5e015330f9f754a239459b99af1de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/phpspec/zipball/00cbb43e1db5e015330f9f754a239459b99af1de",
"reference": "00cbb43e1db5e015330f9f754a239459b99af1de",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"phpspec/php-diff": "~1.0.0",
"phpspec/prophecy": "~1.0.2",
"symfony/console": "~2.1",
"symfony/event-dispatcher": "~2.1",
"symfony/finder": "~2.1",
"symfony/yaml": "~2.1"
},
"suggest": {
"whatthejeff/nyancat-scoreboard": "~1.1 Enables the Nyan Cat formatter"
},
"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": "2013-07-15 16:25:26"
},
{
"name": "phpspec/prophecy",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "27f73e6ed956c401f9464b9215d5000ce82c9d42"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/27f73e6ed956c401f9464b9215d5000ce82c9d42",
"reference": "27f73e6ed956c401f9464b9215d5000ce82c9d42",
"shasum": ""
},
"require-dev": {
"phpspec/phpspec": "2.0.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.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": "2013-07-04 22:33:32"
}
],
"aliases": [
],
"minimum-stability": "dev",
"stability-flags": {
"mathiasverraes/money": 20,
"sylius/shipping-bundle": 20,
"sylius/omnipay-bundle": 20,
"friendsofsymfony/user-bundle": 20,
"knplabs/knp-snappy-bundle": 20,
"phpspec/phpspec": 20
},
"platform": {
"php": ">=5.3.3"
},
"platform-dev": [
]
}