082a0130c2
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
1172 lines
35 KiB
JSON
1172 lines
35 KiB
JSON
[
|
|
{
|
|
"name": "jms/metadata",
|
|
"version": "1.1.1",
|
|
"version_normalized": "1.1.1.0",
|
|
"time": "2011-12-31 21:32:49",
|
|
"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"
|
|
},
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"license": [
|
|
"Apache"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh"
|
|
}
|
|
],
|
|
"description": "Class/method/property metadata management in PHP",
|
|
"keywords": [
|
|
"annotations",
|
|
"yaml",
|
|
"xml",
|
|
"metadata"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Metadata\\": "src/"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "jms/cg",
|
|
"version": "1.0.0",
|
|
"version_normalized": "1.0.0.0",
|
|
"time": "2011-12-31 20:40:52",
|
|
"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"
|
|
},
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"license": [
|
|
"Apache"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh"
|
|
}
|
|
],
|
|
"description": "Toolset for generating PHP code",
|
|
"keywords": [
|
|
"code generation"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"CG\\": "src/"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "jms/aop-bundle",
|
|
"version": "1.0.0",
|
|
"version_normalized": "1.0.0.0",
|
|
"target-dir": "JMS/AopBundle",
|
|
"time": "2011-12-31 20:50:26",
|
|
"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"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"installation-source": "dist",
|
|
"license": [
|
|
"Apache"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh"
|
|
}
|
|
],
|
|
"description": "Adds AOP capabilities to Symfony2",
|
|
"keywords": [
|
|
"annotations",
|
|
"aop"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JMS\\AopBundle": ""
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "jms/security-extra-bundle",
|
|
"version": "1.1.0",
|
|
"version_normalized": "1.1.0.0",
|
|
"target-dir": "JMS/SecurityExtraBundle",
|
|
"time": "2012-01-01 00:38:12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/JMSSecurityExtraBundle",
|
|
"reference": "1.1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/schmittjoh/JMSSecurityExtraBundle/zipball/1.1.0",
|
|
"reference": "1.1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"symfony/framework-bundle": "2.*",
|
|
"jms/metadata": "1.1.*",
|
|
"jms/aop-bundle": "1.0.*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"installation-source": "source",
|
|
"license": [
|
|
"Apache"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh"
|
|
}
|
|
],
|
|
"description": "Enhances the Symfony2 Security Component by adding several new features",
|
|
"keywords": [
|
|
"annotations",
|
|
"authorization"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JMS\\SecurityExtraBundle": ""
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "jms/di-extra-bundle",
|
|
"version": "1.0.1",
|
|
"version_normalized": "1.0.1.0",
|
|
"target-dir": "JMS/DiExtraBundle",
|
|
"time": "2012-02-26 16:01:54",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/JMSDiExtraBundle",
|
|
"reference": "1.0.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/schmittjoh/JMSDiExtraBundle/zipball/1.0.1",
|
|
"reference": "1.0.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"symfony/framework-bundle": "2.*",
|
|
"jms/metadata": "1.1.*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"installation-source": "dist",
|
|
"license": [
|
|
"Apache"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh"
|
|
}
|
|
],
|
|
"description": "Allows to configure dependency injection using annotations",
|
|
"keywords": [
|
|
"dependency injection",
|
|
"annotations"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JMS\\DiExtraBundle": ""
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "doctrine/common",
|
|
"version": "2.2.2",
|
|
"version_normalized": "2.2.2.0",
|
|
"time": "2012-04-11 01:46:44",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/common",
|
|
"reference": "2.2.2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/common/zipball/2.2.2",
|
|
"reference": "2.2.2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": null
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org",
|
|
"homepage": null
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de",
|
|
"homepage": null
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh"
|
|
}
|
|
],
|
|
"description": "Common Library for Doctrine projects",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"collections",
|
|
"spl",
|
|
"eventmanager",
|
|
"annotations",
|
|
"persistence"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common": "lib/"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "1.1.0",
|
|
"version_normalized": "1.1.0.0",
|
|
"time": "2012-04-21 12:27:40",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "1.1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/Seldaek/monolog/zipball/1.1.0",
|
|
"reference": "1.1.0",
|
|
"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"
|
|
},
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be",
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "Logging for PHP 5.3",
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"keywords": [
|
|
"log",
|
|
"logging"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Monolog": "src/"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "twig/extensions",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"time": "2012-05-19 19:28:19",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Twig-extensions",
|
|
"reference": "feb6d3f10c411e2631997c0a905aa581c80305c1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/fabpot/Twig-extensions/zipball/feb6d3f10c411e2631997c0a905aa581c80305c1",
|
|
"reference": "feb6d3f10c411e2631997c0a905aa581c80305c1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"twig/twig": "1.*"
|
|
},
|
|
"type": "library",
|
|
"installation-source": "source",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": null,
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "Common additional features for Twig that do not directly belong in core",
|
|
"homepage": "https://github.com/fabpot/Twig-extensions",
|
|
"keywords": [
|
|
"debug",
|
|
"i18n",
|
|
"text"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_Extensions_": "lib/"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "symfony/monolog-bundle",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"target-dir": "Symfony/Bundle/MonologBundle",
|
|
"time": "2012-06-13 05:14:37",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/MonologBundle",
|
|
"reference": "0b5046d3d1ef93cd59ceabfa37de2665f5118c7f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/MonologBundle/zipball/0b5046d3d1ef93cd59ceabfa37de2665f5118c7f",
|
|
"reference": "0b5046d3d1ef93cd59ceabfa37de2665f5118c7f",
|
|
"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.*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": null,
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"email": null,
|
|
"homepage": "http://symfony.com/contributors",
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "Symfony MonologBundle",
|
|
"homepage": "http://symfony.com",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bundle\\MonologBundle": ""
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "kriswallsmith/assetic",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"time": "2012-06-10 23:41:54",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "http://github.com/kriswallsmith/assetic.git",
|
|
"reference": "d6f89a3170c5280ad554347dc113eb25fdf00ad7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/kriswallsmith/assetic/zipball/d6f89a3170c5280ad554347dc113eb25fdf00ad7",
|
|
"reference": "d6f89a3170c5280ad554347dc113eb25fdf00ad7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"symfony/process": "2.1.*"
|
|
},
|
|
"require-dev": {
|
|
"twig/twig": ">=1.6.0,<2.0",
|
|
"leafo/lessphp": "*"
|
|
},
|
|
"suggest": {
|
|
"twig/twig": "Assetic provides the integration with the Twig templating engine",
|
|
"leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kris Wallsmith",
|
|
"email": "kris.wallsmith@gmail.com",
|
|
"homepage": "http://kriswallsmith.net/",
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "Asset Management for PHP",
|
|
"homepage": "https://github.com/kriswallsmith/assetic",
|
|
"keywords": [
|
|
"assets",
|
|
"compression",
|
|
"minification"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Assetic": "src/"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "doctrine/orm",
|
|
"version": "2.2.x-dev",
|
|
"version_normalized": "2.2.9999999.9999999-dev",
|
|
"time": "2012-05-26 01:13:46",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/doctrine/doctrine2.git",
|
|
"reference": "5f66c65c9a8d984899903b54215d0249a45b92d6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/doctrine2/zipball/5f66c65c9a8d984899903b54215d0249a45b92d6",
|
|
"reference": "5f66c65c9a8d984899903b54215d0249a45b92d6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"ext-pdo": "*",
|
|
"doctrine/common": "2.2.*",
|
|
"doctrine/dbal": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"installation-source": "source",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/",
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": null,
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org",
|
|
"homepage": null,
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de",
|
|
"homepage": null,
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "Object-Relational-Mapper for PHP",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"orm"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\ORM": "lib/"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "2.2.x-dev",
|
|
"version_normalized": "2.2.9999999.9999999-dev",
|
|
"time": "2012-05-25 20:08:36",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal",
|
|
"reference": "8cc129aa64a8de6447056bce20f0a274fe2a340b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/dbal/zipball/8cc129aa64a8de6447056bce20f0a274fe2a340b",
|
|
"reference": "8cc129aa64a8de6447056bce20f0a274fe2a340b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"doctrine/common": ">=2.2.0,<=2.2.99"
|
|
},
|
|
"type": "library",
|
|
"installation-source": "source",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/",
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": null,
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org",
|
|
"homepage": null,
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de",
|
|
"homepage": null,
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "Database Abstraction Layer",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"persistence",
|
|
"dbal",
|
|
"queryobject"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\DBAL": "lib/"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"time": "2012-06-16 08:52:23",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/fabpot/Twig.git",
|
|
"reference": "4679ad51c5390648b7ea4c8f0ecd2c0c344145ba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/fabpot/Twig/zipball/4679ad51c5390648b7ea4c8f0ecd2c0c344145ba",
|
|
"reference": "4679ad51c5390648b7ea4c8f0ecd2c0c344145ba",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.8-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"license": [
|
|
"BSD-3"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": null,
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"homepage": null,
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"homepage": "http://twig.sensiolabs.org",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_": "lib/"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "doctrine/doctrine-bundle",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"target-dir": "Doctrine/Bundle/DoctrineBundle",
|
|
"time": "2012-06-18 06:36:07",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/doctrine/DoctrineBundle.git",
|
|
"reference": "94951737d6c692500d6b13bb92871935568a4ba5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/DoctrineBundle/zipball/94951737d6c692500d6b13bb92871935568a4ba5",
|
|
"reference": "94951737d6c692500d6b13bb92871935568a4ba5",
|
|
"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",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": null,
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"email": null,
|
|
"homepage": "http://symfony.com/contributors",
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de",
|
|
"homepage": null,
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "Symfony DoctrineBundle",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"orm",
|
|
"persistence",
|
|
"dbal"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Bundle\\DoctrineBundle": ""
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "sensio/generator-bundle",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"target-dir": "Sensio/Bundle/GeneratorBundle",
|
|
"time": "2012-06-18 16:40:45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sensio/SensioGeneratorBundle",
|
|
"reference": "43ed45c48db18e4a0e48aec0c098f42e56e22d36"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/sensio/SensioGeneratorBundle/zipball/43ed45c48db18e4a0e48aec0c098f42e56e22d36",
|
|
"reference": "43ed45c48db18e4a0e48aec0c098f42e56e22d36",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"symfony/framework-bundle": "2.1.*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/doctrine-bridge": "2.1.*",
|
|
"doctrine/orm": ">=2.1,<2.4-dev",
|
|
"twig/twig": ">=1.8,<2.0-dev"
|
|
},
|
|
"suggest": {
|
|
"doctrine/doctrine-bundle": "to generate entities and their crud controller"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": null,
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "This bundle generates code for you",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sensio\\Bundle\\GeneratorBundle": ""
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "sensio/framework-extra-bundle",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"target-dir": "Sensio/Bundle/FrameworkExtraBundle",
|
|
"time": "2012-06-18 10:41:18",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sensio/SensioFrameworkExtraBundle",
|
|
"reference": "62e41b85947034b0f1dfe31bb8e76920e1488571"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/sensio/SensioFrameworkExtraBundle/zipball/62e41b85947034b0f1dfe31bb8e76920e1488571",
|
|
"reference": "62e41b85947034b0f1dfe31bb8e76920e1488571",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.1,<2.4-dev",
|
|
"symfony/framework-bundle": "2.1.*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": null,
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "This bundle provides a way to configure your controllers with annotations",
|
|
"keywords": [
|
|
"annotations",
|
|
"controllers"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sensio\\Bundle\\FrameworkExtraBundle": ""
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "symfony/assetic-bundle",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"target-dir": "Symfony/Bundle/AsseticBundle",
|
|
"time": "2012-06-19 21:29:31",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/AsseticBundle",
|
|
"reference": "8fe7b898b08103c1d6fce64c3e279a7afd61adfc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/AsseticBundle/zipball/8fe7b898b08103c1d6fce64c3e279a7afd61adfc",
|
|
"reference": "8fe7b898b08103c1d6fce64c3e279a7afd61adfc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"symfony/framework-bundle": "2.1.*",
|
|
"kriswallsmith/assetic": "1.1.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/twig-bundle": "2.1.*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kris Wallsmith",
|
|
"email": "kris.wallsmith@gmail.com",
|
|
"homepage": "http://kriswallsmith.net/",
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "Integrates Assetic into Symfony2",
|
|
"homepage": "https://github.com/symfony/AsseticBundle",
|
|
"keywords": [
|
|
"assets",
|
|
"compression",
|
|
"minification"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bundle\\AsseticBundle": ""
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "symfony/swiftmailer-bundle",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"target-dir": "Symfony/Bundle/SwiftmailerBundle",
|
|
"time": "2012-06-18 20:25:44",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/SwiftmailerBundle",
|
|
"reference": "d05c9c514a631ee688c53c4cc5505da757bd50d3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/SwiftmailerBundle/zipball/d05c9c514a631ee688c53c4cc5505da757bd50d3",
|
|
"reference": "d05c9c514a631ee688c53c4cc5505da757bd50d3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"symfony/swiftmailer-bridge": "self.version",
|
|
"swiftmailer/swiftmailer": ">=4.1.8,<4.2-dev"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": null,
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"email": null,
|
|
"homepage": "http://symfony.com/contributors",
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "Symfony SwiftmailerBundle",
|
|
"homepage": "http://symfony.com",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bundle\\SwiftmailerBundle": ""
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"time": "2012-06-20 14:46:20",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "d57ffdeed664d6061cef0047e1f5d3fc3ee3fb99"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/swiftmailer/swiftmailer/zipball/d57ffdeed664d6061cef0047e1f5d3fc3ee3fb99",
|
|
"reference": "d57ffdeed664d6061cef0047e1f5d3fc3ee3fb99",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": null,
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Chris Corbyn",
|
|
"email": "",
|
|
"homepage": null,
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
|
"homepage": "http://swiftmailer.org",
|
|
"keywords": [
|
|
"mail",
|
|
"mailer"
|
|
],
|
|
"autoload": {
|
|
"files": [
|
|
"lib/swift_required.php"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "symfony/symfony",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"time": "2012-06-21 09:42:20",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/symfony/symfony.git",
|
|
"reference": "v2.1.0-BETA1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/symfony/zipball/v2.1.0-BETA1",
|
|
"reference": "v2.1.0-BETA1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"twig/twig": ">=1.8,<2.0-dev",
|
|
"doctrine/common": ">2.2,<2.4-dev"
|
|
},
|
|
"replace": {
|
|
"symfony/doctrine-bridge": "self.version",
|
|
"symfony/monolog-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/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",
|
|
"symfony/propel1-bridge": "self.version",
|
|
"symfony/options-resolver": "self.version",
|
|
"symfony/swiftmailer-bridge": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/data-fixtures": "1.0.*",
|
|
"propel/propel1": "dev-master",
|
|
"monolog/monolog": "dev-master",
|
|
"doctrine/dbal": ">=2.2,<2.4-dev",
|
|
"doctrine/orm": ">=2.2,<2.4-dev"
|
|
},
|
|
"suggest": {
|
|
"doctrine/data-fixtures": "1.0.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": null,
|
|
"role": null
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"email": null,
|
|
"homepage": "http://symfony.com/contributors",
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "The Symfony PHP framework",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"framework"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony": "src/",
|
|
"SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/Resources/stubs"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "sensio/distribution-bundle",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"target-dir": "Sensio/Bundle/DistributionBundle",
|
|
"time": "2012-06-21 15:12:48",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sensio/SensioDistributionBundle",
|
|
"reference": "a360ad61fe34206a7295c1ef00b5455b2b2e1071"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/sensio/SensioDistributionBundle/zipball/a360ad61fe34206a7295c1ef00b5455b2b2e1071",
|
|
"reference": "a360ad61fe34206a7295c1ef00b5455b2b2e1071",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"symfony/framework-bundle": "2.1.*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"installation-source": "source",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": null,
|
|
"role": null
|
|
}
|
|
],
|
|
"description": "The base bundle for the Symfony Distributions",
|
|
"keywords": [
|
|
"distribution",
|
|
"configuration"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sensio\\Bundle\\DistributionBundle": ""
|
|
}
|
|
}
|
|
}
|
|
]
|