{ "_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": "2806dcee39196b48cabce3c74b6efe6b", "packages": [ { "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": "http://jmsyst.com", "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": "incenteev/composer-parameter-handler", "version": "v2.0.0", "target-dir": "Incenteev/ParameterHandler", "source": { "type": "git", "url": "https://github.com/Incenteev/ParameterHandler.git", "reference": "v2.0.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/v2.0.0", "reference": "v2.0.0", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/yaml": ">=2.0,<3.0" }, "require-dev": { "composer/composer": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-0": { "Incenteev\\ParameterHandler": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" } ], "description": "Composer script handling your ignored parameter file", "homepage": "https://github.com/Incenteev/ParameterHandler", "keywords": [ "parameters management" ], "time": "2013-04-06 17:15:44" }, { "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": "kriswallsmith/assetic", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/kriswallsmith/assetic.git", "reference": "v1.1.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/v1.1.1", "reference": "v1.1.1", "shasum": "" }, "require": { "php": ">=5.3.1", "symfony/process": ">=2.1,<3.0" }, "require-dev": { "cssmin/cssmin": "*", "joliclic/javascript-packer": "*", "kamicane/packager": "*", "leafo/lessphp": "*", "leafo/scssphp": "*", "leafo/scssphp-compass": "*", "mrclay/minify": "*", "phpunit/phpunit": ">=3.7,<4.0", "ptachoire/cssembed": "*", "twig/twig": ">=1.6,<2.0" }, "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.1-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-06-01 22:13:43" }, { "name": "monolog/monolog", "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "1.5.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.5.0", "reference": "1.5.0", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": ">=1.0,<2.0" }, "require-dev": { "doctrine/couchdb": "dev-master", "mlehner/gelf-php": "1.0.*", "raven/raven": "0.3.*" }, "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.4.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-04-23 10:09:48" }, { "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": "sensio/distribution-bundle", "version": "v2.3.1", "target-dir": "Sensio/Bundle/DistributionBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "symfony/framework-bundle": ">=2.2,<3.0" }, "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-05-30 16:15:25" }, { "name": "sensio/framework-extra-bundle", "version": "v2.3.1", "target-dir": "Sensio/Bundle/FrameworkExtraBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "doctrine/common": ">=2.2,<3.0", "symfony/framework-bundle": ">=2.2,<3.0" }, "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-06-02 16:13:20" }, { "name": "sensio/generator-bundle", "version": "v2.3.1", "target-dir": "Sensio/Bundle/GeneratorBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "symfony/console": ">=2.0,<3.0", "symfony/framework-bundle": ">=2.2,<3.0" }, "require-dev": { "doctrine/orm": ">=2.2,<3.0,>=2.2.3", "symfony/doctrine-bridge": ">=2.2,<3.0", "twig/twig": ">=1.11.0,<2.0" }, "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-06-05 17:32:22" }, { "name": "swiftmailer/swiftmailer", "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "v5.0.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/v5.0.0", "reference": "v5.0.0", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.0-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-04-30 17:35:30" }, { "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-beta1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/v2.3.0-beta1", "reference": "v2.3.0-beta1", "shasum": "" }, "require": { "kriswallsmith/assetic": ">=1.1-beta1,<1.2", "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-13 15:39:47" }, { "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.3.0", "target-dir": "Symfony/Bundle/MonologBundle", "source": { "type": "git", "url": "https://github.com/symfony/MonologBundle.git", "reference": "v2.3.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/v2.3.0", "reference": "v2.3.0", "shasum": "" }, "require": { "monolog/monolog": ">=1.3,<2.0", "php": ">=5.3.2", "symfony/config": ">=2.2-beta2,<3.0", "symfony/dependency-injection": ">=2.2-beta2,<3.0", "symfony/monolog-bridge": ">=2.2-beta2,<3.0" }, "require-dev": { "symfony/yaml": ">=2.2-beta2,<3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.2.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-05-27 18:06:55" }, { "name": "symfony/swiftmailer-bundle", "version": "v2.3.1", "target-dir": "Symfony/Bundle/SwiftmailerBundle", "source": { "type": "git", "url": "https://github.com/symfony/SwiftmailerBundle.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "php": ">=5.3.2", "swiftmailer/swiftmailer": ">=4.2.0,<5.1-dev", "symfony/swiftmailer-bridge": ">=2.1,<3.0" }, "require-dev": { "symfony/config": ">=2.1,<3.0", "symfony/dependency-injection": ">=2.1,<3.0", "symfony/http-kernel": ">=2.1,<3.0", "symfony/yaml": ">=2.1,<3.0" }, "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-05-15 08:38:58" }, { "name": "symfony/symfony", "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", "reference": "v2.3.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/symfony/zipball/v2.3.1", "reference": "v2.3.1", "shasum": "" }, "require": { "doctrine/common": ">=2.2,<3.0", "php": ">=5.3.3", "psr/log": ">=1.0,<2.0", "symfony/icu": ">=1.0,<2.0", "twig/twig": ">=1.11.0,<2.0" }, "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,<3.0", "doctrine/orm": ">=2.2,<3.0,>=2.2.3", "ircmaxell/password-compat": "1.0.*", "monolog/monolog": ">=1.3,<2.0", "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-06-11 11:46:38" }, { "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.1", "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", "reference": "v1.13.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.13.1", "reference": "v1.13.1", "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" ], "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-06-06 06:06:01" }, { "name": "yepsua/jquery4php", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/oyepez003/jQuery4PHP.git", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/oyepez003/jQuery4PHP/zipball/v1.0.0", "reference": "v1.0.0", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "autoload": { "files": [ "YepSua/Labs/RIA/jQuery4PHP/jquery4php_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL", "MIT" ], "authors": [ { "name": "Omar Yepez", "email": "omar.yepez@yepsua.com" } ], "description": "Makes easy writing javascript code (jQuery syntax) using PHP objects", "homepage": "http://jquery4php.sourceforge.net/", "keywords": [ "jQuery plugins", "jQuery4PHP", "jQueryUI", "jquery", "php" ], "time": "2013-02-19 04:40:33" }, { "name": "yepsua/smartwig-bundle", "version": "dev-master", "target-dir": "Yepsua/SmarTwigBundle", "source": { "type": "git", "url": "https://github.com/oyepez003/YepsuaSmarTwigBundle.git", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/oyepez003/YepsuaSmarTwigBundle/zipball/v1.0.0", "reference": "v1.0.0", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/framework-bundle": "2.*", "yepsua/jquery4php": "1.0.*" }, "type": "symfony-bundle", "extra": { "symfony-app-dir": "app", "symfony-web-dir": "web" }, "autoload": { "psr-0": { "Yepsua\\SmarTwigBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Omar Yepez", "email": "omar.yepez@yepsua.com" } ], "description": "The jQuery, jQueryUI (and more) Symfony Bundle", "homepage": "http://smartwig.yepsua.com", "keywords": [ "RIA", "extensions", "jQuery4PHP", "jquery", "templating", "twig", "ui" ], "time": "2013-06-03 16:33:52" } ], "packages-dev": [ ], "aliases": [ ], "minimum-stability": "stable", "stability-flags": { "yepsua/smartwig-bundle": 20 }, "platform": { "php": ">=5.3.3" }, "platform-dev": [ ] }