{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], "hash": "b2f42794dd50095be61c5b410bec2d11", "packages": [ { "name": "composer/composer", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/composer/composer.git", "reference": "d017e3f2096dda7194600a76bc7328808811c8da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/composer/zipball/d017e3f2096dda7194600a76bc7328808811c8da", "reference": "d017e3f2096dda7194600a76bc7328808811c8da", "shasum": "" }, "require": { "justinrainbow/json-schema": "1.1.*", "php": ">=5.3.2", "seld/jsonlint": "1.*", "symfony/console": "~2.3", "symfony/finder": "~2.2", "symfony/process": "~2.1" }, "require-dev": { "phpunit/phpunit": "~3.7.10" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic" }, "bin": [ "bin/composer" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Composer": "src/" } }, "notification-url": "https://packagist.org/downloads/", "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": "Dependency Manager", "homepage": "http://getcomposer.org/", "keywords": [ "autoload", "dependency", "package" ], "time": "2013-08-18 23:21:45" }, { "name": "doctrine/common", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/common", "reference": "2.3.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/common/zipball/2.3.0", "reference": "2.3.0", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "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 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": [ "annotations", "collections", "eventmanager", "persistence", "spl" ], "time": "2012-09-19 22:55:18" }, { "name": "doctrine/dbal", "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "2.3.4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/2.3.4", "reference": "2.3.4", "shasum": "" }, "require": { "doctrine/common": ">=2.3.0,<2.5-dev", "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\DBAL": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "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", "dbal", "persistence", "queryobject" ], "time": "2013-05-11 07:45:37" }, { "name": "doctrine/doctrine-bundle", "version": "v1.2.0", "target-dir": "Doctrine/Bundle/DoctrineBundle", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", "reference": "v1.2.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/v1.2.0", "reference": "v1.2.0", "shasum": "" }, "require": { "doctrine/dbal": ">=2.2,<2.5-dev", "jdorn/sql-formatter": ">=1.1,<2.0", "php": ">=5.3.2", "symfony/doctrine-bridge": ">=2.2,<3.0", "symfony/framework-bundle": ">=2.2,<3.0" }, "require-dev": { "doctrine/orm": ">=2.2,<2.5-dev", "symfony/validator": ">=2.2,<3.0", "symfony/yaml": ">=2.2,<3.0" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", "symfony/web-profiler-bundle": "to use the data collector" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Bundle\\DoctrineBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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", "dbal", "orm", "persistence" ], "time": "2013-03-25 20:13:59" }, { "name": "doctrine/orm", "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/doctrine/doctrine2.git", "reference": "2.3.4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2.3.4", "reference": "2.3.4", "shasum": "" }, "require": { "doctrine/dbal": "2.3.*", "ext-pdo": "*", "php": ">=5.3.2", "symfony/console": "2.*" }, "suggest": { "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, "bin": [ "bin/doctrine", "bin/doctrine.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\ORM": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "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" ], "time": "2013-05-11 07:51:12" }, { "name": "friendsofsymfony/user-bundle", "version": "v1.3.2", "target-dir": "FOS/UserBundle", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", "reference": "v1.3.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/v1.3.2", "reference": "v1.3.2", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/framework-bundle": ">=2.1,<3.0", "symfony/security-bundle": ">=2.1,<3.0" }, "require-dev": { "doctrine/doctrine-bundle": "*", "swiftmailer/swiftmailer": ">=4.3,<5.0", "symfony/validator": ">=2.1,<3.0", "symfony/yaml": ">=2.1,<3.0", "twig/twig": ">=1.5,<2.0", "willdurand/propel-typehintable-behavior": "dev-master" }, "suggest": { "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-0": { "FOS\\UserBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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" ], "time": "2013-05-25 12:08:24" }, { "name": "hwi/oauth-bundle", "version": "dev-master", "target-dir": "HWI/Bundle/OAuthBundle", "source": { "type": "git", "url": "https://github.com/hwi/HWIOAuthBundle.git", "reference": "156372aa3451d51bacdd0e9b1f380577b8075ad8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/156372aa3451d51bacdd0e9b1f380577b8075ad8", "reference": "156372aa3451d51bacdd0e9b1f380577b8075ad8", "shasum": "" }, "require": { "kriswallsmith/buzz": "~0.7", "php": ">=5.3.3", "symfony/framework-bundle": "~2.1", "symfony/security-bundle": "~2.1" }, "require-dev": { "doctrine/orm": "~2.2", "symfony/twig-bundle": "~2.1", "symfony/validator": "~2.1" }, "suggest": { "doctrine/doctrine-bundle": "to use Doctrine user provider", "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle", "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "0.3-dev" } }, "autoload": { "psr-0": { "HWI\\Bundle\\OAuthBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Geoffrey Bachelet", "email": "geoffrey.bachelet@gmail.com", "homepage": "https://github.com/ubermuda" }, { "name": "Contributors", "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors" }, { "name": "Alexander Mols", "email": "iam.asm89@gmail.com" }, { "name": "Joseph Bielawski", "email": "stloyd@gmail.com" } ], "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.", "homepage": "http://github.com/hwi/HWIOAuthBundle", "keywords": [ "37signals", "Authentication", "amazon", "bitbucket", "bitly", "box", "dailymotion", "deviantart", "disqus", "dropbox", "facebook", "firewall", "flickr", "foursquare", "github", "google", "instagram", "jira", "linkedin", "oauth", "oauth1", "oauth2", "odnoklassniki", "qq", "security", "sensio connect", "sina weibo", "stack exchange", "stereomood", "twitter", "vkontakte", "windows live", "wordpress", "yahoo", "yandex" ], "time": "2013-08-10 07:38:51" }, { "name": "jdorn/sql-formatter", "version": "v1.2.9", "source": { "type": "git", "url": "https://github.com/jdorn/sql-formatter.git", "reference": "v1.2.9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/v1.2.9", "reference": "v1.2.9", "shasum": "" }, "require": { "php": ">=5.2.4" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "classmap": [ "lib" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Dorn", "email": "jeremy@jeremydorn.com", "homepage": "http://jeremydorn.com/" } ], "description": "a PHP SQL highlighting library", "homepage": "https://github.com/jdorn/sql-formatter/", "keywords": [ "highlight", "sql" ], "time": "2013-04-26 18:42:52" }, { "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": { "jms/cg": "1.0.0", "symfony/framework-bundle": "2.*" }, "type": "symfony-bundle", "autoload": { "psr-0": { "JMS\\AopBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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" ], "time": "2012-01-02 12:50:26" }, { "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" }, "type": "library", "autoload": { "psr-0": { "CG\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "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" ], "time": "2012-01-02 12:40:52" }, { "name": "jms/di-extra-bundle", "version": "1.4.0", "target-dir": "JMS/DiExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git", "reference": "1.4.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/1.4.0", "reference": "1.4.0", "shasum": "" }, "require": { "jms/aop-bundle": ">=1.0.0,<1.2-dev", "jms/metadata": "1.*", "symfony/finder": ">=2.1,<3.0", "symfony/framework-bundle": ">=2.1,<3.0", "symfony/process": ">=2.1,<3.0" }, "require-dev": { "doctrine/doctrine-bundle": "*", "doctrine/orm": "*", "jms/security-extra-bundle": "1.*", "phpcollection/phpcollection": ">=0.1,<0.3-dev", "sensio/framework-extra-bundle": "*", "symfony/browser-kit": "*", "symfony/class-loader": "*", "symfony/form": "*", "symfony/security-bundle": "*", "symfony/twig-bundle": "*", "symfony/validator": "*", "symfony/yaml": "*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "autoload": { "psr-0": { "JMS\\DiExtraBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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": [ "annotations", "dependency injection" ], "time": "2013-06-08 13:13:40" }, { "name": "jms/metadata", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/metadata.git", "reference": "1.3.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/1.3.0", "reference": "1.3.0", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "doctrine/common": ">=2.0,<2.4-dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-0": { "Metadata\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "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", "metadata", "xml", "yaml" ], "time": "2013-01-22 12:51:18" }, { "name": "jms/parser-lib", "version": "1.0.0", "source": { "type": "git", "url": "git://github.com/schmittjoh/parser-lib", "reference": "1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/schmittjoh/parser-lib/archive/1.0.0.zip", "reference": "1.0.0", "shasum": "" }, "require": { "phpoption/phpoption": ">=0.9,<2.0-dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "JMS\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache2" ], "description": "A library for easily creating recursive-descent parsers.", "time": "2012-11-18 18:08:43" }, { "name": "jms/security-extra-bundle", "version": "1.5.1", "target-dir": "JMS/SecurityExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git", "reference": "1.5.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/1.5.1", "reference": "1.5.1", "shasum": "" }, "require": { "jms/aop-bundle": ">=1.0,<2.0", "jms/di-extra-bundle": ">=1.3,<2.0", "jms/metadata": ">=1.0,<2.0", "jms/parser-lib": ">=1.0,<2.0", "symfony/framework-bundle": ">=2.1,<3.0", "symfony/security-bundle": "*" }, "require-dev": { "doctrine/doctrine-bundle": "*", "doctrine/orm": "*", "sensio/framework-extra-bundle": "*", "symfony/browser-kit": "*", "symfony/class-loader": "*", "symfony/css-selector": "*", "symfony/finder": "*", "symfony/form": "*", "symfony/process": "*", "symfony/twig-bundle": "*", "symfony/validator": "*", "symfony/yaml": "*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-0": { "JMS\\SecurityExtraBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache2" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Enhances the Symfony2 Security Component by adding several new features", "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle", "keywords": [ "annotations", "authorization", "expression", "secure", "security" ], "time": "2013-06-09 10:29:54" }, { "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/archive/v1.1.0.zip", "reference": "v1.1.0", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "JsonSchema": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "NewBSD" ], "authors": [ { "name": "Igor Wiedler", "email": "igor@wiedler.ch", "homepage": "http://wiedler.ch/igor/" }, { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com", "homepage": "http://digitalkaoz.net" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "time": "2012-01-03 00:33:17" }, { "name": "kriswallsmith/assetic", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/kriswallsmith/assetic.git", "reference": "f9f754dc7524acd6daf0bf510d22c055b4967e08" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/f9f754dc7524acd6daf0bf510d22c055b4967e08", "reference": "f9f754dc7524acd6daf0bf510d22c055b4967e08", "shasum": "" }, "require": { "php": ">=5.3.1", "symfony/process": "~2.1" }, "require-dev": { "cssmin/cssmin": "*", "joliclic/javascript-packer": "*", "kamicane/packager": "*", "leafo/lessphp": "*", "leafo/scssphp": "*", "leafo/scssphp-compass": "*", "mrclay/minify": "*", "phpunit/phpunit": "~3.7", "ptachoire/cssembed": "*", "twig/twig": "~1.6" }, "suggest": { "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", "twig/twig": "Assetic provides the integration with the Twig templating engine" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-0": { "Assetic": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kris Wallsmith", "email": "kris.wallsmith@gmail.com", "homepage": "http://kriswallsmith.net/" } ], "description": "Asset Management for PHP", "homepage": "https://github.com/kriswallsmith/assetic", "keywords": [ "assets", "compression", "minification" ], "time": "2013-07-11 15:56:23" }, { "name": "kriswallsmith/buzz", "version": "v0.10", "source": { "type": "git", "url": "https://github.com/kriswallsmith/Buzz.git", "reference": "v0.10" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/v0.10", "reference": "v0.10", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "suggest": { "ext-curl": "*" }, "type": "library", "autoload": { "psr-0": { "Buzz": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "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" ], "time": "2013-05-19 03:41:15" }, { "name": "monolog/monolog", "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "1.6.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.6.0", "reference": "1.6.0", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "require-dev": { "doctrine/couchdb": "dev-master", "mlehner/gelf-php": "1.0.*", "raven/raven": "0.5.*" }, "suggest": { "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server", "raven/raven": "Allow sending log messages to a Sentry server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-0": { "Monolog": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be", "role": "Developer" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "time": "2013-07-28 22:38:30" }, { "name": "nelmio/security-bundle", "version": "1.2.0", "target-dir": "Nelmio/SecurityBundle", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioSecurityBundle.git", "reference": "1.2.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/1.2.0", "reference": "1.2.0", "shasum": "" }, "require": { "symfony/framework-bundle": "~2.1", "symfony/security": "~2.1" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-0": { "Nelmio\\SecurityBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...", "keywords": [ "security" ], "time": "2013-07-29 15:33:47" }, { "name": "nelmio/solarium-bundle", "version": "v1.1.0", "target-dir": "Nelmio/SolariumBundle", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioSolariumBundle", "reference": "v1.1.0" }, "dist": { "type": "zip", "url": "https://github.com/nelmio/NelmioSolariumBundle/archive/v1.1.0.zip", "reference": "v1.1.0", "shasum": "" }, "require": { "solarium/solarium": ">=2.4,<2.5", "symfony/framework-bundle": "2.*" }, "require-dev": { "symfony/yaml": "2.*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-0": { "Nelmio\\SolariumBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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": [ "search", "solarium", "solr" ], "time": "2013-01-07 10:35:43" }, { "name": "pagerfanta/pagerfanta", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/whiteoctober/Pagerfanta.git", "reference": "deb6401540518b11f5547b4f962e9e5b6e762341" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/deb6401540518b11f5547b4f962e9e5b6e762341", "reference": "deb6401540518b11f5547b4f962e9e5b6e762341", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "doctrine/mongodb-odm": "*", "doctrine/orm": "2.*", "mandango/mandango": "*", "propel/propel1": "~1.6", "solarium/solarium": "dev-develop" }, "suggest": { "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", "doctrine/orm": "To use the DoctrineORMAdapter.", "mandango/mandango": "To use the MandangoAdapter.", "propel/propel1": "To use the PropelAdapter", "solarium/solarium": "To use the SolariumAdapter." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Pagerfanta\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pablo Díez", "email": "pablodip@gmail.com", "homepage": "http://github.com/pablodip" } ], "description": "Pagination for PHP 5.3", "keywords": [ "page", "pagination", "paginator", "paging" ], "time": "2013-08-14 07:27:55" }, { "name": "phpoption/phpoption", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", "reference": "1.2.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/1.2.0", "reference": "1.2.0", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-0": { "PhpOption\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache2" ], "authors": [ { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Option Type for PHP", "keywords": [ "language", "option", "php", "type" ], "time": "2013-03-25 02:51:40" }, { "name": "predis/predis", "version": "v0.8.4", "source": { "type": "git", "url": "https://github.com/nrk/predis.git", "reference": "v0.8.4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nrk/predis/zipball/v0.8.4", "reference": "v0.8.4", "shasum": "" }, "require": { "php": ">=5.3.2" }, "suggest": { "ext-curl": "Allows access to Webdis when paired with phpiredis", "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" }, "type": "library", "autoload": { "psr-0": { "Predis": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "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", "predis", "redis" ], "time": "2013-07-27 09:13:54" }, { "name": "psr/log", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log", "reference": "1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/php-fig/log/archive/1.0.0.zip", "reference": "1.0.0", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "Psr\\Log\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "keywords": [ "log", "psr", "psr-3" ], "time": "2012-12-21 11:40:51" }, { "name": "seld/jsonlint", "version": "1.1.1", "source": { "type": "git", "url": "http://github.com/Seldaek/jsonlint", "reference": "1.1.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1.1.1", "reference": "1.1.1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-0": { "Seld\\JsonLint": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be", "role": "Developer" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "time": "2013-02-11 23:03:12" }, { "name": "sensio/distribution-bundle", "version": "v2.3.3", "target-dir": "Sensio/Bundle/DistributionBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", "reference": "v2.3.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/v2.3.3", "reference": "v2.3.3", "shasum": "" }, "require": { "symfony/framework-bundle": "~2.2" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-0": { "Sensio\\Bundle\\DistributionBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "The base bundle for the Symfony Distributions", "keywords": [ "configuration", "distribution" ], "time": "2013-07-24 08:45:20" }, { "name": "sensio/framework-extra-bundle", "version": "v2.3.3", "target-dir": "Sensio/Bundle/FrameworkExtraBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", "reference": "v2.3.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/v2.3.3", "reference": "v2.3.3", "shasum": "" }, "require": { "doctrine/common": "~2.2", "symfony/framework-bundle": "~2.2" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-0": { "Sensio\\Bundle\\FrameworkExtraBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "This bundle provides a way to configure your controllers with annotations", "keywords": [ "annotations", "controllers" ], "time": "2013-07-24 08:49:53" }, { "name": "sensio/generator-bundle", "version": "v2.3.3", "target-dir": "Sensio/Bundle/GeneratorBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", "reference": "v2.3.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/v2.3.3", "reference": "v2.3.3", "shasum": "" }, "require": { "symfony/console": "~2.0", "symfony/framework-bundle": "~2.2" }, "require-dev": { "doctrine/orm": "~2.2,>=2.2.3", "symfony/doctrine-bridge": "~2.2", "twig/twig": "~1.11" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-0": { "Sensio\\Bundle\\GeneratorBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "This bundle generates code for you", "time": "2013-07-24 09:19:19" }, { "name": "snc/redis-bundle", "version": "dev-master", "target-dir": "Snc/RedisBundle", "source": { "type": "git", "url": "https://github.com/snc/SncRedisBundle.git", "reference": "2f044633499fc86c33bf6ec5d4b0968617fe4a75" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/snc/SncRedisBundle/zipball/2f044633499fc86c33bf6ec5d4b0968617fe4a75", "reference": "2f044633499fc86c33bf6ec5d4b0968617fe4a75", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/framework-bundle": ">=2.1,<3.0", "symfony/yaml": ">=2.1,<3.0" }, "require-dev": { "doctrine/common": ">=2.2,<3.0", "predis/predis": "0.8.*", "symfony/console": ">=2.1,<3.0" }, "suggest": { "monolog/monolog": "If you want to use the monolog redis handler.", "predis/predis": "If you want to use predis (currently only v0.8.x is supported).", "symfony/console": "If you want to use commands to interact with the redis database" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "Snc\\RedisBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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" ], "time": "2013-08-17 06:49:38" }, { "name": "solarium/solarium", "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/basdenooijer/solarium", "reference": "2.4.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/basdenooijer/solarium/zipball/2.4.1", "reference": "2.4.1", "shasum": "" }, "require": { "php": ">=5.2.0" }, "type": "library", "autoload": { "psr-0": { "Solarium": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "NewBSD" ], "authors": [ { "name": "See GitHub contributors", "homepage": "https://github.com/basdenooijer/solarium/contributors" } ], "description": "PHP Solr client", "homepage": "http://www.solarium-project.org", "keywords": [ "php", "search", "solr" ], "time": "2013-02-11 13:12:43" }, { "name": "swiftmailer/swiftmailer", "version": "v5.0.1", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "v5.0.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/v5.0.1", "reference": "v5.0.1", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "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" ], "time": "2013-06-17 13:32:32" }, { "name": "symfony/assetic-bundle", "version": "v2.3.0", "target-dir": "Symfony/Bundle/AsseticBundle", "source": { "type": "git", "url": "https://github.com/symfony/AsseticBundle.git", "reference": "v2.3.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/v2.3.0", "reference": "v2.3.0", "shasum": "" }, "require": { "kriswallsmith/assetic": ">=1.1,<2.0", "php": ">=5.3.0", "symfony/framework-bundle": ">=2.1,<3.0" }, "require-dev": { "symfony/class-loader": ">=2.1,<3.0", "symfony/console": ">=2.1,<3.0", "symfony/css-selector": ">=2.1,<3.0", "symfony/dom-crawler": ">=2.1,<3.0", "symfony/form": ">=2.1,<3.0", "symfony/twig-bundle": ">=2.1,<3.0", "symfony/yaml": ">=2.1,<3.0" }, "suggest": { "symfony/twig-bundle": "~2.1" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "autoload": { "psr-0": { "Symfony\\Bundle\\AsseticBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kris Wallsmith", "email": "kris.wallsmith@gmail.com", "homepage": "http://kriswallsmith.net/" } ], "description": "Integrates Assetic into Symfony2", "homepage": "https://github.com/symfony/AsseticBundle", "keywords": [ "assets", "compression", "minification" ], "time": "2013-05-16 05:32:23" }, { "name": "symfony/icu", "version": "v1.2.0", "target-dir": "Symfony/Component/Icu", "source": { "type": "git", "url": "https://github.com/symfony/Icu.git", "reference": "v1.2.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Icu/zipball/v1.2.0", "reference": "v1.2.0", "shasum": "" }, "require": { "lib-icu": ">=4.4", "php": ">=5.3.3", "symfony/intl": ">=2.3,<3.0" }, "type": "library", "autoload": { "psr-0": { "Symfony\\Component\\Icu\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Contains an excerpt of the ICU data and classes to load it.", "homepage": "http://symfony.com", "keywords": [ "icu", "intl" ], "time": "2013-06-03 18:32:58" }, { "name": "symfony/monolog-bundle", "version": "v2.4.0", "target-dir": "Symfony/Bundle/MonologBundle", "source": { "type": "git", "url": "https://github.com/symfony/MonologBundle.git", "reference": "v2.4.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/v2.4.0", "reference": "v2.4.0", "shasum": "" }, "require": { "monolog/monolog": "~1.6", "php": ">=5.3.2", "symfony/config": "~2.3", "symfony/dependency-injection": "~2.3", "symfony/http-kernel": "~2.3", "symfony/monolog-bridge": "~2.3" }, "require-dev": { "symfony/console": "~2.3", "symfony/yaml": "~2.3" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.4.x-dev" } }, "autoload": { "psr-0": { "Symfony\\Bundle\\MonologBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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", "keywords": [ "log", "logging" ], "time": "2013-07-30 11:23:48" }, { "name": "symfony/swiftmailer-bundle", "version": "v2.3.3", "target-dir": "Symfony/Bundle/SwiftmailerBundle", "source": { "type": "git", "url": "https://github.com/symfony/SwiftmailerBundle.git", "reference": "v2.3.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/v2.3.3", "reference": "v2.3.3", "shasum": "" }, "require": { "php": ">=5.3.2", "swiftmailer/swiftmailer": ">=4.2.0,<5.1-dev", "symfony/swiftmailer-bridge": "~2.1" }, "require-dev": { "symfony/config": "~2.1", "symfony/dependency-injection": "~2.1", "symfony/http-kernel": "~2.1", "symfony/yaml": "~2.1" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-0": { "Symfony\\Bundle\\SwiftmailerBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com", "time": "2013-08-05 08:18:16" }, { "name": "symfony/symfony", "version": "v2.3.3", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", "reference": "v2.3.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/symfony/zipball/v2.3.3", "reference": "v2.3.3", "shasum": "" }, "require": { "doctrine/common": "~2.2", "php": ">=5.3.3", "psr/log": "~1.0", "symfony/icu": "~1.0", "twig/twig": "~1.11" }, "replace": { "symfony/browser-kit": "self.version", "symfony/class-loader": "self.version", "symfony/config": "self.version", "symfony/console": "self.version", "symfony/css-selector": "self.version", "symfony/debug": "self.version", "symfony/dependency-injection": "self.version", "symfony/doctrine-bridge": "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/framework-bundle": "self.version", "symfony/http-foundation": "self.version", "symfony/http-kernel": "self.version", "symfony/intl": "self.version", "symfony/locale": "self.version", "symfony/monolog-bridge": "self.version", "symfony/options-resolver": "self.version", "symfony/process": "self.version", "symfony/propel1-bridge": "self.version", "symfony/property-access": "self.version", "symfony/proxy-manager-bridge": "self.version", "symfony/routing": "self.version", "symfony/security": "self.version", "symfony/security-bundle": "self.version", "symfony/serializer": "self.version", "symfony/stopwatch": "self.version", "symfony/swiftmailer-bridge": "self.version", "symfony/templating": "self.version", "symfony/translation": "self.version", "symfony/twig-bridge": "self.version", "symfony/twig-bundle": "self.version", "symfony/validator": "self.version", "symfony/web-profiler-bundle": "self.version", "symfony/yaml": "self.version" }, "require-dev": { "doctrine/data-fixtures": "1.0.*", "doctrine/dbal": "~2.2", "doctrine/orm": "~2.2,>=2.2.3", "ircmaxell/password-compat": "1.0.*", "monolog/monolog": "~1.3", "ocramius/proxy-manager": ">=0.3.1,<0.4-dev", "propel/propel1": "1.6.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\": "src/" }, "classmap": [ "src/Symfony/Component/HttpFoundation/Resources/stubs", "src/Symfony/Component/Intl/Resources/stubs" ], "files": [ "src/Symfony/Component/Intl/Resources/stubs/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "The Symfony PHP framework", "homepage": "http://symfony.com", "keywords": [ "framework" ], "time": "2013-08-07 17:11:16" }, { "name": "twig/extensions", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/fabpot/Twig-extensions.git", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/v1.0.0", "reference": "v1.0.0", "shasum": "" }, "require": { "twig/twig": "1.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Twig_Extensions_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Common additional features for Twig that do not directly belong in core", "homepage": "https://github.com/fabpot/Twig-extensions", "keywords": [ "debug", "i18n", "text" ], "time": "2013-02-28 14:21:30" }, { "name": "twig/twig", "version": "v1.13.2", "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", "reference": "v1.13.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.13.2", "reference": "v1.13.2", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.13-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "http://twig.sensiolabs.org", "keywords": [ "templating" ], "time": "2013-08-03 15:35:31" }, { "name": "white-october/pagerfanta-bundle", "version": "dev-master", "target-dir": "WhiteOctober/PagerfantaBundle", "source": { "type": "git", "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/v1.0.0", "reference": "v1.0.0", "shasum": "" }, "require": { "pagerfanta/pagerfanta": "1.0.*", "symfony/framework-bundle": "~2.1", "symfony/property-access": "~2.2" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "WhiteOctober\\PagerfantaBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pablo Díez", "email": "pablodip@gmail.com", "homepage": "http://github.com/pablodip" } ], "description": "Bundle to use Pagerfanta with Symfony2", "keywords": [ "page", "paging" ], "time": "2013-06-06 08:08:38" }, { "name": "zendframework/zend-escaper", "version": "2.0.8", "target-dir": "Zend/Escaper", "source": { "type": "git", "url": "git://github.com/zendframework/Component_ZendEscaper.git", "reference": "release-2.0.8" }, "dist": { "type": "zip", "url": "https://packages.zendframework.com/composer/Zend_Escaper-2.0.8.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "psr-0": { "Zend\\Escaper\\": "" } }, "license": [ "BSD-3-Clause" ], "description": " ", "homepage": "http://packages.zendframework.com/", "keywords": [ "escaper", "zf2" ], "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.8", "target-dir": "Zend/Feed", "source": { "type": "git", "url": "git://github.com/zendframework/Component_ZendFeed.git", "reference": "release-2.0.8" }, "dist": { "type": "zip", "url": "https://packages.zendframework.com/composer/Zend_Feed-2.0.8.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3", "zendframework/zend-escaper": "self.version", "zendframework/zend-servicemanager": "self.version", "zendframework/zend-stdlib": "self.version", "zendframework/zend-uri": "self.version", "zendframework/zend-version": "self.version" }, "suggest": { "zendframework/zend-validator": "Zend\\Validator component" }, "type": "library", "autoload": { "psr-0": { "Zend\\Feed\\": "" } }, "license": [ "BSD-3-Clause" ], "description": "provides functionality for consuming RSS and Atom feeds", "homepage": "http://packages.zendframework.com/", "keywords": [ "feed", "zf2" ], "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-filter", "version": "2.0.8", "target-dir": "Zend/Filter", "source": { "type": "git", "url": "git://github.com/zendframework/Component_ZendFilter.git", "reference": "release-2.0.8" }, "dist": { "type": "zip", "url": "https://packages.zendframework.com/composer/Zend_Filter-2.0.8.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3", "zendframework/zend-stdlib": "self.version" }, "require-dev": { "zendframework/zend-crypt": "self.version" }, "suggest": { "zendframework/zend-crypt": "Zend\\Crypt component", "zendframework/zend-i18n": "Zend\\I18n component", "zendframework/zend-validator": "Zend\\Validator component" }, "type": "library", "autoload": { "psr-0": { "Zend\\Filter\\": "" } }, "license": [ "BSD-3-Clause" ], "description": "provides a set of commonly needed data filters", "homepage": "http://packages.zendframework.com/", "keywords": [ "filter", "zf2" ], "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.8", "target-dir": "Zend/I18n", "source": { "type": "git", "url": "git://github.com/zendframework/Component_ZendI18n.git", "reference": "release-2.0.8" }, "dist": { "type": "zip", "url": "https://packages.zendframework.com/composer/Zend_I18n-2.0.8.zip", "reference": null, "shasum": null }, "require": { "ext-intl": "*", "php": ">=5.3.3", "zendframework/zend-filter": "self.version", "zendframework/zend-stdlib": "self.version" }, "type": "library", "autoload": { "psr-0": { "Zend\\I18n\\": "" } }, "license": [ "BSD-3-Clause" ], "description": " ", "homepage": "http://packages.zendframework.com/", "keywords": [ "i18n", "zf2" ], "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.8", "target-dir": "Zend/ServiceManager", "source": { "type": "git", "url": "git://github.com/zendframework/Component_ZendServiceManager.git", "reference": "release-2.0.8" }, "dist": { "type": "zip", "url": "https://packages.zendframework.com/composer/Zend_ServiceManager-2.0.8.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3" }, "suggest": { "zendframework/zend-di": "Zend\\Di component" }, "type": "library", "autoload": { "psr-0": { "Zend\\ServiceManager\\": "" } }, "license": [ "BSD-3-Clause" ], "description": " ", "homepage": "http://packages.zendframework.com/", "keywords": [ "servicemanager", "zf2" ], "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.8", "target-dir": "Zend/Stdlib", "source": { "type": "git", "url": "git://github.com/zendframework/Component_ZendStdlib.git", "reference": "release-2.0.8" }, "dist": { "type": "zip", "url": "https://packages.zendframework.com/composer/Zend_Stdlib-2.0.8.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3" }, "suggest": { "pecl-weakref": "Implementation of weak references for Stdlib\\CallbackHandler" }, "type": "library", "autoload": { "psr-0": { "Zend\\Stdlib\\": "" } }, "license": [ "BSD-3-Clause" ], "description": " ", "homepage": "http://packages.zendframework.com/", "keywords": [ "stdlib", "zf2" ], "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.8", "target-dir": "Zend/Uri", "source": { "type": "git", "url": "git://github.com/zendframework/Component_ZendUri.git", "reference": "release-2.0.8" }, "dist": { "type": "zip", "url": "https://packages.zendframework.com/composer/Zend_Uri-2.0.8.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3", "zendframework/zend-escaper": "self.version", "zendframework/zend-validator": "self.version" }, "type": "library", "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": [ "uri", "zf2" ], "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.8", "target-dir": "Zend/Validator", "source": { "type": "git", "url": "git://github.com/zendframework/Component_ZendValidator.git", "reference": "release-2.0.8" }, "dist": { "type": "zip", "url": "https://packages.zendframework.com/composer/Zend_Validator-2.0.8.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3", "zendframework/zend-i18n": "self.version", "zendframework/zend-servicemanager": "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", "autoload": { "psr-0": { "Zend\\Validator\\": "" } }, "license": [ "BSD-3-Clause" ], "description": "provides a set of commonly needed validators", "homepage": "http://packages.zendframework.com/", "keywords": [ "validator", "zf2" ], "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.8", "target-dir": "Zend/Version", "source": { "type": "git", "url": "git://github.com/zendframework/Component_ZendVersion.git", "reference": "release-2.0.8" }, "dist": { "type": "zip", "url": "https://packages.zendframework.com/composer/Zend_Version-2.0.8.zip", "reference": null, "shasum": null }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "psr-0": { "Zend\\Version\\": "" } }, "license": [ "BSD-3-Clause" ], "description": " ", "homepage": "http://packages.zendframework.com/", "keywords": [ "version", "zf2" ], "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": [ ], "aliases": [ ], "minimum-stability": "stable", "stability-flags": { "composer/composer": 20, "hwi/oauth-bundle": 20, "snc/redis-bundle": 20, "white-october/pagerfanta-bundle": 20, "kriswallsmith/assetic": 20, "pagerfanta/pagerfanta": 20 }, "platform": { "php": ">=5.3.3" }, "platform-dev": [ ] }