Skip to content

Instantly share code, notes, and snippets.

@andrewjennings
Created November 13, 2012 18:35
Show Gist options
  • Save andrewjennings/4067531 to your computer and use it in GitHub Desktop.
Save andrewjennings/4067531 to your computer and use it in GitHub Desktop.
Composer lockfile for Training Day 2
{
"hash": "b601d90d37f9b93a4bfda3ba539ddda1",
"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://github.com/doctrine/common/zipball/bb0aebbf234db52df476a2b473d434745b34221c",
"reference": "bb0aebbf234db52df476a2b473d434745b34221c",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Doctrine\\Common": "lib/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.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": [
"collections",
"spl",
"eventmanager",
"annotations",
"persistence"
],
"time": "1348120518"
},
{
"name": "doctrine/data-fixtures",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
"reference": "a95d7839a7794c7c9b22d64e859ee70658d977fe"
},
"dist": {
"type": "zip",
"url": "https://github.com/doctrine/data-fixtures/archive/a95d7839a7794c7c9b22d64e859ee70658d977fe.zip",
"reference": "a95d7839a7794c7c9b22d64e859ee70658d977fe",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"time": "1351735543",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"Doctrine\\Common\\DataFixtures": "lib/"
}
},
"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": "fdc866a37959e43620e4f7ec519dc7dd8e30fc5b"
},
"dist": {
"type": "zip",
"url": "https://github.com/doctrine/dbal/zipball/fdc866a37959e43620e4f7ec519dc7dd8e30fc5b",
"reference": "fdc866a37959e43620e4f7ec519dc7dd8e30fc5b",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"doctrine/common": "2.3.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Doctrine\\DBAL": "lib/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.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"
],
"time": "1348120597"
},
{
"name": "doctrine/doctrine-bundle",
"version": "dev-master",
"target-dir": "Doctrine/Bundle/DoctrineBundle",
"source": {
"type": "git",
"url": "git://github.com/doctrine/DoctrineBundle.git",
"reference": "d3c930599723c8343472a5791b0f5909a4111a73"
},
"dist": {
"type": "zip",
"url": "https://github.com/doctrine/DoctrineBundle/zipball/d3c930599723c8343472a5791b0f5909a4111a73",
"reference": "d3c930599723c8343472a5791b0f5909a4111a73",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"doctrine/dbal": ">=2.2,<2.4-dev",
"symfony/framework-bundle": "2.1.*",
"symfony/doctrine-bridge": "2.1.*"
},
"require-dev": {
"doctrine/orm": ">=2.2,<2.4-dev",
"symfony/validator": "2.1.*",
"symfony/yaml": "2.1.*"
},
"suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle."
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Doctrine\\Bundle\\DoctrineBundle": ""
}
},
"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"
],
"time": "1347289964"
},
{
"name": "doctrine/doctrine-fixtures-bundle",
"version": "dev-master",
"target-dir": "Doctrine/Bundle/FixturesBundle",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
"reference": "9edc67af16e736a31605e7fa9c9e3edbd9db6427"
},
"dist": {
"type": "zip",
"url": "https://github.com/doctrine/DoctrineFixturesBundle/archive/9edc67af16e736a31605e7fa9c9e3edbd9db6427.zip",
"reference": "9edc67af16e736a31605e7fa9c9e3edbd9db6427",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"doctrine/data-fixtures": "*",
"doctrine/doctrine-bundle": "1.0.*",
"symfony/doctrine-bridge": ">=2.1.0,<2.3-dev"
},
"time": "1350914272",
"type": "symfony-bundle",
"installation-source": "source",
"autoload": {
"psr-0": {
"Doctrine\\Bundle\\FixturesBundle": ""
}
},
"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": "ea2b28857830720460a345c80c6e7d3f6adae93a"
},
"dist": {
"type": "zip",
"url": "https://github.com/doctrine/doctrine2/zipball/ea2b28857830720460a345c80c6e7d3f6adae93a",
"reference": "ea2b28857830720460a345c80c6e7d3f6adae93a",
"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"
},
"bin": [
"bin/doctrine",
"bin/doctrine.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Doctrine\\ORM": "lib/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.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": "1348121015"
},
{
"name": "jms/aop-bundle",
"version": "1.0.0",
"target-dir": "JMS/AopBundle",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/JMSAopBundle",
"reference": "1.0.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/schmittjoh/JMSAopBundle/zipball/1.0.0",
"reference": "1.0.0",
"shasum": ""
},
"require": {
"symfony/framework-bundle": "2.*",
"jms/cg": "1.0.0"
},
"time": "2012-01-02 20:50:26",
"type": "symfony-bundle",
"installation-source": "dist",
"autoload": {
"psr-0": {
"JMS\\AopBundle": ""
}
},
"license": [
"Apache"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "http://jmsyst.com",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Adds AOP capabilities to Symfony2",
"keywords": [
"annotations",
"aop"
]
},
{
"name": "jms/cg",
"version": "1.0.0",
"source": {
"type": "git",
"url": "git://github.com/schmittjoh/cg-library.git",
"reference": "1.0.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/schmittjoh/cg-library/zipball/1.0.0",
"reference": "1.0.0",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2012-01-02 20:40:52",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"CG\\": "src/"
}
},
"license": [
"Apache"
],
"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"
]
},
{
"name": "jms/di-extra-bundle",
"version": "1.1.x-dev",
"target-dir": "JMS/DiExtraBundle",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/JMSDiExtraBundle",
"reference": "b94feeee8f57060598fdc7a3ef2527182b3946b5"
},
"dist": {
"type": "zip",
"url": "https://github.com/schmittjoh/JMSDiExtraBundle/zipball/b94feeee8f57060598fdc7a3ef2527182b3946b5",
"reference": "b94feeee8f57060598fdc7a3ef2527182b3946b5",
"shasum": ""
},
"require": {
"symfony/framework-bundle": "2.1.*",
"jms/aop-bundle": "1.0.*",
"jms/metadata": "1.1.*",
"symfony/process": "2.1.*",
"symfony/finder": "2.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": "*"
},
"type": "symfony-bundle",
"installation-source": "source",
"autoload": {
"psr-0": {
"JMS\\DiExtraBundle": ""
}
},
"license": [
"Apache"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "http://jmsyst.com",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Allows to configure dependency injection using annotations",
"homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
"keywords": [
"dependency injection",
"annotations"
],
"time": "1347872946"
},
{
"name": "jms/metadata",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/metadata",
"reference": "1.1.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/schmittjoh/metadata/zipball/1.1.1",
"reference": "1.1.1",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2012-01-02 21:32:49",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Metadata\\": "src/"
}
},
"license": [
"Apache"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "http://jmsyst.com",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Class/method/property metadata management in PHP",
"keywords": [
"annotations",
"yaml",
"xml",
"metadata"
]
},
{
"name": "jms/security-extra-bundle",
"version": "1.2.x-dev",
"target-dir": "JMS/SecurityExtraBundle",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/JMSSecurityExtraBundle",
"reference": "9ab6aceda50fc7a2b07d741ba4b3f0695508afcb"
},
"dist": {
"type": "zip",
"url": "https://github.com/schmittjoh/JMSSecurityExtraBundle/zipball/9ab6aceda50fc7a2b07d741ba4b3f0695508afcb",
"reference": "9ab6aceda50fc7a2b07d741ba4b3f0695508afcb",
"shasum": ""
},
"require": {
"symfony/framework-bundle": "2.1.*",
"symfony/security-bundle": "*",
"jms/metadata": "1.1.*",
"jms/aop-bundle": "1.0.*",
"jms/di-extra-bundle": "1.1.*"
},
"require-dev": {
"sensio/framework-extra-bundle": "*",
"symfony/class-loader": "*",
"symfony/yaml": "*",
"symfony/browser-kit": "*",
"symfony/finder": "*",
"symfony/css-selector": "*",
"symfony/process": "*",
"doctrine/doctrine-bundle": "*",
"symfony/twig-bundle": "*",
"doctrine/orm": "*",
"symfony/form": "*",
"symfony/validator": "*"
},
"type": "symfony-bundle",
"installation-source": "source",
"autoload": {
"psr-0": {
"JMS\\SecurityExtraBundle": ""
}
},
"license": [
"Apache2"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "http://jmsyst.com",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Enhances the Symfony2 Security Component by adding several new features",
"homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
"keywords": [
"annotations",
"authorization",
"security",
"secure",
"expression"
],
"time": "1346947943"
},
{
"name": "kriswallsmith/assetic",
"version": "dev-master",
"source": {
"type": "git",
"url": "http://github.com/kriswallsmith/assetic.git",
"reference": "a6baab9b4c4361aca51bf90ee47c1586dff3cb0c"
},
"dist": {
"type": "zip",
"url": "https://github.com/kriswallsmith/assetic/zipball/a6baab9b4c4361aca51bf90ee47c1586dff3cb0c",
"reference": "a6baab9b4c4361aca51bf90ee47c1586dff3cb0c",
"shasum": ""
},
"require": {
"symfony/process": "2.1.*",
"php": ">=5.3.1"
},
"require-dev": {
"twig/twig": ">=1.6.0,<2.0",
"leafo/lessphp": "*",
"leafo/scssphp": "*",
"ptachoire/cssembed": "*",
"leafo/scssphp-compass": "*"
},
"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"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Assetic": "src/"
},
"files": [
"src/functions.php"
]
},
"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": "1347622188"
},
{
"name": "monolog/monolog",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog",
"reference": "09b3a80cfaf3e323e348a5e817afeee98d5e6b48"
},
"dist": {
"type": "zip",
"url": "https://github.com/Seldaek/monolog/zipball/09b3a80cfaf3e323e348a5e817afeee98d5e6b48",
"reference": "09b3a80cfaf3e323e348a5e817afeee98d5e6b48",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"mlehner/gelf-php": "1.0.*"
},
"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"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Monolog": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be",
"role": "Developer"
}
],
"description": "Logging for PHP 5.3",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging"
],
"time": "1347983448"
},
{
"name": "sensio/distribution-bundle",
"version": "2.1.x-dev",
"target-dir": "Sensio/Bundle/DistributionBundle",
"source": {
"type": "git",
"url": "https://github.com/sensio/SensioDistributionBundle",
"reference": "v2.1.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/sensio/SensioDistributionBundle/zipball/v2.1.1",
"reference": "v2.1.1",
"shasum": ""
},
"require": {
"symfony/framework-bundle": "2.1.*"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Sensio\\Bundle\\DistributionBundle": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "The base bundle for the Symfony Distributions",
"keywords": [
"distribution",
"configuration"
],
"time": "1347340208"
},
{
"name": "sensio/framework-extra-bundle",
"version": "2.1.x-dev",
"target-dir": "Sensio/Bundle/FrameworkExtraBundle",
"source": {
"type": "git",
"url": "https://github.com/sensio/SensioFrameworkExtraBundle",
"reference": "86a68df44eb50a64042d05a3f09548d2c21d4456"
},
"dist": {
"type": "zip",
"url": "https://github.com/sensio/SensioFrameworkExtraBundle/zipball/86a68df44eb50a64042d05a3f09548d2c21d4456",
"reference": "86a68df44eb50a64042d05a3f09548d2c21d4456",
"shasum": ""
},
"require": {
"symfony/framework-bundle": "2.1.*",
"doctrine/common": ">=2.1,<2.4-dev"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Sensio\\Bundle\\FrameworkExtraBundle": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "This bundle provides a way to configure your controllers with annotations",
"keywords": [
"annotations",
"controllers"
],
"time": "1348064274"
},
{
"name": "sensio/generator-bundle",
"version": "2.1.x-dev",
"target-dir": "Sensio/Bundle/GeneratorBundle",
"source": {
"type": "git",
"url": "https://github.com/sensio/SensioGeneratorBundle",
"reference": "3a65c9bf7d31aecacffc15a48f5eb2ece3615ef0"
},
"dist": {
"type": "zip",
"url": "https://github.com/sensio/SensioGeneratorBundle/zipball/3a65c9bf7d31aecacffc15a48f5eb2ece3615ef0",
"reference": "3a65c9bf7d31aecacffc15a48f5eb2ece3615ef0",
"shasum": ""
},
"require": {
"symfony/framework-bundle": "2.1.*",
"symfony/console": "2.1.*"
},
"require-dev": {
"symfony/doctrine-bridge": "2.1.*",
"doctrine/orm": ">=2.1,<2.4-dev",
"twig/twig": ">=1.8,<2.0-dev"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Sensio\\Bundle\\GeneratorBundle": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "This bundle generates code for you",
"time": "1348030981"
},
{
"name": "swiftmailer/swiftmailer",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/swiftmailer/swiftmailer.git",
"reference": "1e5482485f30a2431f9b8eb19a091eef4b57008c"
},
"dist": {
"type": "zip",
"url": "https://github.com/swiftmailer/swiftmailer/zipball/1e5482485f30a2431f9b8eb19a091eef4b57008c",
"reference": "1e5482485f30a2431f9b8eb19a091eef4b57008c",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"time": "1347542176",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"installation-source": "source",
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"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": "symfony/assetic-bundle",
"version": "dev-master",
"target-dir": "Symfony/Bundle/AsseticBundle",
"source": {
"type": "git",
"url": "https://github.com/symfony/AsseticBundle",
"reference": "64345e86761444c35679e1aed424e1ed2370f0de"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/AsseticBundle/zipball/64345e86761444c35679e1aed424e1ed2370f0de",
"reference": "64345e86761444c35679e1aed424e1ed2370f0de",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": "2.1.*",
"kriswallsmith/assetic": "1.1.*"
},
"require-dev": {
"symfony/twig-bundle": "2.1.*",
"symfony/console": "2.1.*",
"symfony/class-loader": "2.1.*",
"symfony/yaml": "2.1.*",
"symfony/form": "2.1.*",
"symfony/dom-crawler": "2.1.*",
"symfony/css-selector": "2.1.*"
},
"suggest": {
"symfony/twig-bundle": "2.1.*"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Bundle\\AsseticBundle": ""
}
},
"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": "1347626244"
},
{
"name": "symfony/monolog-bundle",
"version": "dev-master",
"target-dir": "Symfony/Bundle/MonologBundle",
"source": {
"type": "git",
"url": "https://github.com/symfony/MonologBundle",
"reference": "e1acd0a0da661bdb0f5378a60226ae6e30ec55c6"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/MonologBundle/zipball/e1acd0a0da661bdb0f5378a60226ae6e30ec55c6",
"reference": "e1acd0a0da661bdb0f5378a60226ae6e30ec55c6",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"monolog/monolog": "1.*",
"symfony/monolog-bridge": "2.1.*",
"symfony/dependency-injection": "2.1.*",
"symfony/config": "2.1.*"
},
"require-dev": {
"symfony/yaml": "2.1.*",
"symfony/config": "2.1.*"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Bundle\\MonologBundle": ""
}
},
"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",
"time": "1347983520"
},
{
"name": "symfony/swiftmailer-bundle",
"version": "dev-master",
"target-dir": "Symfony/Bundle/SwiftmailerBundle",
"source": {
"type": "git",
"url": "https://github.com/symfony/SwiftmailerBundle",
"reference": "d2eae9385c029cbac031a90e6d2abc74b889a562"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/SwiftmailerBundle/zipball/d2eae9385c029cbac031a90e6d2abc74b889a562",
"reference": "d2eae9385c029cbac031a90e6d2abc74b889a562",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/swiftmailer-bridge": "2.1.*",
"swiftmailer/swiftmailer": ">=4.2.0,<4.3-dev"
},
"require-dev": {
"symfony/dependency-injection": "2.1.*",
"symfony/http-kernel": "2.1.*",
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Bundle\\SwiftmailerBundle": ""
}
},
"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": "1346243146"
},
{
"name": "symfony/symfony",
"version": "2.1.x-dev",
"source": {
"type": "git",
"url": "git://github.com/symfony/symfony.git",
"reference": "v2.1.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/symfony/zipball/v2.1.2",
"reference": "v2.1.2",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"doctrine/common": ">2.2,<2.4-dev",
"twig/twig": ">=1.9.1,<2.0-dev"
},
"replace": {
"symfony/doctrine-bridge": "self.version",
"symfony/monolog-bridge": "self.version",
"symfony/propel1-bridge": "self.version",
"symfony/swiftmailer-bridge": "self.version",
"symfony/twig-bridge": "self.version",
"symfony/framework-bundle": "self.version",
"symfony/security-bundle": "self.version",
"symfony/twig-bundle": "self.version",
"symfony/web-profiler-bundle": "self.version",
"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/dom-crawler": "self.version",
"symfony/event-dispatcher": "self.version",
"symfony/filesystem": "self.version",
"symfony/finder": "self.version",
"symfony/form": "self.version",
"symfony/http-foundation": "self.version",
"symfony/http-kernel": "self.version",
"symfony/locale": "self.version",
"symfony/options-resolver": "self.version",
"symfony/process": "self.version",
"symfony/routing": "self.version",
"symfony/security": "self.version",
"symfony/serializer": "self.version",
"symfony/templating": "self.version",
"symfony/translation": "self.version",
"symfony/validator": "self.version",
"symfony/yaml": "self.version"
},
"require-dev": {
"doctrine/dbal": ">=2.2,<2.4-dev",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/data-fixtures": "1.0.*",
"propel/propel1": "dev-master",
"monolog/monolog": "dev-master"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony": "src/",
"SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/Resources/stubs"
}
},
"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": "1348125180"
},
{
"name": "twig/extensions",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fabpot/Twig-extensions",
"reference": "f904575642b1213db69b4a98f08397e722ba1cae"
},
"dist": {
"type": "zip",
"url": "https://github.com/fabpot/Twig-extensions/zipball/f904575642b1213db69b4a98f08397e722ba1cae",
"reference": "f904575642b1213db69b4a98f08397e722ba1cae",
"shasum": ""
},
"require": {
"twig/twig": "1.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Twig_Extensions_": "lib/"
}
},
"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": "1346770278"
},
{
"name": "twig/twig",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/fabpot/Twig.git",
"reference": "b4d1d62b82e83c6fd3d5a6cd46a186de64275bb4"
},
"dist": {
"type": "zip",
"url": "https://github.com/fabpot/Twig/zipball/b4d1d62b82e83c6fd3d5a6cd46a186de64275bb4",
"reference": "b4d1d62b82e83c6fd3d5a6cd46a186de64275bb4",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Twig_": "lib/"
}
},
"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"
],
"time": "1347961095"
}
],
"packages-dev": [
{
"name": "behat/mink",
"version": "v1.4.0",
"source": {
"type": "git",
"url": "git://github.com/Behat/Mink.git",
"reference": "v1.4.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/Behat/Mink/zipball/v1.4.0",
"reference": "v1.4.0",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"symfony/css-selector": ">=2.0.0,<2.2.0-dev"
},
"require-dev": {
"behat/mink-goutte-driver": "*",
"behat/mink-sahi-driver": "*",
"behat/mink-selenium-driver": "*",
"behat/mink-selenium2-driver": "*",
"behat/mink-zombie-driver": "*",
"symfony/finder": ">=2.0.0,<2.2.0-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": "2012-05-29 15:50:10",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Behat\\Mink": "src/"
}
},
"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": "git://github.com/Behat/MinkBrowserKitDriver.git",
"reference": "f2783df62edd22c380fb6f271acd21beb3ef4908"
},
"dist": {
"type": "zip",
"url": "https://github.com/Behat/MinkBrowserKitDriver/archive/f2783df62edd22c380fb6f271acd21beb3ef4908.zip",
"reference": "f2783df62edd22c380fb6f271acd21beb3ef4908",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"symfony/browser-kit": ">=2.0.0,<2.2.0",
"symfony/dom-crawler": ">=2.0.0,<2.2.0"
},
"time": "1350380173",
"type": "mink-driver",
"installation-source": "source",
"autoload": {
"psr-0": {
"Behat\\Mink\\Driver": "src/"
}
},
"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"
]
},
{
"name": "behat/mink-goutte-driver",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/Behat/MinkGoutteDriver.git",
"reference": "fa0fb4f43361d8d386a8b62a1b82f3ea0a511693"
},
"dist": {
"type": "zip",
"url": "https://github.com/Behat/MinkGoutteDriver/archive/fa0fb4f43361d8d386a8b62a1b82f3ea0a511693.zip",
"reference": "fa0fb4f43361d8d386a8b62a1b82f3ea0a511693",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"behat/mink-browserkit-driver": "*",
"behat/mink": ">=1.4.0,<1.5.0-dev",
"symfony/browser-kit": "2.1.*@dev",
"symfony/css-selector": "2.1.*@dev",
"symfony/dom-crawler": "2.1.*@dev",
"symfony/finder": "2.1.*@dev",
"symfony/process": "2.1.*@dev",
"fabpot/goutte": "@dev"
},
"time": "1350381716",
"type": "mink-driver",
"installation-source": "source",
"autoload": {
"psr-0": {
"Behat\\Mink\\Driver": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Goutte driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"testing",
"browser",
"goutte",
"headless"
]
},
{
"name": "behat/mink-selenium2-driver",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/Behat/MinkSelenium2Driver.git",
"reference": "0055619fe60116ccaaa636ada71710c16b7e1654"
},
"dist": {
"type": "zip",
"url": "https://github.com/Behat/MinkSelenium2Driver/archive/0055619fe60116ccaaa636ada71710c16b7e1654.zip",
"reference": "0055619fe60116ccaaa636ada71710c16b7e1654",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"instaclick/php-webdriver": "@dev",
"behat/mink": "1.4.*"
},
"time": "1349625948",
"type": "mink-driver",
"installation-source": "source",
"autoload": {
"psr-0": {
"Behat\\Mink\\Driver": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Selenium2 (WebDriver) driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"javascript",
"testing",
"browser",
"ajax",
"selenium",
"webdriver"
]
},
{
"name": "fabpot/goutte",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fabpot/Goutte",
"reference": "f2940f9c7c1f409159f5e9f512e575946c5cff48"
},
"dist": {
"type": "zip",
"url": "https://github.com/fabpot/Goutte/archive/f2940f9c7c1f409159f5e9f512e575946c5cff48.zip",
"reference": "f2940f9c7c1f409159f5e9f512e575946c5cff48",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/browser-kit": "2.1.*",
"symfony/css-selector": "2.1.*",
"symfony/dom-crawler": "2.1.*",
"symfony/finder": "2.1.*",
"symfony/process": "2.1.*",
"ext-curl": "*",
"guzzle/http": "2.8.*"
},
"time": "1351086217",
"type": "application",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Goutte": "."
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "A simple PHP Web Scraper",
"homepage": "https://github.com/fabpot/Goutte",
"keywords": [
"scraper"
]
},
{
"name": "guzzle/common",
"version": "v2.8.8",
"target-dir": "Guzzle/Common",
"source": {
"type": "git",
"url": "git://github.com/guzzle/common.git",
"reference": "v2.8.8"
},
"dist": {
"type": "zip",
"url": "https://github.com/guzzle/common/zipball/v2.8.8",
"reference": "v2.8.8",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/event-dispatcher": "2.1.*"
},
"time": "2012-10-15 17:42:47",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Guzzle\\Common": ""
}
},
"license": [
"MIT"
],
"description": "Common libraries used by Guzzle",
"homepage": "http://guzzlephp.org/",
"keywords": [
"log",
"event",
"cache",
"validation",
"Socket",
"common",
"batch",
"inflection"
]
},
{
"name": "guzzle/http",
"version": "v2.8.8",
"target-dir": "Guzzle/Http",
"source": {
"type": "git",
"url": "git://github.com/guzzle/http.git",
"reference": "v2.8.8"
},
"dist": {
"type": "zip",
"url": "https://github.com/guzzle/http/zipball/v2.8.8",
"reference": "v2.8.8",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"guzzle/common": "self.version",
"guzzle/parser": "self.version"
},
"time": "2012-10-15 17:42:47",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Guzzle\\Http": ""
}
},
"license": [
"MIT"
],
"description": "HTTP libraries used by Guzzle",
"homepage": "http://guzzlephp.org/",
"keywords": [
"curl",
"http",
"http client",
"client",
"Guzzle"
]
},
{
"name": "guzzle/parser",
"version": "v2.8.8",
"target-dir": "Guzzle/Parser",
"source": {
"type": "git",
"url": "git://github.com/guzzle/parser.git",
"reference": "v2.8.8"
},
"dist": {
"type": "zip",
"url": "https://github.com/guzzle/parser/zipball/v2.8.8",
"reference": "v2.8.8",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"time": "2012-09-20 13:28:06",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Guzzle\\Parser": ""
}
},
"license": [
"MIT"
],
"description": "Interchangeable parsers used by Guzzle",
"homepage": "http://guzzlephp.org/",
"keywords": [
"http",
"url",
"message",
"cookie",
"URI Template"
]
},
{
"name": "instaclick/php-webdriver",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/instaclick/php-webdriver",
"reference": "v1.0.8"
},
"dist": {
"type": "zip",
"url": "https://github.com/instaclick/php-webdriver/archive/v1.0.8.zip",
"reference": "v1.0.8",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"time": "1351218365",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"WebDriver": "lib/"
}
},
"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"
]
}
],
"aliases": [
],
"minimum-stability": "dev",
"stability-flags": {
"doctrine/doctrine-fixtures-bundle": 20,
"behat/mink": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment