{ "hash": "31cfbd428dcd9c7da7d44c1d5ffebc57", "packages": [ { "name": "composer/composer", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/composer/composer", "reference": "967c771b26a888d2a31d4d611169201a4a7ff325" }, "dist": { "type": "zip", "url": "https://github.com/composer/composer/archive/967c771b26a888d2a31d4d611169201a4a7ff325.zip", "reference": "967c771b26a888d2a31d4d611169201a4a7ff325", "shasum": "" }, "require": { "justinrainbow/json-schema": "1.1.*", "seld/jsonlint": "1.*", "php": ">=5.3.2", "symfony/console": ">=2.1,<3.0", "symfony/finder": ">=2.1,<3.0", "symfony/process": ">=2.1,<3.0" }, "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": "1352113682", "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" ] }, { "name": "doctrine/common", "version": "2.3.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/common", "reference": "bb0aebbf234db52df476a2b473d434745b34221c" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/common/zipball/bb0aebbf234db52df476a2b473d434745b34221c", "reference": "bb0aebbf234db52df476a2b473d434745b34221c", "shasum": "" }, "require": { "php": ">=5.3.2" }, "time": "1348120518", "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", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Common Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "collections", "spl", "eventmanager", "annotations", "persistence" ] }, { "name": "doctrine/dbal", "version": "2.3.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/dbal", "reference": "219d96a1592e9e23087eb6861b4f8233d06c6463" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/dbal/zipball/219d96a1592e9e23087eb6861b4f8233d06c6463", "reference": "219d96a1592e9e23087eb6861b4f8233d06c6463", "shasum": "" }, "require": { "php": ">=5.3.2", "doctrine/common": "2.3.*" }, "time": "1349518912", "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", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" } ], "description": "Database Abstraction Layer", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "persistence", "dbal", "queryobject" ] }, { "name": "doctrine/doctrine-bundle", "version": "dev-master", "target-dir": "Doctrine/Bundle/DoctrineBundle", "source": { "type": "git", "url": "git://github.com/doctrine/DoctrineBundle.git", "reference": "a3b99ec049b7c488c70b8776a67c594e6ddf54cd" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/DoctrineBundle/zipball/a3b99ec049b7c488c70b8776a67c594e6ddf54cd", "reference": "a3b99ec049b7c488c70b8776a67c594e6ddf54cd", "shasum": "" }, "require": { "php": ">=5.3.2", "doctrine/dbal": ">=2.2,<2.4-dev", "symfony/framework-bundle": ">=2.1,<2.3-dev", "symfony/doctrine-bridge": ">=2.1,<2.3-dev" }, "require-dev": { "doctrine/orm": ">=2.2,<2.4-dev", "symfony/yaml": ">=2.1,<2.3-dev", "symfony/validator": ">=2.1,<2.3-dev" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle." }, "time": "1350120716", "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" ] }, { "name": "doctrine/orm", "version": "2.3.x-dev", "source": { "type": "git", "url": "git://github.com/doctrine/doctrine2.git", "reference": "6bad0109599348c5216df35f62b80a20ba16c507" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/doctrine2/zipball/6bad0109599348c5216df35f62b80a20ba16c507", "reference": "6bad0109599348c5216df35f62b80a20ba16c507", "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": "1350071385", "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", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" } ], "description": "Object-Relational-Mapper for PHP", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "orm" ] }, { "name": "friendsofsymfony/user-bundle", "version": "dev-master", "target-dir": "FOS/UserBundle", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSUserBundle", "reference": "127391cd83e86bcf97e5d861aac1e39c14d3999d" }, "dist": { "type": "zip", "url": "https://github.com/FriendsOfSymfony/FOSUserBundle/zipball/127391cd83e86bcf97e5d861aac1e39c14d3999d", "reference": "127391cd83e86bcf97e5d861aac1e39c14d3999d", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/framework-bundle": ">=2.1,<2.3-dev", "symfony/security-bundle": ">=2.1,<2.3-dev" }, "require-dev": { "twig/twig": "*", "doctrine/doctrine-bundle": "*", "swiftmailer/swiftmailer": "*", "willdurand/propel-typehintable-behavior": "dev-master", "symfony/validator": "2.1.*", "symfony/yaml": "2.1.*" }, "suggest": { "doctrine/couchdb-odm-bundle": "*", "doctrine/doctrine-bundle": "*", "doctrine/mongodb-odm-bundle": "*" }, "time": "1350050664", "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" ] }, { "name": "hwi/oauth-bundle", "version": "dev-master", "target-dir": "HWI/Bundle/OAuthBundle", "source": { "type": "git", "url": "https://github.com/hwi/HWIOAuthBundle", "reference": "8397d4b0dd878bbac4abd60ab22480ce9ca7bb28" }, "dist": { "type": "zip", "url": "https://github.com/hwi/HWIOAuthBundle/zipball/8397d4b0dd878bbac4abd60ab22480ce9ca7bb28", "reference": "8397d4b0dd878bbac4abd60ab22480ce9ca7bb28", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/framework-bundle": ">=2.0,<2.2-dev", "symfony/security-bundle": ">=2.0,<2.2-dev", "kriswallsmith/buzz": "0.7" }, "require-dev": { "doctrine/orm": "*", "friendsofsymfony/user-bundle": "*", "symfony/twig-bundle": "*", "symfony/validator": ">=2.0,<2.2-dev" }, "suggest": { "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle", "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions", "doctrine/doctrine-bundle": "to use Doctrine user provider" }, "time": "1346424865", "type": "symfony-bundle", "installation-source": "source", "autoload": { "psr-0": { "HWI\\Bundle\\OAuthBundle": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Geoffrey Bachelet", "email": "geoffrey.bachelet@gmail.com", "homepage": "https://github.com/ubermuda" }, { "name": "Alexander", "email": "alexander@hardware.info" }, { "name": "Contributors", "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors" } ], "description": "Support for authenticating users via oauth in Symfony2.", "homepage": "http://github.com/hwi/HWIOAuthBundle", "keywords": [ "security", "oauth", "oauth2", "github", "twitter", "firewall", "google", "facebook", "linkedin", "windows live", "vkontakte", "oauth1", "sensio connect" ] }, { "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 15: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" ] }, { "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 15: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" ] }, { "name": "jms/di-extra-bundle", "version": "1.1.x-dev", "target-dir": "JMS/DiExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSDiExtraBundle", "reference": "1.1.1" }, "dist": { "type": "zip", "url": "https://github.com/schmittjoh/JMSDiExtraBundle/zipball/1.1.1", "reference": "1.1.1", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*", "jms/aop-bundle": "1.0.*", "jms/metadata": "1.1.*", "symfony/process": "2.1.*", "symfony/finder": "2.1.*" }, "require-dev": { "jms/security-extra-bundle": "1.*", "symfony/validator": "*", "symfony/form": "*", "symfony/class-loader": "*", "symfony/yaml": "*", "symfony/browser-kit": "*", "symfony/security-bundle": "*", "symfony/twig-bundle": "*", "sensio/framework-extra-bundle": "*", "doctrine/doctrine-bundle": "*", "doctrine/orm": "*" }, "time": "1348217792", "type": "symfony-bundle", "installation-source": "source", "autoload": { "psr-0": { "JMS\\DiExtraBundle": "" } }, "license": [ "Apache" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Allows to configure dependency injection using annotations", "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle", "keywords": [ "dependency injection", "annotations" ] }, { "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 16: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" ] }, { "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" ] }, { "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 09: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" ] }, { "name": "kriswallsmith/assetic", "version": "dev-master", "source": { "type": "git", "url": "http://github.com/kriswallsmith/assetic.git", "reference": "e22c5e07e672bb0cf43127e97e9368b53abf4aa8" }, "dist": { "type": "zip", "url": "https://github.com/kriswallsmith/assetic/zipball/e22c5e07e672bb0cf43127e97e9368b53abf4aa8", "reference": "e22c5e07e672bb0cf43127e97e9368b53abf4aa8", "shasum": "" }, "require": { "symfony/process": ">=2.1.0,<2.3-dev", "php": ">=5.3.1" }, "require-dev": { "twig/twig": ">=1.6.0,<2.0", "leafo/lessphp": "*", "leafo/scssphp": "*", "ptachoire/cssembed": "*", "leafo/scssphp-compass": "*" }, "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": "1349004759", "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" ] }, { "name": "kriswallsmith/buzz", "version": "v0.7", "source": { "type": "git", "url": "http://github.com/kriswallsmith/Buzz.git", "reference": "v0.7" }, "dist": { "type": "zip", "url": "https://github.com/kriswallsmith/Buzz/zipball/v0.7", "reference": "v0.7", "shasum": "" }, "require": { "php": ">=5.3.0" }, "suggest": { "ext-curl": "*" }, "time": "2012-06-25 19:01:38", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Buzz": "lib/" } }, "license": [ "MIT" ], "authors": [ { "name": "Kris Wallsmith", "email": "kris.wallsmith@gmail.com", "homepage": "http://kriswallsmith.net/" } ], "description": "Lightweight HTTP client", "homepage": "https://github.com/kriswallsmith/Buzz", "keywords": [ "curl", "http client" ] }, { "name": "monolog/monolog", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog", "reference": "4b11ac001200e8fa70820a573fe886c80139b9e1" }, "dist": { "type": "zip", "url": "https://github.com/Seldaek/monolog/zipball/4b11ac001200e8fa70820a573fe886c80139b9e1", "reference": "4b11ac001200e8fa70820a573fe886c80139b9e1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mlehner/gelf-php": "1.0.*" }, "suggest": { "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Monolog": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be", "role": "Developer" } ], "description": "Logging for PHP 5.3", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging" ], "time": "1350121319" }, { "name": "nelmio/security-bundle", "version": "dev-master", "target-dir": "Nelmio/SecurityBundle", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioSecurityBundle", "reference": "95bbc09e1b18bd2f1dceae6789af97fcd232a4cb" }, "dist": { "type": "zip", "url": "https://github.com/nelmio/NelmioSecurityBundle/zipball/95bbc09e1b18bd2f1dceae6789af97fcd232a4cb", "reference": "95bbc09e1b18bd2f1dceae6789af97fcd232a4cb", "shasum": "" }, "require": { "symfony/framework-bundle": "2.*", "symfony/security": "2.*" }, "time": "1349439945", "type": "symfony-bundle", "installation-source": "source", "autoload": { "psr-0": { "Nelmio\\SecurityBundle": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Nelmio", "homepage": "http://nelm.io" }, { "name": "Symfony Community", "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors" } ], "description": "Extra security-related features for Symfony2", "keywords": [ "security" ] }, { "name": "nelmio/solarium-bundle", "version": "dev-master", "target-dir": "Nelmio/SolariumBundle", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioSolariumBundle", "reference": "39ebcb37ea839e812a6c752b9156e6a13a52b27c" }, "dist": { "type": "zip", "url": "https://github.com/nelmio/NelmioSolariumBundle/zipball/39ebcb37ea839e812a6c752b9156e6a13a52b27c", "reference": "39ebcb37ea839e812a6c752b9156e6a13a52b27c", "shasum": "" }, "require": { "symfony/framework-bundle": "2.*", "solarium/solarium": ">=2.4.0" }, "require-dev": { "symfony/yaml": "2.*" }, "time": "1351527839", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Nelmio\\SolariumBundle": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Nelmio", "homepage": "http://nelm.io" }, { "name": "Symfony Community", "homepage": "https://github.com/nelmio/NelmioSolariumBundle/contributors" } ], "description": "Integration with solarium solr client.", "keywords": [ "solr", "search", "solarium" ] }, { "name": "pagerfanta/pagerfanta", "version": "dev-master", "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/" } } }, { "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/" } } }, { "name": "seld/jsonlint", "version": "1.0.1", "source": { "type": "git", "url": "http://github.com/Seldaek/jsonlint", "reference": "1.0.1" }, "dist": { "type": "zip", "url": "https://github.com/Seldaek/jsonlint/zipball/1.0.1", "reference": "1.0.1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2012-08-13 07:00:11", "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" ] }, { "name": "sensio/distribution-bundle", "version": "2.1.x-dev", "target-dir": "Sensio/Bundle/DistributionBundle", "source": { "type": "git", "url": "https://github.com/sensio/SensioDistributionBundle", "reference": "v2.1.1" }, "dist": { "type": "zip", "url": "https://github.com/sensio/SensioDistributionBundle/zipball/v2.1.1", "reference": "v2.1.1", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*" }, "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" ] }, { "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": "53a2a5e5ba052b2ae281f3b8bd9b530947a328b4" }, "dist": { "type": "zip", "url": "https://github.com/sensio/SensioFrameworkExtraBundle/zipball/53a2a5e5ba052b2ae281f3b8bd9b530947a328b4", "reference": "53a2a5e5ba052b2ae281f3b8bd9b530947a328b4", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*", "doctrine/common": ">=2.1,<2.4-dev" }, "time": "1349786071", "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" ] }, { "name": "sensio/generator-bundle", "version": "2.1.x-dev", "target-dir": "Sensio/Bundle/GeneratorBundle", "source": { "type": "git", "url": "https://github.com/sensio/SensioGeneratorBundle", "reference": "3a65c9bf7d31aecacffc15a48f5eb2ece3615ef0" }, "dist": { "type": "zip", "url": "https://github.com/sensio/SensioGeneratorBundle/zipball/3a65c9bf7d31aecacffc15a48f5eb2ece3615ef0", "reference": "3a65c9bf7d31aecacffc15a48f5eb2ece3615ef0", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*", "symfony/console": "2.1.*" }, "require-dev": { "symfony/doctrine-bridge": "2.1.*", "doctrine/orm": ">=2.1,<2.4-dev", "twig/twig": ">=1.8,<2.0-dev" }, "time": "1348030981", "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" }, { "name": "snc/redis-bundle", "version": "dev-master", "target-dir": "Snc/RedisBundle", "source": { "type": "git", "url": "git://github.com/snc/SncRedisBundle.git", "reference": "bef251fe0e4b81740e4eb933e767471808d2dff4" }, "dist": { "type": "zip", "url": "https://github.com/snc/SncRedisBundle/zipball/bef251fe0e4b81740e4eb933e767471808d2dff4", "reference": "bef251fe0e4b81740e4eb933e767471808d2dff4", "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": "1348124605", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Snc\\RedisBundle": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Henrik Westphal", "email": "henrik.westphal@gmail.com" }, { "name": "Community contributors", "homepage": "https://github.com/snc/SncRedisBundle/contributors" } ], "description": "A Redis bundle for Symfony2", "homepage": "https://github.com/snc/SncRedisBundle", "keywords": [ "nosql", "redis", "symfony" ] }, { "name": "solarium/solarium", "version": "dev-master", "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" ] }, { "name": "swiftmailer/swiftmailer", "version": "dev-master", "source": { "type": "git", "url": "git://github.com/swiftmailer/swiftmailer.git", "reference": "22731e907f5ca288c9bfde6b54f3611ace0a6c39" }, "dist": { "type": "zip", "url": "https://github.com/swiftmailer/swiftmailer/zipball/22731e907f5ca288c9bfde6b54f3611ace0a6c39", "reference": "22731e907f5ca288c9bfde6b54f3611ace0a6c39", "shasum": "" }, "require": { "php": ">=5.2.4" }, "time": "1349196829", "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "installation-source": "source", "autoload": { "files": [ "lib/swift_required.php" ] }, "license": [ "LGPL" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Chris Corbyn" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "http://swiftmailer.org", "keywords": [ "mail", "mailer" ] }, { "name": "symfony/assetic-bundle", "version": "dev-master", "target-dir": "Symfony/Bundle/AsseticBundle", "source": { "type": "git", "url": "https://github.com/symfony/AsseticBundle", "reference": "7d7393fc9d01f77a3da254735303d696181048c1" }, "dist": { "type": "zip", "url": "https://github.com/symfony/AsseticBundle/zipball/7d7393fc9d01f77a3da254735303d696181048c1", "reference": "7d7393fc9d01f77a3da254735303d696181048c1", "shasum": "" }, "require": { "php": ">=5.3.0", "kriswallsmith/assetic": "1.1.*", "symfony/framework-bundle": ">=2.1.0,<2.3-dev" }, "require-dev": { "symfony/twig-bundle": ">=2.1.0,<2.3-dev", "symfony/console": ">=2.1.0,<2.3-dev", "symfony/class-loader": ">=2.1.0,<2.3-dev", "symfony/yaml": ">=2.1.0,<2.3-dev", "symfony/form": ">=2.1.0,<2.3-dev", "symfony/dom-crawler": ">=2.1.0,<2.3-dev", "symfony/css-selector": ">=2.1.0,<2.3-dev" }, "suggest": { "symfony/twig-bundle": ">=2.1.0,<2.3-dev" }, "time": "1350218039", "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" ] }, { "name": "symfony/monolog-bundle", "version": "dev-master", "target-dir": "Symfony/Bundle/MonologBundle", "source": { "type": "git", "url": "https://github.com/symfony/MonologBundle", "reference": "51517152a608926ee6b40ed8cfbba1a708f0a14f" }, "dist": { "type": "zip", "url": "https://github.com/symfony/MonologBundle/zipball/51517152a608926ee6b40ed8cfbba1a708f0a14f", "reference": "51517152a608926ee6b40ed8cfbba1a708f0a14f", "shasum": "" }, "require": { "php": ">=5.3.2", "monolog/monolog": "1.*", "symfony/monolog-bridge": ">=2.1.0,<2.3-dev", "symfony/dependency-injection": ">=2.1.0,<2.3-dev", "symfony/config": ">=2.1.0,<2.3-dev" }, "require-dev": { "symfony/yaml": ">=2.1.0,<2.3-dev", "symfony/config": ">=2.1.0,<2.3-dev" }, "time": "1348137624", "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" }, { "name": "symfony/swiftmailer-bundle", "version": "dev-master", "target-dir": "Symfony/Bundle/SwiftmailerBundle", "source": { "type": "git", "url": "https://github.com/symfony/SwiftmailerBundle", "reference": "11b91177f5ffa77720be0b8b206b07a72a9f89ae" }, "dist": { "type": "zip", "url": "https://github.com/symfony/SwiftmailerBundle/zipball/11b91177f5ffa77720be0b8b206b07a72a9f89ae", "reference": "11b91177f5ffa77720be0b8b206b07a72a9f89ae", "shasum": "" }, "require": { "php": ">=5.3.2", "swiftmailer/swiftmailer": ">=4.2.0,<4.3-dev", "symfony/swiftmailer-bridge": ">=2.1.0,<2.3-dev" }, "require-dev": { "symfony/dependency-injection": ">=2.1.0,<2.3-dev", "symfony/http-kernel": ">=2.1.0,<2.3-dev", "symfony/config": ">=2.1.0,<2.3-dev", "symfony/yaml": ">=2.1.0,<2.3-dev" }, "time": "1350372141", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Symfony\\Bundle\\SwiftmailerBundle": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com" }, { "name": "symfony/symfony", "version": "2.1.x-dev", "source": { "type": "git", "url": "git://github.com/symfony/symfony.git", "reference": "4141afba467fc918c814dfc401b121981aeb5348" }, "dist": { "type": "zip", "url": "https://github.com/symfony/symfony/zipball/4141afba467fc918c814dfc401b121981aeb5348", "reference": "4141afba467fc918c814dfc401b121981aeb5348", "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": "1.*" }, "time": "1350379655", "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" ] }, { "name": "twig/extensions", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fabpot/Twig-extensions", "reference": "dcdff02fbac1282e6b8f4d0558cc7e9580105688" }, "dist": { "type": "zip", "url": "https://github.com/fabpot/Twig-extensions/zipball/dcdff02fbac1282e6b8f4d0558cc7e9580105688", "reference": "dcdff02fbac1282e6b8f4d0558cc7e9580105688", "shasum": "" }, "require": { "twig/twig": "1.*" }, "time": "1349889206", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "Twig_Extensions_": "lib/" } }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Common additional features for Twig that do not directly belong in core", "homepage": "https://github.com/fabpot/Twig-extensions", "keywords": [ "debug", "i18n", "text" ] }, { "name": "twig/twig", "version": "dev-master", "source": { "type": "git", "url": "git://github.com/fabpot/Twig.git", "reference": "78669a66d08e3a5970d50668be86ae8bf28dd304" }, "dist": { "type": "zip", "url": "https://github.com/fabpot/Twig/zipball/78669a66d08e3a5970d50668be86ae8bf28dd304", "reference": "78669a66d08e3a5970d50668be86ae8bf28dd304", "shasum": "" }, "require": { "php": ">=5.2.4" }, "time": "1350367072", "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" ] }, { "name": "white-october/pagerfanta-bundle", "version": "dev-master", "target-dir": "WhiteOctober/PagerfantaBundle", "source": { "type": "git", "url": "git://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", "reference": "38e317a3ecd5a68e2322024ea8fe57632d4ddd68" }, "dist": { "type": "zip", "url": "https://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" ] }, { "name": "zendframework/zend-escaper", "version": "2.0.2", "target-dir": "Zend/Escaper", "dist": { "type": "zip", "url": "http://packages.zendframework.com/composer/Zend_Escaper-2.0.2.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3" }, "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Zend\\Escaper": "" } }, "license": [ "BSD-3-Clause" ], "description": " ", "homepage": "http://packages.zendframework.com/", "keywords": [ "zf2", "escaper" ], "support": { "email": "fw-general-subscribe@lists.zend.com", "irc": "irc://irc.freenode.net/zftalk", "issues": "https://github.com/zendframework/zf2/issues", "source": "https://github.com/zendframework/zf2" } }, { "name": "zendframework/zend-feed", "version": "2.0.2", "target-dir": "Zend/Feed", "dist": { "type": "zip", "url": "http://packages.zendframework.com/composer/Zend_Feed-2.0.2.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3", "zendframework/zend-escaper": "self.version", "zendframework/zend-stdlib": "self.version" }, "suggest": { "zendframework/zend-uri": "Zend\\Uri component", "zendframework/zend-validator": "Zend\\Validator component" }, "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Zend\\Feed": "" } }, "license": [ "BSD-3-Clause" ], "description": "provides functionality for consuming RSS and Atom feeds", "homepage": "http://packages.zendframework.com/", "keywords": [ "zf2", "feed" ], "support": { "email": "fw-general-subscribe@lists.zend.com", "irc": "irc://irc.freenode.net/zftalk", "issues": "https://github.com/zendframework/zf2/issues", "source": "https://github.com/zendframework/zf2" } }, { "name": "zendframework/zend-i18n", "version": "2.0.2", "target-dir": "Zend/I18n", "dist": { "type": "zip", "url": "http://packages.zendframework.com/composer/Zend_I18n-2.0.2.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3", "ext-intl": "*", "zendframework/zend-stdlib": "self.version" }, "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Zend\\I18n": "" } }, "license": [ "BSD-3-Clause" ], "description": " ", "homepage": "http://packages.zendframework.com/", "keywords": [ "zf2", "i18n" ], "support": { "email": "fw-general-subscribe@lists.zend.com", "irc": "irc://irc.freenode.net/zftalk", "issues": "https://github.com/zendframework/zf2/issues", "source": "https://github.com/zendframework/zf2" } }, { "name": "zendframework/zend-servicemanager", "version": "2.0.2", "target-dir": "Zend/ServiceManager", "dist": { "type": "zip", "url": "http://packages.zendframework.com/composer/Zend_ServiceManager-2.0.2.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3" }, "suggest": { "zendframework/zend-di": "Zend\\Di component" }, "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Zend\\ServiceManager": "" } }, "license": [ "BSD-3-Clause" ], "description": " ", "homepage": "http://packages.zendframework.com/", "keywords": [ "zf2", "servicemanager" ], "support": { "email": "fw-general-subscribe@lists.zend.com", "irc": "irc://irc.freenode.net/zftalk", "issues": "https://github.com/zendframework/zf2/issues", "source": "https://github.com/zendframework/zf2" } }, { "name": "zendframework/zend-stdlib", "version": "2.0.2", "target-dir": "Zend/Stdlib", "dist": { "type": "zip", "url": "http://packages.zendframework.com/composer/Zend_Stdlib-2.0.2.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3" }, "suggest": { "pecl-weakref": "Implementation of weak references for Stdlib\\CallbackHandler" }, "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Zend\\Stdlib": "" } }, "license": [ "BSD-3-Clause" ], "description": " ", "homepage": "http://packages.zendframework.com/", "keywords": [ "zf2", "stdlib" ], "support": { "email": "fw-general-subscribe@lists.zend.com", "irc": "irc://irc.freenode.net/zftalk", "issues": "https://github.com/zendframework/zf2/issues", "source": "https://github.com/zendframework/zf2" } }, { "name": "zendframework/zend-uri", "version": "2.0.2", "target-dir": "Zend/Uri", "dist": { "type": "zip", "url": "http://packages.zendframework.com/composer/Zend_Uri-2.0.2.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3", "zendframework/zend-escaper": "self.version", "zendframework/zend-validator": "self.version" }, "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Zend\\Uri": "" } }, "license": [ "BSD-3-Clause" ], "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)", "homepage": "http://packages.zendframework.com/", "keywords": [ "zf2", "uri" ], "support": { "email": "fw-general-subscribe@lists.zend.com", "irc": "irc://irc.freenode.net/zftalk", "issues": "https://github.com/zendframework/zf2/issues", "source": "https://github.com/zendframework/zf2" } }, { "name": "zendframework/zend-validator", "version": "2.0.2", "target-dir": "Zend/Validator", "dist": { "type": "zip", "url": "http://packages.zendframework.com/composer/Zend_Validator-2.0.2.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3", "zendframework/zend-i18n": "self.version", "zendframework/zend-stdlib": "self.version" }, "require-dev": { "zendframework/zend-math": "self.version" }, "suggest": { "zendframework/zend-db": "Zend\\Db component", "zendframework/zend-math": "Zend\\Math component" }, "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Zend\\Validator": "" } }, "license": [ "BSD-3-Clause" ], "description": "provides a set of commonly needed validators", "homepage": "http://packages.zendframework.com/", "keywords": [ "zf2", "validator" ], "support": { "email": "fw-general-subscribe@lists.zend.com", "irc": "irc://irc.freenode.net/zftalk", "issues": "https://github.com/zendframework/zf2/issues", "source": "https://github.com/zendframework/zf2" } }, { "name": "zendframework/zend-version", "version": "2.0.2", "target-dir": "Zend/Version", "dist": { "type": "zip", "url": "http://packages.zendframework.com/composer/Zend_Version-2.0.2.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3" }, "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Zend\\Version": "" } }, "license": [ "BSD-3-Clause" ], "description": " ", "homepage": "http://packages.zendframework.com/", "keywords": [ "zf2", "version" ], "support": { "email": "fw-general-subscribe@lists.zend.com", "irc": "irc://irc.freenode.net/zftalk", "issues": "https://github.com/zendframework/zf2/issues", "source": "https://github.com/zendframework/zf2" } } ], "packages-dev": null, "aliases": [ ], "minimum-stability": "dev", "stability-flags": { "composer/composer": 20, "hwi/oauth-bundle": 20, "nelmio/solarium-bundle": 20, "nelmio/security-bundle": 20, "snc/redis-bundle": 20, "white-october/pagerfanta-bundle": 20 } }