|
@@ -1,220 +1,1651 @@
|
|
|
{
|
|
|
- "hash": "7ec0e6e0a9c4da86f2c0093fc032a99a",
|
|
|
+ "hash": "3d783589fb4afc2bee7d0d7c67ade76b",
|
|
|
"packages": [
|
|
|
{
|
|
|
- "package": "composer/composer",
|
|
|
+ "name": "composer/composer",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "fe4516aff874e17c33a951400213dc518bf6a284",
|
|
|
- "commit-date": "1347062402"
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/composer/composer",
|
|
|
+ "reference": "0929f25945e8a0f4a32070829de80dd454304d38"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/composer/composer/zipball/0929f25945e8a0f4a32070829de80dd454304d38",
|
|
|
+ "reference": "0929f25945e8a0f4a32070829de80dd454304d38",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "justinrainbow/json-schema": "1.1.*",
|
|
|
+ "seld/jsonlint": "1.*",
|
|
|
+ "php": ">=5.3.2",
|
|
|
+ "symfony/console": "2.1.*",
|
|
|
+ "symfony/finder": "2.1.*",
|
|
|
+ "symfony/process": "2.1.*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic",
|
|
|
+ "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages"
|
|
|
+ },
|
|
|
+ "time": "1347812386",
|
|
|
+ "bin": [
|
|
|
+ "bin/composer"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Composer": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "http://seld.be",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Nils Adermann",
|
|
|
+ "email": "naderman@naderman.de",
|
|
|
+ "homepage": "http://www.naderman.de"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Package Manager",
|
|
|
+ "homepage": "http://getcomposer.org/",
|
|
|
+ "keywords": [
|
|
|
+ "package",
|
|
|
+ "dependency",
|
|
|
+ "autoload"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "doctrine/common",
|
|
|
- "version": "2.2.3"
|
|
|
+ "name": "doctrine/common",
|
|
|
+ "version": "2.3.x-dev",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/common",
|
|
|
+ "reference": "bcc89eb63e7dad22102c4e0516fe40159461f40a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/doctrine/common/zipball/bcc89eb63e7dad22102c4e0516fe40159461f40a",
|
|
|
+ "reference": "bcc89eb63e7dad22102c4e0516fe40159461f40a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.2"
|
|
|
+ },
|
|
|
+ "time": "1347603718",
|
|
|
+ "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": "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "doctrine/dbal",
|
|
|
- "version": "2.2.x-dev",
|
|
|
- "source-reference": "da4b7b4d965db0c1c1d23333e87ee5ae8994e249",
|
|
|
- "commit-date": "1344978731"
|
|
|
+ "name": "doctrine/dbal",
|
|
|
+ "version": "2.3.x-dev",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/dbal",
|
|
|
+ "reference": "239630b61f03f39d198441eced1bfffb7b0e61d1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/doctrine/dbal/zipball/239630b61f03f39d198441eced1bfffb7b0e61d1",
|
|
|
+ "reference": "239630b61f03f39d198441eced1bfffb7b0e61d1",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.2",
|
|
|
+ "doctrine/common": "2.3.*"
|
|
|
+ },
|
|
|
+ "time": "1346866589",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "doctrine/doctrine-bundle",
|
|
|
+ "name": "doctrine/doctrine-bundle",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "3600872919186e1a40e8fd556e65f6dca6337cc9",
|
|
|
- "commit-date": "1346617185"
|
|
|
+ "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."
|
|
|
+ },
|
|
|
+ "time": "1347289964",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "doctrine/orm",
|
|
|
- "version": "2.2.x-dev",
|
|
|
- "source-reference": "11faa7e49d77e559e4e376d3b927d2e742fbcf8b",
|
|
|
- "commit-date": "1346246267"
|
|
|
+ "name": "doctrine/orm",
|
|
|
+ "version": "2.3.x-dev",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git://github.com/doctrine/doctrine2.git",
|
|
|
+ "reference": "4d9f24b2eef3af3a3e76c773994c19bbb0706f88"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/doctrine/doctrine2/zipball/4d9f24b2eef3af3a3e76c773994c19bbb0706f88",
|
|
|
+ "reference": "4d9f24b2eef3af3a3e76c773994c19bbb0706f88",
|
|
|
+ "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": "1346869007",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "friendsofsymfony/user-bundle",
|
|
|
+ "name": "friendsofsymfony/user-bundle",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "74dcb06f464330caa9a7cc95febd5b74e9018246",
|
|
|
- "commit-date": "1346762108"
|
|
|
+ "target-dir": "FOS/UserBundle",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/FriendsOfSymfony/FOSUserBundle",
|
|
|
+ "reference": "83536190cbd4a8b86846c3e8432f6ea907477b90"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/FriendsOfSymfony/FOSUserBundle/zipball/83536190cbd4a8b86846c3e8432f6ea907477b90",
|
|
|
+ "reference": "83536190cbd4a8b86846c3e8432f6ea907477b90",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.2",
|
|
|
+ "symfony/framework-bundle": "2.1.*",
|
|
|
+ "symfony/security-bundle": "2.1.*"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "twig/twig": "*",
|
|
|
+ "doctrine/doctrine-bundle": "*",
|
|
|
+ "swiftmailer/swiftmailer": "*",
|
|
|
+ "willdurand/propel-typehintable-behavior": "dev-master",
|
|
|
+ "symfony/validator": "2.1.*",
|
|
|
+ "symfony/yaml": "2.1.*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "doctrine/couchdb-odm-bundle": "*",
|
|
|
+ "doctrine/doctrine-bundle": "*",
|
|
|
+ "doctrine/mongodb-odm-bundle": "*"
|
|
|
+ },
|
|
|
+ "time": "1347413919",
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "FOS\\UserBundle": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "justinrainbow/json-schema",
|
|
|
- "version": "1.1.0"
|
|
|
+ "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 17: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": "https://github.com/schmittjoh",
|
|
|
+ "role": "Developer of wrapped JMSSerializerBundle"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Adds AOP capabilities to Symfony2",
|
|
|
+ "keywords": [
|
|
|
+ "annotations",
|
|
|
+ "aop"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "kriswallsmith/assetic",
|
|
|
- "version": "dev-master",
|
|
|
- "alias-pretty-version": "1.1.x-dev",
|
|
|
- "alias-version": "1.1.9999999.9999999-dev"
|
|
|
+ "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 17:40:52",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "CG\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "Apache"
|
|
|
+ ],
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "kriswallsmith/assetic",
|
|
|
- "version": "dev-master",
|
|
|
- "source-reference": "86b637e9f64ddcbd17d9eda944384812b5836254",
|
|
|
- "commit-date": "1346695911"
|
|
|
+ "name": "jms/di-extra-bundle",
|
|
|
+ "version": "1.1.x-dev",
|
|
|
+ "target-dir": "JMS/DiExtraBundle",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/schmittjoh/JMSDiExtraBundle",
|
|
|
+ "reference": "d3360b2eb98a1381b9a3fd86ea94a35a347afebb"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/schmittjoh/JMSDiExtraBundle/zipball/d3360b2eb98a1381b9a3fd86ea94a35a347afebb",
|
|
|
+ "reference": "d3360b2eb98a1381b9a3fd86ea94a35a347afebb",
|
|
|
+ "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": {
|
|
|
+ "symfony/validator": "2.1.*",
|
|
|
+ "symfony/form": "2.1.*",
|
|
|
+ "symfony/class-loader": "2.1.*",
|
|
|
+ "symfony/yaml": "2.1.*",
|
|
|
+ "symfony/browser-kit": "2.1.*",
|
|
|
+ "symfony/security-bundle": "2.1.*",
|
|
|
+ "symfony/twig-bundle": "2.1.*",
|
|
|
+ "sensio/framework-extra-bundle": "2.1.*",
|
|
|
+ "jms/security-extra-bundle": "1.*"
|
|
|
+ },
|
|
|
+ "time": "1347584907",
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "JMS\\DiExtraBundle": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "monolog/monolog",
|
|
|
- "version": "dev-master",
|
|
|
- "alias-pretty-version": "1.3.x-dev",
|
|
|
- "alias-version": "1.3.9999999.9999999-dev"
|
|
|
+ "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 18:32:49",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Metadata\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "monolog/monolog",
|
|
|
- "version": "dev-master",
|
|
|
- "source-reference": "1.2.1",
|
|
|
- "commit-date": "1346241200"
|
|
|
+ "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": "*"
|
|
|
+ },
|
|
|
+ "time": "1346947943",
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "JMS\\SecurityExtraBundle": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "Apache2"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Johannes M. Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com",
|
|
|
+ "homepage": "https://github.com/schmittjoh",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "nelmio/solarium-bundle",
|
|
|
- "version": "dev-master",
|
|
|
- "source-reference": "61b8a7f2b99edd13d90e377335f571607721a7f2",
|
|
|
- "commit-date": "1345050695"
|
|
|
+ "name": "justinrainbow/json-schema",
|
|
|
+ "version": "1.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git://github.com/justinrainbow/json-schema.git",
|
|
|
+ "reference": "v1.1.0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/justinrainbow/json-schema/zipball/v1.1.0",
|
|
|
+ "reference": "v1.1.0",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2012-01-01 11:33:17",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "JsonSchema": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "NewBSD"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Igor Wiedler",
|
|
|
+ "email": "igor@wiedler.ch",
|
|
|
+ "homepage": "http://wiedler.ch/igor/",
|
|
|
+ "role": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Bruno Prieto Reis",
|
|
|
+ "email": "bruno.p.reis@gmail.com",
|
|
|
+ "homepage": null,
|
|
|
+ "role": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Justin Rainbow",
|
|
|
+ "email": "justin.rainbow@gmail.com",
|
|
|
+ "homepage": null,
|
|
|
+ "role": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Robert Schönthal",
|
|
|
+ "email": "seroscho@googlemail.com",
|
|
|
+ "homepage": "http://digitalkaoz.net",
|
|
|
+ "role": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A library to validate a json schema.",
|
|
|
+ "homepage": "https://github.com/justinrainbow/json-schema",
|
|
|
+ "keywords": [
|
|
|
+ "json",
|
|
|
+ "schema"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "pagerfanta/pagerfanta",
|
|
|
+ "name": "kriswallsmith/assetic",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "12f71d99457b018fb80746f84514dd5b495c5789",
|
|
|
- "commit-date": "1345672591"
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "time": "1347622188",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "predis/predis",
|
|
|
- "version": "0.7.x-dev",
|
|
|
- "source-reference": "5859578046f0375eac5df75e5dd514d44d38f4ae",
|
|
|
- "commit-date": "1346694780"
|
|
|
- },
|
|
|
- {
|
|
|
- "package": "seld/jsonlint",
|
|
|
- "version": "1.0.0"
|
|
|
- },
|
|
|
- {
|
|
|
- "package": "sensio/distribution-bundle",
|
|
|
+ "name": "monolog/monolog",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "a86d2c0d7212851cc4e971abdff13b89eb063861",
|
|
|
- "commit-date": "1346246961"
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Seldaek/monolog",
|
|
|
+ "reference": "0f3dc95c4a0ed7d17bec237d07af3da6c0c1071a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/Seldaek/monolog/zipball/0f3dc95c4a0ed7d17bec237d07af3da6c0c1071a",
|
|
|
+ "reference": "0f3dc95c4a0ed7d17bec237d07af3da6c0c1071a",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "time": "1347363321",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "sensio/framework-extra-bundle",
|
|
|
+ "name": "nelmio/solarium-bundle",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "1281f6218226ddb88df8546f28a3166e2a0cb55d",
|
|
|
- "commit-date": "1346234539"
|
|
|
+ "target-dir": "Nelmio/SolariumBundle",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/nelmio/NelmioSolariumBundle",
|
|
|
+ "reference": "61b8a7f2b99edd13d90e377335f571607721a7f2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/nelmio/NelmioSolariumBundle/zipball/61b8a7f2b99edd13d90e377335f571607721a7f2",
|
|
|
+ "reference": "61b8a7f2b99edd13d90e377335f571607721a7f2",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "symfony/framework-bundle": "2.*",
|
|
|
+ "solarium/solarium": ">=2.4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/yaml": "2.*"
|
|
|
+ },
|
|
|
+ "time": "1345050695",
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Nelmio\\SolariumBundle": ""
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
- "package": "sensio/generator-bundle",
|
|
|
+ "name": "pagerfanta/pagerfanta",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "v2.1.0-RC2",
|
|
|
- "commit-date": "1346138171"
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git://github.com/whiteoctober/Pagerfanta.git",
|
|
|
+ "reference": "12f71d99457b018fb80746f84514dd5b495c5789"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/whiteoctober/Pagerfanta/zipball/12f71d99457b018fb80746f84514dd5b495c5789",
|
|
|
+ "reference": "12f71d99457b018fb80746f84514dd5b495c5789",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "doctrine/orm": "2.*",
|
|
|
+ "doctrine/mongodb-odm": "2.*",
|
|
|
+ "solarium/solarium": "2.*"
|
|
|
+ },
|
|
|
+ "time": "1345672591",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Pagerfanta\\": "src/"
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
- "package": "snc/redis-bundle",
|
|
|
- "version": "dev-master",
|
|
|
- "source-reference": "c5126259fd79680df8a11ca4bfb9aff5473ecbf2",
|
|
|
- "commit-date": "1345897840"
|
|
|
- },
|
|
|
- {
|
|
|
- "package": "solarium/solarium",
|
|
|
- "version": "dev-master",
|
|
|
- "source-reference": "5c7afe1c4e104feb3761618dd54cf813beb4de5a",
|
|
|
- "commit-date": "1343376249"
|
|
|
+ "name": "predis/predis",
|
|
|
+ "version": "0.7.x-dev",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git://github.com/nrk/predis.git",
|
|
|
+ "reference": "5859578046f0375eac5df75e5dd514d44d38f4ae"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/nrk/predis/zipball/5859578046f0375eac5df75e5dd514d44d38f4ae",
|
|
|
+ "reference": "5859578046f0375eac5df75e5dd514d44d38f4ae",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "1346694780",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Predis": "lib/"
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
- "package": "swiftmailer/swiftmailer",
|
|
|
- "version": "dev-master",
|
|
|
- "alias-pretty-version": "4.2.x-dev",
|
|
|
- "alias-version": "4.2.9999999.9999999-dev"
|
|
|
+ "name": "seld/jsonlint",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "http://github.com/Seldaek/jsonlint",
|
|
|
+ "reference": "1.0.0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/Seldaek/jsonlint/zipball/1.0.0",
|
|
|
+ "reference": "1.0.0",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2012-03-10 18:52:32",
|
|
|
+ "bin": [
|
|
|
+ "bin/jsonlint"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Seld\\JsonLint": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "http://seld.be",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "JSON Linter",
|
|
|
+ "keywords": [
|
|
|
+ "json",
|
|
|
+ "parser",
|
|
|
+ "linter",
|
|
|
+ "validator"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "swiftmailer/swiftmailer",
|
|
|
- "version": "dev-master",
|
|
|
- "source-reference": "e12e4ef3a9d6dd60fb734a01984a6e6627aea764",
|
|
|
- "commit-date": "1345630910"
|
|
|
+ "name": "sensio/distribution-bundle",
|
|
|
+ "version": "2.1.x-dev",
|
|
|
+ "target-dir": "Sensio/Bundle/DistributionBundle",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sensio/SensioDistributionBundle",
|
|
|
+ "reference": "2eee3cb4cd761c851f0d766649fb9ff6f4c97002"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/sensio/SensioDistributionBundle/zipball/2eee3cb4cd761c851f0d766649fb9ff6f4c97002",
|
|
|
+ "reference": "2eee3cb4cd761c851f0d766649fb9ff6f4c97002",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "symfony/framework-bundle": "2.1.*"
|
|
|
+ },
|
|
|
+ "time": "1347340208",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "symfony/assetic-bundle",
|
|
|
- "version": "dev-master",
|
|
|
- "alias-pretty-version": "2.1.x-dev",
|
|
|
- "alias-version": "2.1.9999999.9999999-dev"
|
|
|
+ "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": "6d393099b17f301cc09a1d586292ed0b84763011"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/sensio/SensioFrameworkExtraBundle/zipball/6d393099b17f301cc09a1d586292ed0b84763011",
|
|
|
+ "reference": "6d393099b17f301cc09a1d586292ed0b84763011",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "symfony/framework-bundle": "2.1.*",
|
|
|
+ "doctrine/common": ">=2.1,<2.4-dev"
|
|
|
+ },
|
|
|
+ "time": "1347780475",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "symfony/assetic-bundle",
|
|
|
+ "name": "sensio/generator-bundle",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "4e7e8a039fa19434f04558473adbb201118af942",
|
|
|
- "commit-date": "1346199949"
|
|
|
+ "target-dir": "Sensio/Bundle/GeneratorBundle",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sensio/SensioGeneratorBundle",
|
|
|
+ "reference": "v2.1.0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/sensio/SensioGeneratorBundle/zipball/v2.1.0",
|
|
|
+ "reference": "v2.1.0",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "time": "1346138171",
|
|
|
+ "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"
|
|
|
},
|
|
|
{
|
|
|
- "package": "symfony/monolog-bundle",
|
|
|
+ "name": "snc/redis-bundle",
|
|
|
"version": "dev-master",
|
|
|
- "alias-pretty-version": "2.1.x-dev",
|
|
|
- "alias-version": "2.1.9999999.9999999-dev"
|
|
|
+ "target-dir": "Snc/RedisBundle",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git://github.com/snc/SncRedisBundle.git",
|
|
|
+ "reference": "c5126259fd79680df8a11ca4bfb9aff5473ecbf2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/snc/SncRedisBundle/zipball/c5126259fd79680df8a11ca4bfb9aff5473ecbf2",
|
|
|
+ "reference": "c5126259fd79680df8a11ca4bfb9aff5473ecbf2",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "symfony/framework-bundle": "2.1.*",
|
|
|
+ "symfony/yaml": "2.1.*",
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/common": ">=2.2",
|
|
|
+ "predis/predis": "0.7.*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "monolog/monolog": "If you want to use the monolog redis handler.",
|
|
|
+ "predis/predis": "If you want to use predis (currently only v0.7.x is supported)."
|
|
|
+ },
|
|
|
+ "time": "1345897840",
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Snc\\RedisBundle": ""
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
- "package": "symfony/monolog-bundle",
|
|
|
+ "name": "solarium/solarium",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "v2.1.0-RC2",
|
|
|
- "commit-date": "1345557954"
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/basdenooijer/solarium",
|
|
|
+ "reference": "5c7afe1c4e104feb3761618dd54cf813beb4de5a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/basdenooijer/solarium/zipball/5c7afe1c4e104feb3761618dd54cf813beb4de5a",
|
|
|
+ "reference": "5c7afe1c4e104feb3761618dd54cf813beb4de5a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.2.0"
|
|
|
+ },
|
|
|
+ "time": "1343376249",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Solarium": "library/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "NewBSD"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "See GitHub contributors",
|
|
|
+ "email": null,
|
|
|
+ "homepage": "https://github.com/basdenooijer/solarium/contributors",
|
|
|
+ "role": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Solr client",
|
|
|
+ "homepage": "http://www.solarium-project.org",
|
|
|
+ "keywords": [
|
|
|
+ "php",
|
|
|
+ "solr",
|
|
|
+ "search"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "symfony/swiftmailer-bundle",
|
|
|
+ "name": "swiftmailer/swiftmailer",
|
|
|
"version": "dev-master",
|
|
|
- "alias-pretty-version": "2.1.x-dev",
|
|
|
- "alias-version": "2.1.9999999.9999999-dev"
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "symfony/swiftmailer-bundle",
|
|
|
+ "name": "symfony/assetic-bundle",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "d2eae9385c029cbac031a90e6d2abc74b889a562",
|
|
|
- "commit-date": "1346243146"
|
|
|
+ "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.*"
|
|
|
+ },
|
|
|
+ "time": "1347626244",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "symfony/symfony",
|
|
|
+ "name": "symfony/monolog-bundle",
|
|
|
"version": "dev-master",
|
|
|
- "alias-pretty-version": "2.1.x-dev",
|
|
|
- "alias-version": "2.1.9999999.9999999-dev"
|
|
|
+ "target-dir": "Symfony/Bundle/MonologBundle",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/MonologBundle",
|
|
|
+ "reference": "b7318480e6f8bf5579d6b3cd856850302e7ba8d8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/symfony/MonologBundle/zipball/b7318480e6f8bf5579d6b3cd856850302e7ba8d8",
|
|
|
+ "reference": "b7318480e6f8bf5579d6b3cd856850302e7ba8d8",
|
|
|
+ "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.*"
|
|
|
+ },
|
|
|
+ "time": "1347283885",
|
|
|
+ "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"
|
|
|
},
|
|
|
{
|
|
|
- "package": "symfony/symfony",
|
|
|
+ "name": "symfony/swiftmailer-bundle",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "1dd153205b1db5b9ddcb4bfd4825ce6b8c4f41e7",
|
|
|
- "commit-date": "1346770195"
|
|
|
+ "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.*"
|
|
|
+ },
|
|
|
+ "time": "1346243146",
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Symfony\\Bundle\\SwiftmailerBundle": ""
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
- "package": "twig/extensions",
|
|
|
- "version": "dev-master",
|
|
|
- "source-reference": "f904575642b1213db69b4a98f08397e722ba1cae",
|
|
|
- "commit-date": "1346770278"
|
|
|
+ "name": "symfony/symfony",
|
|
|
+ "version": "2.1.x-dev",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git://github.com/symfony/symfony.git",
|
|
|
+ "reference": "846df269dd32c495fde203d4568c50e3214b4365"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/symfony/symfony/zipball/846df269dd32c495fde203d4568c50e3214b4365",
|
|
|
+ "reference": "846df269dd32c495fde203d4568c50e3214b4365",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "time": "1347781262",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "twig/twig",
|
|
|
+ "name": "twig/extensions",
|
|
|
"version": "dev-master",
|
|
|
- "alias-pretty-version": "1.9.x-dev",
|
|
|
- "alias-version": "1.9.9999999.9999999-dev"
|
|
|
+ "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.*"
|
|
|
+ },
|
|
|
+ "time": "1346770278",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Twig_Extensions_": "lib/"
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
- "package": "twig/twig",
|
|
|
+ "name": "twig/twig",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "459720ff3b74ee0c0d159277c6f2f5df89d8a4f6",
|
|
|
- "commit-date": "1346397138"
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git://github.com/fabpot/Twig.git",
|
|
|
+ "reference": "c38e06ff4134820f5acca2b5b0a163251b053d89"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/fabpot/Twig/zipball/c38e06ff4134820f5acca2b5b0a163251b053d89",
|
|
|
+ "reference": "c38e06ff4134820f5acca2b5b0a163251b053d89",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.2.4"
|
|
|
+ },
|
|
|
+ "time": "1347806324",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- "package": "white-october/pagerfanta-bundle",
|
|
|
+ "name": "white-october/pagerfanta-bundle",
|
|
|
"version": "dev-master",
|
|
|
- "source-reference": "38e317a3ecd5a68e2322024ea8fe57632d4ddd68",
|
|
|
- "commit-date": "1343134121"
|
|
|
+ "target-dir": "WhiteOctober/PagerfantaBundle",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
|
|
|
+ "reference": "38e317a3ecd5a68e2322024ea8fe57632d4ddd68"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/38e317a3ecd5a68e2322024ea8fe57632d4ddd68",
|
|
|
+ "reference": "38e317a3ecd5a68e2322024ea8fe57632d4ddd68",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "symfony/framework-bundle": "2.*",
|
|
|
+ "pagerfanta/pagerfanta": "dev-master"
|
|
|
+ },
|
|
|
+ "time": "1343134121",
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "WhiteOctober\\PagerfantaBundle": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Pablo Díez",
|
|
|
+ "email": "pablodip@gmail.com",
|
|
|
+ "homepage": "http://github.com/pablodip",
|
|
|
+ "role": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Bundle to use Pagerfanta with Symfony2",
|
|
|
+ "keywords": [
|
|
|
+ "page",
|
|
|
+ "paging"
|
|
|
+ ]
|
|
|
}
|
|
|
],
|
|
|
- "packages-dev": null,
|
|
|
+ "packages-dev": [
|
|
|
+
|
|
|
+ ],
|
|
|
"aliases": [
|
|
|
|
|
|
],
|
|
|
"minimum-stability": "dev",
|
|
|
"stability-flags": {
|
|
|
"composer/composer": 20,
|
|
|
- "doctrine/doctrine-bundle": 20,
|
|
|
"friendsofsymfony/user-bundle": 20,
|
|
|
"nelmio/solarium-bundle": 20,
|
|
|
- "sensio/distribution-bundle": 20,
|
|
|
- "sensio/framework-extra-bundle": 20,
|
|
|
- "sensio/generator-bundle": 20,
|
|
|
"snc/redis-bundle": 20,
|
|
|
- "twig/extensions": 20,
|
|
|
"white-october/pagerfanta-bundle": 20
|
|
|
}
|
|
|
}
|