Sylius/composer.lock
Paweł Jędrzejewski 186dedbd49 Add general settings
2013-02-18 01:49:02 +01:00

3566 lines
126 KiB
JSON

{
"hash": "edea7753464a7dfe26d2ace1151b4187",
"packages": [
{
"name": "doctrine/common",
"version": "2.3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common",
"reference": "bb0aebbf234db52df476a2b473d434745b34221c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/bb0aebbf234db52df476a2b473d434745b34221c",
"reference": "bb0aebbf234db52df476a2b473d434745b34221c",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"time": "2012-09-20 05:55:18",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.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": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"collections",
"spl",
"eventmanager",
"annotations",
"persistence"
]
},
{
"name": "doctrine/data-fixtures",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
"reference": "689bc2ae2a41dff1107d9d50e2daa4c349222869"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/689bc2ae2a41dff1107d9d50e2daa4c349222869",
"reference": "689bc2ae2a41dff1107d9d50e2daa4c349222869",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"doctrine/common": ">=2.2,<2.5-dev"
},
"require-dev": {
"doctrine/orm": ">=2.2,<2.5-dev"
},
"suggest": {
"doctrine/orm": "For loading ORM fixtures",
"doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
"doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
},
"time": "2013-02-12 02:52:36",
"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"
]
},
{
"name": "doctrine/dbal",
"version": "2.3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal",
"reference": "fd45c6f6baa618d871f3201fabe76df5043abb1e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/fd45c6f6baa618d871f3201fabe76df5043abb1e",
"reference": "fd45c6f6baa618d871f3201fabe76df5043abb1e",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"doctrine/common": "2.3.*"
},
"time": "2013-01-20 11:50:36",
"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",
"persistence",
"dbal",
"queryobject"
]
},
{
"name": "doctrine/doctrine-bundle",
"version": "dev-master",
"target-dir": "Doctrine/Bundle/DoctrineBundle",
"source": {
"type": "git",
"url": "git://github.com/doctrine/DoctrineBundle.git",
"reference": "v1.2.0-beta1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/v1.2.0-beta1",
"reference": "v1.2.0-beta1",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"jdorn/sql-formatter": ">=1.1,<2.0",
"doctrine/dbal": ">=2.2,<2.5-dev",
"symfony/framework-bundle": ">=2.2.0-beta2,<2.3-dev",
"symfony/doctrine-bridge": "2.2.*"
},
"require-dev": {
"doctrine/orm": ">=2.2,<2.5-dev",
"symfony/yaml": "2.2.*",
"symfony/validator": "2.2.*"
},
"suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
"symfony/web-profiler-bundle": "to use the data collector"
},
"time": "2013-01-12 14:41:19",
"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",
"orm",
"persistence",
"dbal"
]
},
{
"name": "doctrine/doctrine-fixtures-bundle",
"version": "dev-master",
"target-dir": "Doctrine/Bundle/FixturesBundle",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
"reference": "275540d96599baec19fa3292c4d06c5cd4eefd06"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/275540d96599baec19fa3292c4d06c5cd4eefd06",
"reference": "275540d96599baec19fa3292c4d06c5cd4eefd06",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"doctrine/data-fixtures": "*",
"symfony/doctrine-bridge": ">=2.1.0,<2.3-dev",
"doctrine/doctrine-bundle": ">=1.0,<2.0"
},
"time": "2013-02-12 11:13:27",
"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": [
"persistence",
"Fixture"
]
},
{
"name": "doctrine/orm",
"version": "2.3.x-dev",
"source": {
"type": "git",
"url": "git://github.com/doctrine/doctrine2.git",
"reference": "fdd0af34e6fced967b8751bc3e4792c11ef86d57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/fdd0af34e6fced967b8751bc3e4792c11ef86d57",
"reference": "fdd0af34e6fced967b8751bc3e4792c11ef86d57",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"ext-pdo": "*",
"symfony/console": "2.*",
"doctrine/dbal": "2.3.*"
},
"suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"time": "2013-01-20 19:35:21",
"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"
]
},
{
"name": "friendsofsymfony/rest",
"version": "dev-master",
"target-dir": "FOS/Rest",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSRest",
"reference": "33c35fa3f8e7c3dd08085d849ebaa5bda54dfba4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSRest/zipball/33c35fa3f8e7c3dd08085d849ebaa5bda54dfba4",
"reference": "33c35fa3f8e7c3dd08085d849ebaa5bda54dfba4",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/http-foundation": ">=2.0,<2.3-dev"
},
"time": "2013-01-18 10:39:23",
"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"
]
},
{
"name": "friendsofsymfony/rest-bundle",
"version": "dev-master",
"target-dir": "FOS/RestBundle",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
"reference": "a840cdca720b0998954176d73e619988f2c140af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/a840cdca720b0998954176d73e619988f2c140af",
"reference": "a840cdca720b0998954176d73e619988f2c140af",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0,<2.3-dev",
"friendsofsymfony/rest": ">=0.7.0,<0.9.0-dev"
},
"conflict": {
"jms/serializer-bundle": "<0.11-dev"
},
"require-dev": {
"sensio/framework-extra-bundle": ">=2.1,<2.3-dev",
"symfony/form": ">=2.1,<2.3-dev",
"symfony/yaml": ">=2.1,<2.3-dev",
"symfony/security": ">=2.1,<2.3-dev",
"jms/serializer-bundle": "0.11.*"
},
"suggest": {
"symfony/serializer": "Add support for basic serialization capabilities, requires >=2.0,<2.3-dev",
"sensio/framework-extra-bundle": "Add support for route annotations and the view response listener",
"jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires 1.0.*"
},
"time": "2013-02-16 13:08:54",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.11.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"
]
},
{
"name": "friendsofsymfony/user-bundle",
"version": "v1.3.1",
"target-dir": "FOS/UserBundle",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle",
"reference": "v1.3.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle/archive/v1.3.1.zip",
"reference": "v1.3.1",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1,<2.3-dev",
"symfony/security-bundle": ">=2.1,<2.3-dev"
},
"require-dev": {
"twig/twig": "*",
"doctrine/doctrine-bundle": "*",
"swiftmailer/swiftmailer": "*",
"willdurand/propel-typehintable-behavior": "dev-master",
"symfony/yaml": "2.1.*",
"symfony/validator": "2.1.*"
},
"time": "2012-12-22 15:09:34",
"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"
]
},
{
"name": "fsc/hateoas-bundle",
"version": "dev-master",
"target-dir": "FSC/HateoasBundle",
"source": {
"type": "git",
"url": "https://github.com/TheFootballSocialClub/FSCHateoasBundle",
"reference": "b658e186b74da95d0ce7a0f862f48bfd70bc338d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/TheFootballSocialClub/FSCHateoasBundle/zipball/b658e186b74da95d0ce7a0f862f48bfd70bc338d",
"reference": "b658e186b74da95d0ce7a0f862f48bfd70bc338d",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"jms/metadata": ">=1.1.0,<1.3-dev",
"symfony/framework-bundle": ">=2.1,<2.3-dev",
"jms/serializer": "1.0.x",
"jms/serializer-bundle": "*",
"symfony/property-access": "2.2.*"
},
"require-dev": {
"pagerfanta/pagerfanta": "*",
"symfony/class-loader": "*",
"symfony/yaml": "*",
"symfony/browser-kit": "*",
"symfony/form": "*",
"symfony/validator": "*"
},
"suggest": {
"symfony/form": ">=2.1,<2.3-dev",
"symfony/validator": ">=2.1,<2.3-dev",
"pagerfanta/pagerfanta": "*"
},
"time": "2013-01-26 15:58:40",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
},
"autoload": {
"psr-0": {
"FSC\\HateoasBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Adrien Brault",
"email": "adrien.brault@gmail.com"
}
]
},
{
"name": "fzaninotto/faker",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker",
"reference": "fe9c56fa5bc5761a626c5d41ae3168bff9e5660a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fe9c56fa5bc5761a626c5d41ae3168bff9e5660a",
"reference": "fe9c56fa5bc5761a626c5d41ae3168bff9e5660a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2013-02-11 13:47:46",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Faker": "src/"
}
},
"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": [
"faker",
"fixtures",
"data"
]
},
{
"name": "gedmo/doctrine-extensions",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/l3pp4rd/DoctrineExtensions.git",
"reference": "b2806e409f21132e814203e36810b7112453a858"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/b2806e409f21132e814203e36810b7112453a858",
"reference": "b2806e409f21132e814203e36810b7112453a858",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"doctrine/common": ">=2.2,<2.5-dev"
},
"require-dev": {
"doctrine/orm": ">=2.2",
"doctrine/dbal": ">=2.2",
"symfony/yaml": "2.*",
"doctrine/mongodb": "1.0.1",
"doctrine/mongodb-odm": "1.0.0-BETA7"
},
"suggest": {
"doctrine/mongodb-odm": ">=1.0.0-BETA7",
"doctrine/mongodb": ">=1.0.1",
"doctrine/orm": ">=2.3.2",
"doctrine/dbal": ">=2.3.2"
},
"time": "2013-02-13 19:35:33",
"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": [
"tree",
"behaviors",
"doctrine2",
"extensions",
"gedmo",
"sluggable",
"loggable",
"translatable",
"nestedset",
"sortable",
"timestampable",
"Blameable",
"uploadable"
]
},
{
"name": "jdorn/sql-formatter",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/jdorn/sql-formatter.git",
"reference": "7a92826fe2734518e9cd6ebcf1ba052e58351c34"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/7a92826fe2734518e9cd6ebcf1ba052e58351c34",
"reference": "7a92826fe2734518e9cd6ebcf1ba052e58351c34",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"time": "2013-02-11 00:21:20",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"classmap": [
"lib"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"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": [
"sql",
"highlight"
]
},
{
"name": "jms/aop-bundle",
"version": "dev-master",
"target-dir": "JMS/AopBundle",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/JMSAopBundle",
"reference": "7018357f5bedf204979a88867a9da05973744422"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/7018357f5bedf204979a88867a9da05973744422",
"reference": "7018357f5bedf204979a88867a9da05973744422",
"shasum": ""
},
"require": {
"symfony/framework-bundle": "2.*",
"jms/cg": "1.*"
},
"time": "2013-01-09 08:03:40",
"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"
]
},
{
"name": "jms/cg",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/cg-library.git",
"reference": "fb8a054a061d92ae963a984d34846ed34c012d31"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/fb8a054a061d92ae963a984d34846ed34c012d31",
"reference": "fb8a054a061d92ae963a984d34846ed34c012d31",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2013-02-17 22:10:19",
"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": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Toolset for generating PHP code",
"keywords": [
"code generation"
]
},
{
"name": "jms/di-extra-bundle",
"version": "dev-master",
"target-dir": "JMS/DiExtraBundle",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/JMSDiExtraBundle",
"reference": "47e7c35ce3ba0ade9418ea8dd8e0da4bc320c8cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/47e7c35ce3ba0ade9418ea8dd8e0da4bc320c8cc",
"reference": "47e7c35ce3ba0ade9418ea8dd8e0da4bc320c8cc",
"shasum": ""
},
"require": {
"symfony/framework-bundle": ">=2.1.0,<2.3-dev",
"symfony/process": ">=2.1.0,<2.3-dev",
"symfony/finder": ">=2.1.0,<2.3-dev",
"jms/aop-bundle": ">=1.0.0,<1.2-dev",
"jms/metadata": "1.*"
},
"require-dev": {
"jms/security-extra-bundle": "1.*",
"symfony/validator": "*",
"symfony/form": "*",
"symfony/class-loader": "*",
"symfony/yaml": "*",
"symfony/browser-kit": "*",
"symfony/security-bundle": "*",
"symfony/twig-bundle": "*",
"sensio/framework-extra-bundle": "*",
"doctrine/doctrine-bundle": "*",
"doctrine/orm": "*",
"phpcollection/phpcollection": ">=0.1,<0.3-dev"
},
"time": "2013-01-30 21:51:54",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "1.3-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": [
"dependency injection",
"annotations"
]
},
{
"name": "jms/metadata",
"version": "1.2.0-RC",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/metadata",
"reference": "1.2.0-RC"
},
"dist": {
"type": "zip",
"url": "https://github.com/schmittjoh/metadata/zipball/1.2.0-RC",
"reference": "1.2.0-RC",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"doctrine/common": ">=2.0,<2.4-dev"
},
"time": "2012-08-21 05:40:10",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.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",
"yaml",
"xml",
"metadata"
]
},
{
"name": "jms/parser-lib",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/schmittjoh/parser-lib",
"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"
},
"time": "2012-11-30 08:11:04",
"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."
},
{
"name": "jms/serializer",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/schmittjoh/serializer",
"reference": "f95ba241ba48e39d2f836e45ccab01a00e336073"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f95ba241ba48e39d2f836e45ccab01a00e336073",
"reference": "f95ba241ba48e39d2f836e45ccab01a00e336073",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"jms/metadata": ">=1.1.0,<1.3-dev",
"jms/parser-lib": "1.*",
"doctrine/common": "2.*",
"phpcollection/phpcollection": ">=0.1,<0.3-dev"
},
"require-dev": {
"twig/twig": ">=1.8,<2.0-dev",
"doctrine/orm": ">=2.1,<2.4-dev",
"symfony/yaml": "2.*",
"symfony/translation": ">=2.0,<2.2-dev",
"symfony/validator": ">=2.0,<2.2-dev",
"symfony/filesystem": "2.*",
"symfony/form": ">=2.1,<2.2-dev"
},
"suggest": {
"symfony/yaml": "Required if you'd like to serialize data to YAML format."
},
"time": "2013-02-14 15:25:21",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-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": [
"json",
"xml",
"serialization",
"deserialization",
"jaxb"
]
},
{
"name": "jms/serializer-bundle",
"version": "dev-master",
"target-dir": "JMS/SerializerBundle",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
"reference": "a9a0c45343873982ce3681903b8bf34ceb2a7300"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/a9a0c45343873982ce3681903b8bf34ceb2a7300",
"reference": "a9a0c45343873982ce3681903b8bf34ceb2a7300",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"jms/di-extra-bundle": ">=1.3",
"symfony/framework-bundle": ">=2.1,<3.0-dev",
"jms/serializer": "1.*"
},
"require-dev": {
"symfony/yaml": "*",
"symfony/browser-kit": "*",
"symfony/class-loader": "*",
"symfony/finder": "*",
"symfony/css-selector": "*",
"symfony/process": "*",
"doctrine/doctrine-bundle": "*",
"symfony/twig-bundle": "*",
"doctrine/orm": "*",
"symfony/form": "*",
"symfony/validator": "*"
},
"suggest": {
"symfony/yaml": "Required if you'd like to serialize content to YAML format."
},
"time": "2013-02-12 08:32:45",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "1.0-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": [
"json",
"xml",
"serialization",
"deserialization",
"jaxb"
]
},
{
"name": "knplabs/knp-menu",
"version": "dev-master",
"source": {
"type": "git",
"url": "http://github.com/KnpLabs/KnpMenu.git",
"reference": "730bc37232f5f813822acf80edfbd89381ea5971"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/730bc37232f5f813822acf80edfbd89381ea5971",
"reference": "730bc37232f5f813822acf80edfbd89381ea5971",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"silex/silex": "1.0.*",
"twig/twig": ">=1.2,<2.0-dev",
"pimple/pimple": "1.0.*"
},
"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"
},
"time": "2012-12-27 13:04:16",
"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"
]
},
{
"name": "knplabs/knp-menu-bundle",
"version": "dev-master",
"target-dir": "Knp/Bundle/MenuBundle",
"source": {
"type": "git",
"url": "http://github.com/KnpLabs/KnpMenuBundle.git",
"reference": "bfaa9f1a74ee590c5e6460a3139b268fce1f1885"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/bfaa9f1a74ee590c5e6460a3139b268fce1f1885",
"reference": "bfaa9f1a74ee590c5e6460a3139b268fce1f1885",
"shasum": ""
},
"require": {
"knplabs/knp-menu": "2.0.*",
"symfony/framework-bundle": ">=2.0,<2.3-dev"
},
"time": "2012-12-29 08:47:58",
"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"
]
},
{
"name": "kriswallsmith/assetic",
"version": "dev-master",
"source": {
"type": "git",
"url": "http://github.com/kriswallsmith/assetic.git",
"reference": "504c9e8a6357583c20c9d9967ec2febea3157324"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/504c9e8a6357583c20c9d9967ec2febea3157324",
"reference": "504c9e8a6357583c20c9d9967ec2febea3157324",
"shasum": ""
},
"require": {
"symfony/process": ">=2.1.0,<2.3-dev",
"php": ">=5.3.1"
},
"require-dev": {
"twig/twig": ">=1.6.0,<2.0",
"leafo/lessphp": "*",
"leafo/scssphp": "*",
"ptachoire/cssembed": "*",
"leafo/scssphp-compass": "*",
"cssmin/cssmin": "*",
"mrclay/minify": "*",
"kamicane/packager": "*",
"joliclic/javascript-packer": "*",
"phpunit/phpunit": "3.7.*"
},
"suggest": {
"twig/twig": "Assetic provides the integration with the Twig templating engine",
"leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
"leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
"ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
"leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin"
},
"time": "2013-02-11 18:18:06",
"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"
]
},
{
"name": "liip/doctrine-cache-bundle",
"version": "dev-master",
"target-dir": "Liip/DoctrineCacheBundle",
"source": {
"type": "git",
"url": "git://github.com/liip/LiipDoctrineCacheBundle.git",
"reference": "9509ac219388440bb90767ea17cba464c69c5482"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/liip/LiipDoctrineCacheBundle/zipball/9509ac219388440bb90767ea17cba464c69c5482",
"reference": "9509ac219388440bb90767ea17cba464c69c5482",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/symfony": ">=2.0",
"doctrine/common": ">=2.2"
},
"time": "2013-02-01 07:47:54",
"type": "symfony-bundle",
"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"
]
},
{
"name": "monolog/monolog",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog",
"reference": "48f22f4519ed17b4754c4b561101d19aeb0d0236"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/48f22f4519ed17b4754c4b561101d19aeb0d0236",
"reference": "48f22f4519ed17b4754c4b561101d19aeb0d0236",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": ">=1.0,<2.0"
},
"require-dev": {
"mlehner/gelf-php": "1.0.*",
"doctrine/couchdb": "dev-master",
"raven/raven": "0.3.*"
},
"suggest": {
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"raven/raven": "Allow sending log messages to a Sentry server"
},
"time": "2013-02-13 18:09:50",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.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"
]
},
{
"name": "pagerfanta/pagerfanta",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/whiteoctober/Pagerfanta.git",
"reference": "2608116b1d0908c07f6590bc10addab37fd4a49f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/2608116b1d0908c07f6590bc10addab37fd4a49f",
"reference": "2608116b1d0908c07f6590bc10addab37fd4a49f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"suggest": {
"doctrine/orm": "2.*",
"doctrine/mongodb-odm": "2.*",
"solarium/solarium": "2.*"
},
"time": "2013-02-17 21:13:14",
"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",
"paging"
]
},
{
"name": "phpcollection/phpcollection",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/schmittjoh/php-collection",
"reference": "acb02a921bb364f360ce786b13455345063c4a07"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/acb02a921bb364f360ce786b13455345063c4a07",
"reference": "acb02a921bb364f360ce786b13455345063c4a07",
"shasum": ""
},
"require": {
"phpoption/phpoption": "1.*"
},
"time": "2013-01-23 15:16:14",
"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": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "General-Purpose Collection Library for PHP",
"keywords": [
"map",
"set",
"list",
"sequence",
"collection"
]
},
{
"name": "phpoption/phpoption",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/schmittjoh/php-option",
"reference": "c899903cbc4cadc2b6fb7ab74a1470d59e4c2d27"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/c899903cbc4cadc2b6fb7ab74a1470d59e4c2d27",
"reference": "c899903cbc4cadc2b6fb7ab74a1470d59e4c2d27",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2013-01-21 09:59:49",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-0": {
"PhpOption\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Option Type for PHP",
"keywords": [
"php",
"language",
"type",
"option"
]
},
{
"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": ""
},
"time": "2012-12-21 11:40:51",
"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"
]
},
{
"name": "sensio/distribution-bundle",
"version": "dev-master",
"target-dir": "Sensio/Bundle/DistributionBundle",
"source": {
"type": "git",
"url": "https://github.com/sensio/SensioDistributionBundle",
"reference": "15a12bdea8e562ff8a665573c40a8d32ecf38db6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sensio/SensioDistributionBundle/zipball/15a12bdea8e562ff8a665573c40a8d32ecf38db6",
"reference": "15a12bdea8e562ff8a665573c40a8d32ecf38db6",
"shasum": ""
},
"require": {
"symfony/framework-bundle": "2.2.*"
},
"time": "2013-02-11 14:46:49",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.2.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": [
"distribution",
"configuration"
]
},
{
"name": "stof/doctrine-extensions-bundle",
"version": "dev-master",
"target-dir": "Stof/DoctrineExtensionsBundle",
"source": {
"type": "git",
"url": "https://github.com/stof/StofDoctrineExtensionsBundle",
"reference": "4a17550d8b101c5aafc56c9950149aa189b8402d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4a17550d8b101c5aafc56c9950149aa189b8402d",
"reference": "4a17550d8b101c5aafc56c9950149aa189b8402d",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1,<2.3-dev",
"gedmo/doctrine-extensions": "2.3.*"
},
"suggest": {
"doctrine/doctrine-bundle": "*",
"doctrine/mongodb-odm-bundle": "2.1.*"
},
"time": "2012-12-13 17:58:07",
"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": [
"tree",
"behaviors",
"doctrine2",
"extensions",
"gedmo",
"sluggable",
"loggable",
"translatable",
"nestedset",
"sortable",
"timestampable"
]
},
{
"name": "swiftmailer/swiftmailer",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/swiftmailer/swiftmailer.git",
"reference": "b6bfc8f7f8ae5dac7883885ee323dc3b53ab7d21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/b6bfc8f7f8ae5dac7883885ee323dc3b53ab7d21",
"reference": "b6bfc8f7f8ae5dac7883885ee323dc3b53ab7d21",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"time": "2013-02-04 10:09:01",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"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"
]
},
{
"name": "sylius/addressing-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/AddressingBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusAddressingBundle.git",
"reference": "f389af1f00d56e5b76bc91000fc524748f9e919b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusAddressingBundle/zipball/f389af1f00d56e5b76bc91000fc524748f9e919b",
"reference": "f389af1f00d56e5b76bc91000fc524748f9e919b",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"sylius/resource-bundle": "0.1.*",
"stof/doctrine-extensions-bundle": "1.1.*",
"symfony/framework-bundle": ">=2.2,<2.3-dev"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"doctrine/orm": ">=2.3,<3.0",
"symfony/form": ">=2.2,<3.0"
},
"time": "2013-02-13 16:05:15",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.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": [
"shop",
"ecommerce",
"address",
"addressing",
"zones"
]
},
{
"name": "sylius/assortment-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/AssortmentBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusAssortmentBundle.git",
"reference": "d0ea9c3d37c57888d01687a7a78b0a596043f1c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusAssortmentBundle/zipball/d0ea9c3d37c57888d01687a7a78b0a596043f1c5",
"reference": "d0ea9c3d37c57888d01687a7a78b0a596043f1c5",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sylius/resource-bundle": "0.1.*",
"stof/doctrine-extensions-bundle": "1.1.*",
"symfony/framework-bundle": ">=2.2,<2.3-dev"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"doctrine/orm": ">=2.3,<3.0",
"symfony/form": ">=2.2,<3.0",
"symfony/validator": ">=2.2,<3.0"
},
"suggest": {
"friendsofsymfony/rest-bundle": "*"
},
"time": "2013-02-12 19:18:32",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\AssortmentBundle": ""
}
},
"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/SyliusAssortmentBundle/contributors"
}
],
"description": "Manage products, their variants, properties and options in your Symfony2 application.",
"homepage": "http://sylius.org",
"keywords": [
"shop",
"ecommerce",
"products",
"product"
]
},
{
"name": "sylius/core-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/CoreBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusCoreBundle.git",
"reference": "484042d50916ab0191611be2a7013113a204ba37"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusCoreBundle/zipball/484042d50916ab0191611be2a7013113a204ba37",
"reference": "484042d50916ab0191611be2a7013113a204ba37",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sylius/taxation-bundle": "0.1.*",
"jms/serializer-bundle": "1.0.*",
"fzaninotto/faker": "1.1.*",
"sylius/addressing-bundle": "0.1.*",
"sylius/shipping-bundle": "0.1.*",
"sylius/assortment-bundle": "0.1.*",
"fsc/hateoas-bundle": "0.3.x-dev",
"sylius/sales-bundle": "0.1.*",
"symfony/framework-bundle": ">=2.2,<2.3-dev",
"sylius/inventory-bundle": "0.1.*",
"friendsofsymfony/user-bundle": "1.3.1",
"sylius/taxonomies-bundle": "0.1.*",
"sylius/settings-bundle": "0.1.*"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"symfony/form": ">=2.2,<2.3-dev"
},
"time": "2013-02-18 00:37:19",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\CoreBundle": ""
}
},
"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/SyliusCoreBundle/contributors"
}
],
"description": "Sylius core bundle. It integrates all other bundles into full stack Symfony2 ecommerce solution.",
"homepage": "http://sylius.org",
"keywords": [
"shop",
"ecommerce",
"store",
"sylius",
"webshop"
]
},
{
"name": "sylius/inventory-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/InventoryBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusInventoryBundle.git",
"reference": "50420470ebef667a4025f99ab6f554240b32bf4c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusInventoryBundle/zipball/50420470ebef667a4025f99ab6f554240b32bf4c",
"reference": "50420470ebef667a4025f99ab6f554240b32bf4c",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1,<3.0",
"sylius/resource-bundle": "0.1.*"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"twig/twig": "*"
},
"suggest": {
"friendsofsymfony/rest-bundle": "*"
},
"time": "2013-02-03 18:20:49",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.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": [
"shop",
"ecommerce",
"inventory",
"stock"
]
},
{
"name": "sylius/resource-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/ResourceBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusResourceBundle.git",
"reference": "11158ed5ac2fe768cc49c55c5841c3ff63f4bd48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusResourceBundle/zipball/11158ed5ac2fe768cc49c55c5841c3ff63f4bd48",
"reference": "11158ed5ac2fe768cc49c55c5841c3ff63f4bd48",
"shasum": ""
},
"require": {
"symfony/framework-bundle": ">=2.1,<3.0",
"php": ">=5.3.3",
"friendsofsymfony/rest-bundle": "0.11.*@dev",
"white-october/pagerfanta-bundle": "dev-master",
"pagerfanta/pagerfanta": "dev-master"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"doctrine/orm": ">=2.3,<3.0",
"twig/twig": ">=1.11.0,<2.0",
"doctrine/mongodb-odm": "1.0.*@dev",
"phpspec/php-diff": "dev-master"
},
"suggest": {
"doctrine/orm": "~2.3",
"fsc/hateoas-bundle": "0.3.x-dev",
"doctrine/mongodb-odm": "1.0.*@dev"
},
"time": "2013-02-07 08:47:38",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.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.org",
"keywords": [
"persistence",
"storage",
"resource"
]
},
{
"name": "sylius/sales-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/SalesBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusSalesBundle.git",
"reference": "5c9648075263376262a2f28631132cd85959de41"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusSalesBundle/zipball/5c9648075263376262a2f28631132cd85959de41",
"reference": "5c9648075263376262a2f28631132cd85959de41",
"shasum": ""
},
"require": {
"symfony/framework-bundle": ">=2.1,<3.0",
"php": ">=5.3.3",
"sylius/resource-bundle": "0.1.*"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"symfony/form": ">=2.1,<3.0"
},
"suggest": {
"doctrine/orm": "*",
"doctrine/doctrine-bundle": "*"
},
"time": "2013-02-03 10:42:47",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.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": [
"shop",
"ecommerce",
"sales",
"orders",
"order"
]
},
{
"name": "sylius/settings-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/SettingsBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusSettingsBundle.git",
"reference": "bdbf3124defab1de19de520123d52f0ae039217c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusSettingsBundle/zipball/bdbf3124defab1de19de520123d52f0ae039217c",
"reference": "bdbf3124defab1de19de520123d52f0ae039217c",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": ">=2.2,<2.3-dev",
"sylius/resource-bundle": "0.1.*",
"liip/doctrine-cache-bundle": "*"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"doctrine/orm": ">=2.3,<3.0",
"symfony/form": ">=2.2,<3.0"
},
"time": "2013-02-18 00:35:50",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.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": [
"configuration",
"shop",
"ecommerce",
"config",
"Settings",
"webshop"
]
},
{
"name": "sylius/shipping-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/ShippingBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusShippingBundle.git",
"reference": "6ad2695b82ab01ceb55d7b3ea86e46a771b12052"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusShippingBundle/zipball/6ad2695b82ab01ceb55d7b3ea86e46a771b12052",
"reference": "6ad2695b82ab01ceb55d7b3ea86e46a771b12052",
"shasum": ""
},
"require": {
"symfony/framework-bundle": ">=2.1,<3.0",
"php": ">=5.3.3",
"sylius/resource-bundle": "0.1.*",
"stof/doctrine-extensions-bundle": "1.1.*"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"symfony/form": ">=2.1,<3.0"
},
"time": "2013-02-07 16:54:02",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.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": [
"shop",
"ecommerce",
"webshop",
"shipping",
"delivery",
"shipments"
]
},
{
"name": "sylius/taxation-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/TaxationBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusTaxationBundle.git",
"reference": "69a75e4ded20e7b053425bbc486a4a0a8b40ad25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusTaxationBundle/zipball/69a75e4ded20e7b053425bbc486a4a0a8b40ad25",
"reference": "69a75e4ded20e7b053425bbc486a4a0a8b40ad25",
"shasum": ""
},
"require": {
"symfony/framework-bundle": ">=2.1,<3.0",
"php": ">=5.3.3",
"sylius/resource-bundle": "0.1.*",
"stof/doctrine-extensions-bundle": "1.*"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"symfony/form": ">=2.1,<3.0"
},
"time": "2013-01-30 20:10:11",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.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": [
"shop",
"ecommerce",
"taxation",
"tax",
"taxes",
"webshop"
]
},
{
"name": "sylius/taxonomies-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/TaxonomiesBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusTaxonomiesBundle.git",
"reference": "525a8afc6a6d2e4e1532afe33ae0956c12c14226"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusTaxonomiesBundle/zipball/525a8afc6a6d2e4e1532afe33ae0956c12c14226",
"reference": "525a8afc6a6d2e4e1532afe33ae0956c12c14226",
"shasum": ""
},
"require": {
"doctrine/common": ">=2.3,<3.0",
"php": ">=5.3.3",
"sylius/resource-bundle": "0.1.*",
"symfony/framework-bundle": ">=2.2,<2.3-dev"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"twig/twig": "*",
"symfony/form": ">=2.2,<3.0"
},
"time": "2013-02-14 23:31:25",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.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": [
"shop",
"ecommerce",
"category",
"taxonomy",
"sylius",
"taxonomies",
"categorization"
]
},
{
"name": "sylius/web-bundle",
"version": "dev-master",
"target-dir": "Sylius/Bundle/WebBundle",
"source": {
"type": "git",
"url": "https://github.com/Sylius/SyliusWebBundle.git",
"reference": "19ce083b13c07e6bd371d5a72309f83be2fb7203"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sylius/SyliusWebBundle/zipball/19ce083b13c07e6bd371d5a72309f83be2fb7203",
"reference": "19ce083b13c07e6bd371d5a72309f83be2fb7203",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": ">=2.1,<3.0",
"sylius/core-bundle": "0.1.*",
"knplabs/knp-menu-bundle": "2.0.*"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"symfony/security": ">=2.1,<3.0"
},
"time": "2013-02-18 00:39:06",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Sylius\\Bundle\\WebBundle": ""
}
},
"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/SyliusWebBundle/contributors"
}
],
"description": "Sylius store web bundle.",
"homepage": "http://sylius.org",
"keywords": [
"shop",
"ecommerce",
"store",
"sylius",
"webshop"
]
},
{
"name": "symfony/assetic-bundle",
"version": "dev-master",
"target-dir": "Symfony/Bundle/AsseticBundle",
"source": {
"type": "git",
"url": "https://github.com/symfony/AsseticBundle.git",
"reference": "16cb279ea283ce3fb30b8284a391a82512263d8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/16cb279ea283ce3fb30b8284a391a82512263d8b",
"reference": "16cb279ea283ce3fb30b8284a391a82512263d8b",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"kriswallsmith/assetic": "1.1.*",
"symfony/framework-bundle": ">=2.1.0,<2.3-dev"
},
"require-dev": {
"symfony/twig-bundle": ">=2.1.0,<2.3-dev",
"symfony/console": ">=2.1.0,<2.3-dev",
"symfony/class-loader": ">=2.1.0,<2.3-dev",
"symfony/yaml": ">=2.1.0,<2.3-dev",
"symfony/form": ">=2.1.0,<2.3-dev",
"symfony/dom-crawler": ">=2.1.0,<2.3-dev",
"symfony/css-selector": ">=2.1.0,<2.3-dev"
},
"suggest": {
"symfony/twig-bundle": ">=2.1.0,<2.3-dev"
},
"time": "2013-02-17 21:36:13",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Bundle\\AsseticBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kris Wallsmith",
"email": "kris.wallsmith@gmail.com",
"homepage": "http://kriswallsmith.net/"
}
],
"description": "Integrates Assetic into Symfony2",
"homepage": "https://github.com/symfony/AsseticBundle",
"keywords": [
"assets",
"compression",
"minification"
]
},
{
"name": "symfony/monolog-bundle",
"version": "dev-master",
"target-dir": "Symfony/Bundle/MonologBundle",
"source": {
"type": "git",
"url": "https://github.com/symfony/MonologBundle",
"reference": "df2a8e33bdb98f848dce28e0d14e318fea71b45f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/MonologBundle/zipball/df2a8e33bdb98f848dce28e0d14e318fea71b45f",
"reference": "df2a8e33bdb98f848dce28e0d14e318fea71b45f",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"monolog/monolog": ">=1.3,<2.0",
"symfony/monolog-bridge": ">=2.2-beta2,<3.0",
"symfony/dependency-injection": ">=2.2-beta2,<3.0",
"symfony/config": ">=2.2-beta2,<3.0"
},
"require-dev": {
"symfony/yaml": ">=2.2-beta2,<3.0"
},
"time": "2013-02-14 10:33:50",
"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"
]
},
{
"name": "symfony/swiftmailer-bundle",
"version": "dev-master",
"target-dir": "Symfony/Bundle/SwiftmailerBundle",
"source": {
"type": "git",
"url": "https://github.com/symfony/SwiftmailerBundle.git",
"reference": "v2.2.0-BETA1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/v2.2.0-BETA1",
"reference": "v2.2.0-BETA1",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/swiftmailer-bridge": ">=2.1.0,<2.3-dev",
"swiftmailer/swiftmailer": ">=4.2.0,<4.4-dev"
},
"require-dev": {
"symfony/dependency-injection": ">=2.1.0,<2.3-dev",
"symfony/http-kernel": ">=2.1.0,<2.3-dev",
"symfony/config": ">=2.1.0,<2.3-dev",
"symfony/yaml": ">=2.1.0,<2.3-dev"
},
"time": "2013-01-08 20:24:29",
"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"
},
{
"name": "symfony/symfony",
"version": "2.2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/symfony.git",
"reference": "ae2f424da746de7747637f46d5c14efbe335522c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/symfony/zipball/ae2f424da746de7747637f46d5c14efbe335522c",
"reference": "ae2f424da746de7747637f46d5c14efbe335522c",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"psr/log": ">=1.0,<2.0",
"doctrine/common": ">=2.2,<3.0",
"twig/twig": ">=1.11.0,<2.0"
},
"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/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/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/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.*",
"monolog/monolog": ">=1.3,<2.0",
"doctrine/dbal": ">=2.2,<3.0",
"doctrine/orm": ">=2.2,<3.0,>=2.2.3",
"propel/propel1": "1.6.*"
},
"time": "2013-02-17 15:28:01",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\": "src/"
},
"classmap": [
"src/Symfony/Component/HttpFoundation/Resources/stubs",
"src/Symfony/Component/Locale/Resources/stubs"
]
},
"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"
]
},
{
"name": "twig/extensions",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fabpot/Twig-extensions",
"reference": "5c2d515d4624bdd588226d688173cf0399a4d8cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/5c2d515d4624bdd588226d688173cf0399a4d8cf",
"reference": "5c2d515d4624bdd588226d688173cf0399a4d8cf",
"shasum": ""
},
"require": {
"twig/twig": "1.*"
},
"time": "2013-01-04 16:55:05",
"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"
]
},
{
"name": "twig/twig",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fabpot/Twig.git",
"reference": "ac86c6368c8b1ed27adb436af54d0398b64cab1f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fabpot/Twig/zipball/ac86c6368c8b1ed27adb436af54d0398b64cab1f",
"reference": "ac86c6368c8b1ed27adb436af54d0398b64cab1f",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"time": "2013-02-17 19:51:08",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.12-dev"
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3"
],
"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"
]
},
{
"name": "white-october/pagerfanta-bundle",
"version": "dev-master",
"target-dir": "WhiteOctober/PagerfantaBundle",
"source": {
"type": "git",
"url": "git://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
"reference": "38e317a3ecd5a68e2322024ea8fe57632d4ddd68"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/38e317a3ecd5a68e2322024ea8fe57632d4ddd68",
"reference": "38e317a3ecd5a68e2322024ea8fe57632d4ddd68",
"shasum": ""
},
"require": {
"symfony/framework-bundle": "2.*",
"pagerfanta/pagerfanta": "dev-master"
},
"time": "2012-07-24 12:48:41",
"type": "symfony-bundle",
"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"
]
}
],
"packages-dev": [
{
"name": "behat/behat",
"version": "dev-develop",
"source": {
"type": "git",
"url": "git://github.com/Behat/Behat.git",
"reference": "8ff28797b211a559b682e9c3954bc12af6db1ca0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Behat/zipball/8ff28797b211a559b682e9c3954bc12af6db1ca0",
"reference": "8ff28797b211a559b682e9c3954bc12af6db1ca0",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"behat/gherkin": ">=2.2.4,<2.3-dev",
"symfony/console": ">=2.0,<2.3-dev",
"symfony/config": ">=2.0,<2.3-dev",
"symfony/dependency-injection": ">=2.0,<2.3-dev",
"symfony/event-dispatcher": ">=2.0,<2.3-dev",
"symfony/translation": ">=2.0,<2.3-dev",
"symfony/yaml": ">=2.0,<2.3-dev",
"symfony/finder": ">=2.0,<2.3-dev"
},
"suggest": {
"behat/symfony2-extension": "for integration with Symfony2 web framework",
"behat/yii-extension": "for integration with Yii web framework",
"behat/mink-extension": "for integration with Mink testing framework"
},
"time": "2013-02-13 19:25:31",
"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": [
"Symfony2",
"BDD",
"Behat"
]
},
{
"name": "behat/gherkin",
"version": "dev-develop",
"source": {
"type": "git",
"url": "git://github.com/Behat/Gherkin.git",
"reference": "eb0ce5cd10821aea73df216fc0943f2fdd268962"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/eb0ce5cd10821aea73df216fc0943f2fdd268962",
"reference": "eb0ce5cd10821aea73df216fc0943f2fdd268962",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"symfony/finder": ">=2.0,<2.3-dev"
},
"require-dev": {
"symfony/yaml": ">=2.0,<2.3-dev",
"symfony/translation": ">=2.0,<2.3-dev",
"symfony/config": ">=2.0,<2.3-dev"
},
"suggest": {
"symfony/yaml": "If you want to parse features, represented in YAML files",
"symfony/translation": "If you want to use Symfony2 translations adapter",
"symfony/config": "If you want to use Config component to manage resources"
},
"time": "2013-02-13 19:04:00",
"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": [
"Symfony2",
"BDD",
"parser",
"DSL",
"Behat"
]
},
{
"name": "behat/mink",
"version": "dev-develop",
"source": {
"type": "git",
"url": "git://github.com/Behat/Mink.git",
"reference": "844bbded21464de408d8360a219759bb82519552"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Mink/zipball/844bbded21464de408d8360a219759bb82519552",
"reference": "844bbded21464de408d8360a219759bb82519552",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"symfony/css-selector": ">=2.0,<2.3-dev"
},
"suggest": {
"behat/mink-goutte-driver": "to enable Goutte support",
"behat/mink-sahi-driver": "to enable Sahi.JS support",
"behat/mink-selenium-driver": "to enable Selenium1 support",
"behat/mink-selenium2-driver": "to enable Selenium2 (webdriver support)",
"behat/mink-zombie-driver": "to enable Zombie.js support"
},
"time": "2013-02-13 19:22:29",
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "1.4.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": [
"testing",
"browser",
"web"
]
},
{
"name": "behat/mink-browserkit-driver",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Behat/MinkBrowserKitDriver.git",
"reference": "v1.0.2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/MinkBrowserKitDriver/zipball/v1.0.2",
"reference": "v1.0.2",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"behat/mink": ">=1.4,<1.5-dev",
"symfony/browser-kit": ">=2.0,<2.3-dev",
"symfony/dom-crawler": ">=2.0,<2.3-dev"
},
"require-dev": {
"silex/silex": "@dev"
},
"time": "2013-02-17 15:44:44",
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Mink\\Driver": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Symfony2 BrowserKit driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"Symfony2",
"testing",
"browser",
"Mink"
]
},
{
"name": "behat/mink-extension",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/Behat/MinkExtension.git",
"reference": "4fcc72c3b66338ae789229fc34786ea84728aff1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/4fcc72c3b66338ae789229fc34786ea84728aff1",
"reference": "4fcc72c3b66338ae789229fc34786ea84728aff1",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"behat/behat": ">=2.4,<2.5-dev",
"behat/mink": ">=1.4,<1.5-dev"
},
"require-dev": {
"behat/mink-goutte-driver": "*"
},
"time": "2013-02-06 09:25:54",
"type": "behat-extension",
"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": [
"test",
"browser",
"web",
"gui"
]
},
{
"name": "behat/mink-selenium2-driver",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Behat/MinkSelenium2Driver.git",
"reference": "v1.0.4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/MinkSelenium2Driver/zipball/v1.0.4",
"reference": "v1.0.4",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"behat/mink": ">=1.4,<1.5-dev",
"instaclick/php-webdriver": ">=1.0,<1.1-dev"
},
"time": "2013-02-17 15:32:01",
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Mink\\Driver": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"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": [
"javascript",
"testing",
"browser",
"ajax",
"selenium",
"webdriver"
]
},
{
"name": "behat/symfony2-extension",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/Behat/Symfony2Extension.git",
"reference": "9ebc7f871ec8d2fe3061ecc38fbef970c8cf7bf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/9ebc7f871ec8d2fe3061ecc38fbef970c8cf7bf4",
"reference": "9ebc7f871ec8d2fe3061ecc38fbef970c8cf7bf4",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"behat/behat": ">=2.4,<2.5-dev",
"symfony/framework-bundle": ">=2.0,<2.3-dev"
},
"require-dev": {
"symfony/symfony": "dev-master",
"behat/mink-extension": "dev-master",
"behat/mink-browserkit-driver": "dev-master",
"behat/mink": "1.4@stable"
},
"time": "2013-02-13 00:33:30",
"type": "behat-extension",
"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": [
"framework",
"symfony",
"BDD"
]
},
{
"name": "instaclick/php-webdriver",
"version": "1.0.11",
"source": {
"type": "git",
"url": "https://github.com/instaclick/php-webdriver",
"reference": "1.0.11"
},
"dist": {
"type": "zip",
"url": "https://github.com/instaclick/php-webdriver/archive/1.0.11.zip",
"reference": "1.0.11",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"time": "2012-12-02 22:08:47",
"type": "library",
"autoload": {
"psr-0": {
"WebDriver": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache"
],
"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"
]
},
{
"name": "mockery/mockery",
"version": "0.7.2",
"source": {
"type": "git",
"url": "git://github.com/padraic/mockery.git",
"reference": "0.7.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/padraic/mockery/zipball/0.7.2",
"reference": "0.7.2",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"suggest": {
"Hamcrest": "1.0.0"
},
"time": "2012-01-24 12:22:39",
"type": "library",
"autoload": {
"psr-0": {
"Mockery": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"New BSD"
],
"authors": [
{
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com",
"homepage": "http://blog.astrumfutura.com"
}
],
"description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
"homepage": "http://github.com/padraic/mockery",
"keywords": [
"testing",
"library",
"BDD",
"TDD",
"test",
"mockery",
"mock",
"stub",
"test double",
"mock objects"
]
},
{
"name": "phpspec/php-diff",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpspec/php-diff.git",
"reference": "8d82ac415225fac373a4073ba14b1fe286aa2312"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/php-diff/zipball/8d82ac415225fac373a4073ba14b1fe286aa2312",
"reference": "8d82ac415225fac373a4073ba14b1fe286aa2312",
"shasum": ""
},
"time": "2012-11-08 08:55:45",
"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)."
},
{
"name": "phpspec/phpspec2",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/phpspec/phpspec2.git",
"reference": "8e841da15e21121c4c96ef81ec1975ef984b813f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/phpspec2/zipball/8e841da15e21121c4c96ef81ec1975ef984b813f",
"reference": "8e841da15e21121c4c96ef81ec1975ef984b813f",
"shasum": ""
},
"require": {
"mockery/mockery": "0.7.*",
"phpspec/php-diff": "*@dev",
"php": ">=5.3.3",
"symfony/console": ">=2.1,<3.0",
"symfony/event-dispatcher": ">=2.1,<3.0",
"symfony/finder": ">=2.1,<3.0",
"symfony/yaml": ">=2.1,<3.0"
},
"time": "2013-02-08 11:19:58",
"bin": [
"bin/phpspec"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"PHPSpec2": "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": [
"testing",
"BDD",
"TDD",
"spec",
"tests",
"SpecBDD",
"specification"
]
}
],
"aliases": [
],
"minimum-stability": "dev",
"stability-flags": {
"phpspec/phpspec2": 20
}
}