Created
April 20, 2012 19:42
-
-
Save Dynom/2431251 to your computer and use it in GitHub Desktop.
Series of files involved in the composer.phar stall
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "require": { | |
| "monolog/monolog": "1.0.*", | |
| "guzzle/guzzle": "2.2.*", | |
| "jms/serializer-bundle": "*", | |
| "jms/metadata" : "*", | |
| "twig/twig": "1.6.5", | |
| "predis/predis": "0.7.2", | |
| "doctrine/orm": "2.2.2", | |
| "doctrine/common" : "2.2.2", | |
| "symfony/class-loader": "2.0.*", | |
| "symfony/console": "2.0.*", | |
| "symfony/yaml": "2.0.*", | |
| "symfony/http-kernel": "2.0.*", | |
| "symfony/dependency-injection": "2.0.*" | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "hash": "15a74962c1d778e9a249766674548c22", | |
| "packages": [ | |
| { | |
| "package": "doctrine/common", | |
| "version": "2.2.2" | |
| }, | |
| { | |
| "package": "doctrine/dbal", | |
| "version": "2.2.2" | |
| }, | |
| { | |
| "package": "doctrine/orm", | |
| "version": "2.2.2" | |
| }, | |
| { | |
| "package": "guzzle/guzzle", | |
| "version": "v2.2.4" | |
| }, | |
| { | |
| "package": "jms/metadata", | |
| "version": "dev-master", | |
| "source-reference": "95bfbfbcbe573ff9ed5fd33fa39cdfe0da27220d" | |
| }, | |
| { | |
| "package": "jms/serializer-bundle", | |
| "version": "dev-master", | |
| "source-reference": "6bf2f092449c7104e6d9327de029cc3f5d2e3385" | |
| }, | |
| { | |
| "package": "monolog/monolog", | |
| "version": "1.0.2" | |
| }, | |
| { | |
| "package": "predis/predis", | |
| "version": "v0.7.2" | |
| }, | |
| { | |
| "package": "symfony/class-loader", | |
| "version": "2.0.x-dev", | |
| "source-reference": "v2.0.12" | |
| }, | |
| { | |
| "package": "symfony/console", | |
| "version": "2.0.x-dev", | |
| "source-reference": "b8b23721c41af153ab2506ddae9d89440ec6a538" | |
| }, | |
| { | |
| "package": "symfony/dependency-injection", | |
| "version": "2.0.x-dev", | |
| "source-reference": "1da9b3bfba385d97c9604566c3f04e53e8e1907e" | |
| }, | |
| { | |
| "package": "symfony/event-dispatcher", | |
| "version": "2.0.x-dev", | |
| "source-reference": "69f86e478aad6b1bf981e60414c9ead0f9a114f1" | |
| }, | |
| { | |
| "package": "symfony/http-foundation", | |
| "version": "2.0.x-dev", | |
| "source-reference": "90be33b7706ec3df47cdd6ae089508629fad3471" | |
| }, | |
| { | |
| "package": "symfony/http-kernel", | |
| "version": "2.0.x-dev", | |
| "source-reference": "3986697bebd0b3d89dd99648931c1c8af10fc2f4" | |
| }, | |
| { | |
| "package": "symfony/validator", | |
| "version": "dev-master", | |
| "source-reference": "ce994a5616b20f6ebf37d66a1a89bdd3af6b4ea2" | |
| }, | |
| { | |
| "package": "symfony/yaml", | |
| "version": "2.0.x-dev", | |
| "source-reference": "v2.0.12" | |
| }, | |
| { | |
| "package": "twig/twig", | |
| "version": "1.6.5" | |
| } | |
| ], | |
| "packages-dev": null, | |
| "aliases": [] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "doctrine/dbal", | |
| "version": "2.2.2", | |
| "version_normalized": "2.2.2.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/doctrine/dbal", | |
| "reference": "2.2.2" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/doctrine/dbal/zipball/2.2.2", | |
| "reference": "2.2.2", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2", | |
| "doctrine/common": ">=2.2.0,<=2.2.99" | |
| }, | |
| "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 | |
| } | |
| ], | |
| "description": "Database Abstraction Layer", | |
| "homepage": "http://www.doctrine-project.org", | |
| "keywords": [ | |
| "database", | |
| "persistence", | |
| "dbal", | |
| "queryobject" | |
| ], | |
| "autoload": { | |
| "psr-0": { | |
| "Doctrine\\DBAL": "lib/" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "symfony/validator", | |
| "version": "dev-master", | |
| "version_normalized": "9999999-dev", | |
| "target-dir": "Symfony/Component/Validator", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/Validator", | |
| "reference": "ce994a5616b20f6ebf37d66a1a89bdd3af6b4ea2" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/symfony/Validator/zipball/ce994a5616b20f6ebf37d66a1a89bdd3af6b4ea2", | |
| "reference": "ce994a5616b20f6ebf37d66a1a89bdd3af6b4ea2", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2", | |
| "doctrine/common": ">=2.1,<2.3" | |
| }, | |
| "suggest": { | |
| "symfony/http-foundation": "self.version", | |
| "symfony/yaml": "self.version" | |
| }, | |
| "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 | |
| }, | |
| { | |
| "name": "Symfony Community", | |
| "email": null, | |
| "homepage": "http://symfony.com/contributors" | |
| } | |
| ], | |
| "description": "Symfony Validator Component", | |
| "homepage": "http://symfony.com", | |
| "autoload": { | |
| "psr-0": { | |
| "Symfony\\Component\\Validator": "" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "symfony/dependency-injection", | |
| "version": "2.0.x-dev", | |
| "version_normalized": "2.0.9999999.9999999-dev", | |
| "target-dir": "Symfony/Component/DependencyInjection", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/DependencyInjection", | |
| "reference": "1da9b3bfba385d97c9604566c3f04e53e8e1907e" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/symfony/DependencyInjection/zipball/1da9b3bfba385d97c9604566c3f04e53e8e1907e", | |
| "reference": "1da9b3bfba385d97c9604566c3f04e53e8e1907e", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2" | |
| }, | |
| "suggest": { | |
| "symfony/yaml": "self.version" | |
| }, | |
| "type": "library", | |
| "installation-source": "source", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Fabien Potencier", | |
| "email": "fabien@symfony.com", | |
| "homepage": null | |
| }, | |
| { | |
| "name": "Symfony Community", | |
| "email": null, | |
| "homepage": "http://symfony.com/contributors" | |
| } | |
| ], | |
| "description": "Symfony DependencyInjection Component", | |
| "homepage": "http://symfony.com", | |
| "autoload": { | |
| "psr-0": { | |
| "Symfony\\Component\\DependencyInjection": "" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "symfony/event-dispatcher", | |
| "version": "2.0.x-dev", | |
| "version_normalized": "2.0.9999999.9999999-dev", | |
| "target-dir": "Symfony/Component/EventDispatcher", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/EventDispatcher", | |
| "reference": "69f86e478aad6b1bf981e60414c9ead0f9a114f1" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/symfony/EventDispatcher/zipball/69f86e478aad6b1bf981e60414c9ead0f9a114f1", | |
| "reference": "69f86e478aad6b1bf981e60414c9ead0f9a114f1", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2" | |
| }, | |
| "type": "library", | |
| "installation-source": "source", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Fabien Potencier", | |
| "email": "fabien@symfony.com", | |
| "homepage": null | |
| }, | |
| { | |
| "name": "Symfony Community", | |
| "email": null, | |
| "homepage": "http://symfony.com/contributors" | |
| } | |
| ], | |
| "description": "Symfony EventDispatcher Component", | |
| "homepage": "http://symfony.com", | |
| "autoload": { | |
| "psr-0": { | |
| "Symfony\\Component\\EventDispatcher": "" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "symfony/http-foundation", | |
| "version": "2.0.x-dev", | |
| "version_normalized": "2.0.9999999.9999999-dev", | |
| "target-dir": "Symfony/Component/HttpFoundation", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/HttpFoundation", | |
| "reference": "90be33b7706ec3df47cdd6ae089508629fad3471" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/symfony/HttpFoundation/zipball/90be33b7706ec3df47cdd6ae089508629fad3471", | |
| "reference": "90be33b7706ec3df47cdd6ae089508629fad3471", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2" | |
| }, | |
| "type": "library", | |
| "installation-source": "source", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Fabien Potencier", | |
| "email": "fabien@symfony.com", | |
| "homepage": null | |
| }, | |
| { | |
| "name": "Symfony Community", | |
| "email": null, | |
| "homepage": "http://symfony.com/contributors" | |
| } | |
| ], | |
| "description": "Symfony HttpFoundation Component", | |
| "homepage": "http://symfony.com", | |
| "autoload": { | |
| "psr-0": { | |
| "Symfony\\Component\\HttpFoundation": "" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "symfony/http-kernel", | |
| "version": "2.0.x-dev", | |
| "version_normalized": "2.0.9999999.9999999-dev", | |
| "target-dir": "Symfony/Component/HttpKernel", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/HttpKernel", | |
| "reference": "3986697bebd0b3d89dd99648931c1c8af10fc2f4" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/symfony/HttpKernel/zipball/3986697bebd0b3d89dd99648931c1c8af10fc2f4", | |
| "reference": "3986697bebd0b3d89dd99648931c1c8af10fc2f4", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2", | |
| "symfony/event-dispatcher": "self.version", | |
| "symfony/http-foundation": "self.version" | |
| }, | |
| "suggest": { | |
| "symfony/browser-kit": "self.version", | |
| "symfony/class-loader": "self.version", | |
| "symfony/config": "self.version", | |
| "symfony/console": "self.version", | |
| "symfony/dependency-injection": "self.version", | |
| "symfony/finder": "self.version" | |
| }, | |
| "type": "library", | |
| "installation-source": "source", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Fabien Potencier", | |
| "email": "fabien@symfony.com", | |
| "homepage": null | |
| }, | |
| { | |
| "name": "Symfony Community", | |
| "email": null, | |
| "homepage": "http://symfony.com/contributors" | |
| } | |
| ], | |
| "description": "Symfony HttpKernel Component", | |
| "homepage": "http://symfony.com", | |
| "autoload": { | |
| "psr-0": { | |
| "Symfony\\Component\\HttpKernel": "" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "symfony/yaml", | |
| "version": "2.0.x-dev", | |
| "version_normalized": "2.0.9999999.9999999-dev", | |
| "target-dir": "Symfony/Component/Yaml", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/Yaml", | |
| "reference": "v2.0.12" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/symfony/Yaml/zipball/v2.0.12", | |
| "reference": "v2.0.12", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2" | |
| }, | |
| "type": "library", | |
| "installation-source": "source", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Fabien Potencier", | |
| "email": "fabien@symfony.com", | |
| "homepage": null | |
| }, | |
| { | |
| "name": "Symfony Community", | |
| "email": null, | |
| "homepage": "http://symfony.com/contributors" | |
| } | |
| ], | |
| "description": "Symfony Yaml Component", | |
| "homepage": "http://symfony.com", | |
| "autoload": { | |
| "psr-0": { | |
| "Symfony\\Component\\Yaml": "" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "symfony/console", | |
| "version": "2.0.x-dev", | |
| "version_normalized": "2.0.9999999.9999999-dev", | |
| "target-dir": "Symfony/Component/Console", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/Console", | |
| "reference": "b8b23721c41af153ab2506ddae9d89440ec6a538" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/symfony/Console/zipball/b8b23721c41af153ab2506ddae9d89440ec6a538", | |
| "reference": "b8b23721c41af153ab2506ddae9d89440ec6a538", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2" | |
| }, | |
| "type": "library", | |
| "installation-source": "source", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Fabien Potencier", | |
| "email": "fabien@symfony.com", | |
| "homepage": null | |
| }, | |
| { | |
| "name": "Symfony Community", | |
| "email": null, | |
| "homepage": "http://symfony.com/contributors" | |
| } | |
| ], | |
| "description": "Symfony Console Component", | |
| "homepage": "http://symfony.com", | |
| "autoload": { | |
| "psr-0": { | |
| "Symfony\\Component\\Console": "" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "symfony/class-loader", | |
| "version": "2.0.x-dev", | |
| "version_normalized": "2.0.9999999.9999999-dev", | |
| "target-dir": "Symfony/Component/ClassLoader", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/ClassLoader", | |
| "reference": "v2.0.12" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/symfony/ClassLoader/zipball/v2.0.12", | |
| "reference": "v2.0.12", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2" | |
| }, | |
| "type": "library", | |
| "installation-source": "source", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Fabien Potencier", | |
| "email": "fabien@symfony.com", | |
| "homepage": null | |
| }, | |
| { | |
| "name": "Symfony Community", | |
| "email": null, | |
| "homepage": "http://symfony.com/contributors" | |
| } | |
| ], | |
| "description": "Symfony ClassLoader Component", | |
| "homepage": "http://symfony.com", | |
| "autoload": { | |
| "psr-0": { | |
| "Symfony\\Component\\ClassLoader": "" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "jms/metadata", | |
| "version": "dev-master", | |
| "version_normalized": "9999999-dev", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/schmittjoh/metadata", | |
| "reference": "95bfbfbcbe573ff9ed5fd33fa39cdfe0da27220d" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/schmittjoh/metadata/zipball/95bfbfbcbe573ff9ed5fd33fa39cdfe0da27220d", | |
| "reference": "95bfbfbcbe573ff9ed5fd33fa39cdfe0da27220d", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.0" | |
| }, | |
| "suggest": { | |
| "doctrine/common": ">=2.0" | |
| }, | |
| "type": "library", | |
| "installation-source": "source", | |
| "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": "guzzle/guzzle", | |
| "version": "v2.2.4", | |
| "version_normalized": "2.2.4.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/guzzle/guzzle", | |
| "reference": "v2.2.4" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/guzzle/guzzle/zipball/v2.2.4", | |
| "reference": "v2.2.4", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2", | |
| "ext-curl": "*", | |
| "symfony/event-dispatcher": "*", | |
| "symfony/validator": "*" | |
| }, | |
| "suggest": { | |
| "symfony/class-loader": "*", | |
| "monolog/monolog": "*", | |
| "zend/zend-cache": "*", | |
| "zend/zend-log": "*" | |
| }, | |
| "type": "library", | |
| "installation-source": "dist", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Michael Dowling", | |
| "email": "mtdowling@gmail.com", | |
| "homepage": "https://github.com/mtdowling" | |
| }, | |
| { | |
| "name": "Guzzle Community", | |
| "email": null, | |
| "homepage": "https://github.com/guzzle/guzzle/contributors" | |
| } | |
| ], | |
| "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", | |
| "homepage": "http://www.guzzlephp.org/", | |
| "keywords": [ | |
| "framework", | |
| "http", | |
| "rest", | |
| "web service" | |
| ], | |
| "autoload": { | |
| "psr-0": { | |
| "Guzzle\\Tests": "tests/", | |
| "Guzzle": "src/" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "monolog/monolog", | |
| "version": "1.0.2", | |
| "version_normalized": "1.0.2.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/Seldaek/monolog.git", | |
| "reference": "1.0.2" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/Seldaek/monolog/zipball/1.0.2", | |
| "reference": "1.0.2", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.0" | |
| }, | |
| "type": "library", | |
| "installation-source": "dist", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Jordi Boggiano", | |
| "email": "j.boggiano@seld.be", | |
| "homepage": "http://seld.be" | |
| } | |
| ], | |
| "description": "Logging for PHP 5.3", | |
| "homepage": "http://github.com/Seldaek/monolog", | |
| "keywords": [ | |
| "log", | |
| "logging" | |
| ], | |
| "autoload": { | |
| "psr-0": { | |
| "Monolog": "src/" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "doctrine/common", | |
| "version": "2.2.2", | |
| "version_normalized": "2.2.2.0", | |
| "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": "doctrine/orm", | |
| "version": "2.2.2", | |
| "version_normalized": "2.2.2.0", | |
| "source": { | |
| "type": "git", | |
| "url": "git://github.com/doctrine/doctrine2.git", | |
| "reference": "2.2.2" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/doctrine/doctrine2/zipball/2.2.2", | |
| "reference": "2.2.2", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2", | |
| "ext-pdo": "*", | |
| "doctrine/common": ">=2.2.0,<2.2.99", | |
| "doctrine/dbal": ">=2.2.1,<2.2.99" | |
| }, | |
| "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 | |
| } | |
| ], | |
| "description": "Object-Relational-Mapper for PHP", | |
| "homepage": "http://www.doctrine-project.org", | |
| "keywords": [ | |
| "database", | |
| "orm" | |
| ], | |
| "autoload": { | |
| "psr-0": { | |
| "Doctrine\\ORM": "lib/" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "predis/predis", | |
| "version": "v0.7.2", | |
| "version_normalized": "0.7.2.0", | |
| "source": { | |
| "type": "git", | |
| "url": "git://github.com/nrk/predis.git", | |
| "reference": "v0.7.2" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/nrk/predis/zipball/v0.7.2", | |
| "reference": "v0.7.2", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.0" | |
| }, | |
| "type": "library", | |
| "installation-source": "dist", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Daniele Alessandri", | |
| "email": "suppakilla@gmail.com", | |
| "homepage": "http://clorophilla.net" | |
| } | |
| ], | |
| "description": "Flexible and feature-complete PHP client library for Redis", | |
| "homepage": "http://github.com/nrk/predis", | |
| "keywords": [ | |
| "nosql", | |
| "redis", | |
| "predis" | |
| ], | |
| "autoload": { | |
| "psr-0": { | |
| "Predis": "lib/" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "twig/twig", | |
| "version": "1.6.5", | |
| "version_normalized": "1.6.5.0", | |
| "source": { | |
| "type": "git", | |
| "url": "git://github.com/fabpot/Twig.git", | |
| "reference": "v1.6.5" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/fabpot/Twig/zipball/v1.6.5", | |
| "reference": "v1.6.5", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.2.4" | |
| }, | |
| "type": "library", | |
| "installation-source": "dist", | |
| "license": [ | |
| "BSD" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Fabien Potencier", | |
| "email": "fabien@symfony.com", | |
| "homepage": null | |
| }, | |
| { | |
| "name": "Armin Ronacher", | |
| "email": "armin.ronacher@active-4.com", | |
| "homepage": 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": "jms/serializer-bundle", | |
| "version": "dev-master", | |
| "version_normalized": "9999999-dev", | |
| "target-dir": "JMS/SerializerBundle", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", | |
| "reference": "6bf2f092449c7104e6d9327de029cc3f5d2e3385" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/schmittjoh/JMSSerializerBundle/zipball/6bf2f092449c7104e6d9327de029cc3f5d2e3385", | |
| "reference": "6bf2f092449c7104e6d9327de029cc3f5d2e3385", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2", | |
| "jms/metadata": ">=1.1.0" | |
| }, | |
| "suggest": { | |
| "symfony/framework-bundle": "2.*" | |
| }, | |
| "type": "symfony-bundle", | |
| "installation-source": "source", | |
| "license": [ | |
| "Apache2" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Johannes M. Schmitt", | |
| "email": "schmittjoh@gmail.com", | |
| "homepage": "https://github.com/schmittjoh" | |
| } | |
| ], | |
| "description": "Allows you to easily serialize, and deserialize object graphs of any complexity", | |
| "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle", | |
| "keywords": [ | |
| "json", | |
| "xml", | |
| "serialization", | |
| "deserialization", | |
| "jaxb" | |
| ], | |
| "autoload": { | |
| "psr-0": { | |
| "JMS\\SerializerBundle": "" | |
| } | |
| } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment