{ "hash": "63cdc920ed2cae5584b3ae14a83ab786", "packages": [ { "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/archive/bb0aebbf234db52df476a2b473d434745b34221c.zip", "reference": "bb0aebbf234db52df476a2b473d434745b34221c", "shasum": "" }, "require": { "php": ">=5.3.2" }, "time": "2012-09-20 05:55:18", "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "installation-source": "source", "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": [ "collections", "spl", "eventmanager", "annotations", "persistence" ] }, { "name": "doctrine/dbal", "version": "2.3.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/dbal", "reference": "00f9575d24a15931c2ccfafd888b3d1d0bb5bd03" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/dbal/archive/00f9575d24a15931c2ccfafd888b3d1d0bb5bd03.zip", "reference": "00f9575d24a15931c2ccfafd888b3d1d0bb5bd03", "shasum": "" }, "require": { "php": ">=5.3.2", "doctrine/common": "2.3.*" }, "time": "2012-12-17 15:35:54", "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "installation-source": "source", "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", "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": "2991d0dfa58a5583d9231c490750e29c45b0a6e9" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/DoctrineBundle/archive/2991d0dfa58a5583d9231c490750e29c45b0a6e9.zip", "reference": "2991d0dfa58a5583d9231c490750e29c45b0a6e9", "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", "jdorn/sql-formatter": ">=1.1,<2.0" }, "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": "2012-12-11 09:53:45", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "source", "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", "orm", "persistence", "dbal" ] }, { "name": "doctrine/doctrine-migrations-bundle", "version": "dev-master", "target-dir": "Doctrine/Bundle/MigrationsBundle", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", "reference": "e494aceebe05200c3f5e7b54c9facf2cf0b2099c" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/DoctrineMigrationsBundle/archive/e494aceebe05200c3f5e7b54c9facf2cf0b2099c.zip", "reference": "e494aceebe05200c3f5e7b54c9facf2cf0b2099c", "shasum": "" }, "require": { "php": ">=5.3.2", "doctrine/migrations": "*", "symfony/framework-bundle": ">=2.1.0,<2.3-dev", "doctrine/doctrine-bundle": "1.0.*" }, "time": "2012-10-18 12:04:30", "type": "symfony-bundle", "installation-source": "source", "autoload": { "psr-0": { "Doctrine\\Bundle\\MigrationsBundle": "" } }, "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": "Doctrine Project", "homepage": "http://www.doctrine-project.org" } ], "description": "Symfony DoctrineMigrationsBundle", "homepage": "http://www.doctrine-project.org", "keywords": [ "dbal", "migrations", "schema" ] }, { "name": "doctrine/migrations", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/migrations", "reference": "c1d875ce7d092dd1bc7508c3867b5c6b97431e43" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/migrations/archive/c1d875ce7d092dd1bc7508c3867b5c6b97431e43.zip", "reference": "c1d875ce7d092dd1bc7508c3867b5c6b97431e43", "shasum": "" }, "require": { "php": ">=5.3.2", "doctrine/dbal": ">=2.0,<2.5.x-dev" }, "require-dev": { "symfony/console": "2.*", "symfony/yaml": "2.*" }, "suggest": { "symfony/console": "to run the migration from the console" }, "time": "2012-10-19 10:37:24", "type": "library", "installation-source": "source", "autoload": { "psr-0": { "Doctrine\\DBAL\\Migrations": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" } ], "description": "Database Schema migrations using Doctrine DBAL", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "migrations" ] }, { "name": "doctrine/orm", "version": "2.3.x-dev", "source": { "type": "git", "url": "git://github.com/doctrine/doctrine2.git", "reference": "6d898753065056d178039844d80569f74b8fe6c6" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/doctrine2/archive/6d898753065056d178039844d80569f74b8fe6c6.zip", "reference": "6d898753065056d178039844d80569f74b8fe6c6", "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": "2012-12-16 12:00:27", "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/" } }, "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" ] }, { "name": "egeloen/ckeditor-bundle", "version": "dev-master", "target-dir": "Ivory/CKEditorBundle", "source": { "type": "git", "url": "https://github.com/egeloen/IvoryCKEditorBundle", "reference": "21270e029fe424ba7f748746e6aeace3a11f9943" }, "dist": { "type": "zip", "url": "https://github.com/egeloen/IvoryCKEditorBundle/archive/21270e029fe424ba7f748746e6aeace3a11f9943.zip", "reference": "21270e029fe424ba7f748746e6aeace3a11f9943", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/framework-bundle": "2.*" }, "time": "2012-09-03 20:15:22", "type": "symfony-bundle", "installation-source": "source", "autoload": { "psr-0": { "Ivory\\CKEditorBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eric GELOEN", "email": "geloen.eric@gmail.com" } ], "description": "Provides a CKEditor integration for your Symfony2 Project.", "keywords": [ "CKEditor" ] }, { "name": "friendsofsymfony/jsrouting-bundle", "version": "1.1.0", "target-dir": "FOS/JsRoutingBundle", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle", "reference": "1.1.0" }, "dist": { "type": "zip", "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/archive/1.1.0.zip", "reference": "1.1.0", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/framework-bundle": ">=2.0,<2.3-dev", "symfony/serializer": ">=2.0,<2.3-dev", "symfony/console": ">=2.0,<2.3-dev" }, "time": "2012-12-13 23:26:18", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "FOS\\JsRoutingBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "william.durand1@gmail.com", "homepage": "http://www.willdurand.fr" }, { "name": "FriendsOfSymfony Community", "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors" } ], "description": "Symfony FOSJsRoutingBundle", "homepage": "http://friendsofsymfony.github.com", "keywords": [ "Js Routing" ] }, { "name": "gergelypolonkai/tcpdfbundle", "version": "dev-master", "target-dir": "Io/TcpdfBundle", "source": { "type": "git", "url": "https://github.com/gergelypolonkai/IoTcpdfBundle", "reference": "7cc9aed4839b2896de34ff3ea1155be1a1e4708c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/gergelypolonkai/IoTcpdfBundle/zipball/7cc9aed4839b2896de34ff3ea1155be1a1e4708c", "reference": "7cc9aed4839b2896de34ff3ea1155be1a1e4708c", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/framework-bundle": "2.1.*", "tcpdf/tcpdf": ">=5.9.162" }, "time": "2012-08-03 14:01:18", "type": "symfony-bundle", "installation-source": "source", "autoload": { "psr-0": { "Io\\TcpdfBundle": "" } }, "license": [ "LGPL" ], "authors": [ { "name": "Alessio", "email": "Unknown, http://github.com/ioalessio" }, { "name": "Gergely Polonkai", "email": "gergely@polonkai.eu" } ], "description": "Provides TCPDF integration for Symfony", "keywords": [ "tcpdf", "pdf" ], "support": { "source": "https://github.com/gergelypolonkai/IoTcpdfBundle/tree/master" } }, { "name": "jdorn/sql-formatter", "version": "dev-master", "source": { "type": "git", "url": "git://github.com/jdorn/sql-formatter.git", "reference": "15ab7a899e33f42682f74804d340a6995711a0d4" }, "dist": { "type": "zip", "url": "https://github.com/jdorn/sql-formatter/archive/15ab7a899e33f42682f74804d340a6995711a0d4.zip", "reference": "15ab7a899e33f42682f74804d340a6995711a0d4", "shasum": "" }, "require": { "php": ">=5.2.4" }, "time": "2012-12-18 21:46:03", "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "installation-source": "source", "autoload": { "classmap": [ "lib" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL" ], "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": [ "sql", "highlight" ] }, { "name": "jmikola/js-assets-helper-bundle", "version": "dev-master", "target-dir": "Jmikola/JsAssetsHelperBundle", "source": { "type": "git", "url": "https://github.com/jmikola/JmikolaJsAssetsHelperBundle", "reference": "84f8e60c994eb61158513f8c6a8a676b81e46857" }, "dist": { "type": "zip", "url": "https://github.com/jmikola/JmikolaJsAssetsHelperBundle/archive/84f8e60c994eb61158513f8c6a8a676b81e46857.zip", "reference": "84f8e60c994eb61158513f8c6a8a676b81e46857", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/dependency-injection": ">=2.0.5,<2.2-dev", "symfony/framework-bundle": ">=2.0-dev,<2.2-dev", "symfony/twig-bundle": ">=2.0-dev,<2.2-dev" }, "time": "2012-05-10 17:13:34", "type": "symfony-bundle", "installation-source": "source", "autoload": { "psr-0": { "Jmikola\\JsAssetsHelperBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "Jeremy Mikola", "email": "jmikola@gmail.com", "homepage": "http://jmikola.net" } ], "description": "Exposes the AssetsHelper service from Symfony2's templating component to JavaScript, allowing relative or absolute asset URI's to be generated client-side.", "homepage": "https://github.com/jmikola/JmikolaJsAssetsHelperBundle", "keywords": [ "assets", "javascript", "JS", "AssetsHelper" ] }, { "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 12:50:26", "type": "symfony-bundle", "installation-source": "dist", "autoload": { "psr-0": { "JMS\\AopBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "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 12:40:52", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "CG\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "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/archive/1.1.1.zip", "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": "2012-09-21 08:56:32", "type": "symfony-bundle", "installation-source": "source", "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": [ "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 13:32:49", "type": "library", "installation-source": "dist", "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", "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/archive/9ab6aceda50fc7a2b07d741ba4b3f0695508afcb.zip", "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": "2012-09-06 16:12:23", "type": "symfony-bundle", "installation-source": "source", "autoload": { "psr-0": { "JMS\\SecurityExtraBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "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": "kriswallsmith/assetic", "version": "dev-master", "source": { "type": "git", "url": "http://github.com/kriswallsmith/assetic.git", "reference": "8ca1861fbed58e2c6ffcca5c0a1726c40a10a77c" }, "dist": { "type": "zip", "url": "https://github.com/kriswallsmith/assetic/archive/8ca1861fbed58e2c6ffcca5c0a1726c40a10a77c.zip", "reference": "8ca1861fbed58e2c6ffcca5c0a1726c40a10a77c", "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": "2012-12-14 18:31:26", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "installation-source": "source", "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" ] }, { "name": "monolog/monolog", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog", "reference": "0df12342ef6c5efc748b27bb9ef92e1c95631058" }, "dist": { "type": "zip", "url": "https://github.com/Seldaek/monolog/archive/0df12342ef6c5efc748b27bb9ef92e1c95631058.zip", "reference": "0df12342ef6c5efc748b27bb9ef92e1c95631058", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mlehner/gelf-php": "1.0.*" }, "suggest": { "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server" }, "time": "2012-12-14 11:27:44", "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "installation-source": "source", "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": "Logging for PHP 5.3", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging" ] }, { "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.5" }, "dist": { "type": "zip", "url": "https://github.com/sensio/SensioDistributionBundle/archive/v2.1.5.zip", "reference": "v2.1.5", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*" }, "time": "2012-11-19 11:18:52", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "source", "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": [ "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": "v2.1.5" }, "dist": { "type": "zip", "url": "https://github.com/sensio/SensioFrameworkExtraBundle/archive/v2.1.5.zip", "reference": "v2.1.5", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*", "doctrine/common": ">=2.1,<2.4-dev" }, "time": "2012-12-18 17:19:01", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "source", "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" ] }, { "name": "sensio/generator-bundle", "version": "2.1.x-dev", "target-dir": "Sensio/Bundle/GeneratorBundle", "source": { "type": "git", "url": "https://github.com/sensio/SensioGeneratorBundle", "reference": "v2.1.4" }, "dist": { "type": "zip", "url": "https://github.com/sensio/SensioGeneratorBundle/archive/v2.1.4.zip", "reference": "v2.1.4", "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": "2012-11-19 16:10:57", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "source", "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" }, { "name": "swiftmailer/swiftmailer", "version": "v4.2.2", "source": { "type": "git", "url": "git://github.com/swiftmailer/swiftmailer.git", "reference": "v4.2.2" }, "dist": { "type": "zip", "url": "https://github.com/swiftmailer/swiftmailer/zipball/v4.2.2", "reference": "v4.2.2", "shasum": "" }, "require": { "php": ">=5.2.4" }, "time": "2012-10-25 01:30:40", "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "installation-source": "dist", "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "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": "bd91880b53f86689f6638c9a28b8cc17792896e2" }, "dist": { "type": "zip", "url": "https://github.com/symfony/AsseticBundle/archive/bd91880b53f86689f6638c9a28b8cc17792896e2.zip", "reference": "bd91880b53f86689f6638c9a28b8cc17792896e2", "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": "2012-12-14 18:38:42", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "source", "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" ] }, { "name": "symfony/monolog-bundle", "version": "dev-master", "target-dir": "Symfony/Bundle/MonologBundle", "source": { "type": "git", "url": "https://github.com/symfony/MonologBundle", "reference": "v2.1.5" }, "dist": { "type": "zip", "url": "https://github.com/symfony/MonologBundle/archive/v2.1.5.zip", "reference": "v2.1.5", "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": "2012-09-20 10:40:24", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "source", "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" }, { "name": "symfony/swiftmailer-bundle", "version": "dev-master", "target-dir": "Symfony/Bundle/SwiftmailerBundle", "source": { "type": "git", "url": "https://github.com/symfony/SwiftmailerBundle", "reference": "v2.1.5" }, "dist": { "type": "zip", "url": "https://github.com/symfony/SwiftmailerBundle/archive/v2.1.5.zip", "reference": "v2.1.5", "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": "2012-10-17 04:18:11", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "installation-source": "source", "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" }, { "name": "symfony/symfony", "version": "2.1.x-dev", "source": { "type": "git", "url": "git://github.com/symfony/symfony.git", "reference": "06e1de9742eadb097b765d01788c24ce6ee5ee66" }, "dist": { "type": "zip", "url": "https://github.com/symfony/symfony/archive/06e1de9742eadb097b765d01788c24ce6ee5ee66.zip", "reference": "06e1de9742eadb097b765d01788c24ce6ee5ee66", "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": "2012-12-20 14:53:35", "type": "library", "installation-source": "source", "autoload": { "psr-0": { "Symfony": "src/", "SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/Resources/stubs" } }, "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" ] }, { "name": "tcpdf/tcpdf", "version": "dev-master", "source": { "type": "git", "url": "git://tcpdf.git.sourceforge.net/gitroot/tcpdf/tcpdf", "reference": "f2aa41dd8252ad6321bad88776889b75b127a60c" }, "require": { "php": ">=5.3.0" }, "time": "2012-09-25 18:17:00", "type": "library", "installation-source": "source", "autoload": { "classmap": [ "fonts", "config/lang", "config", "2dbarcodes.php", "barcodes.php", "datamatrix.php", "encodings_maps.php", "htmlcolors.php", "pdf417.php", "qrcode.php", "spotcolors.php", "tcpdf.php", "tcpdf_filters.php", "tcpdf_parser.php", "unicode_data.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPLv3" ], "authors": [ { "name": "Nicola Asuni", "email": "info@tecnick.com", "homepage": "http://nicolaasuni.tecnick.com" } ], "description": "TCPDF is a PHP class for generating PDF documents.", "homepage": "http://www.tcpdf.org/", "keywords": [ "pdf", "TCPDF", "qrcode", "PDFD32000-2008", "datamatrix", "pdf417", "barcodes" ] }, { "name": "twig/extensions", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fabpot/Twig-extensions", "reference": "d1990ffaca93302709d1306d50ae153adb169f49" }, "dist": { "type": "zip", "url": "https://github.com/fabpot/Twig-extensions/archive/d1990ffaca93302709d1306d50ae153adb169f49.zip", "reference": "d1990ffaca93302709d1306d50ae153adb169f49", "shasum": "" }, "require": { "twig/twig": "1.*" }, "time": "2012-12-15 09:26:10", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "source", "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" ] }, { "name": "twig/twig", "version": "dev-master", "source": { "type": "git", "url": "git://github.com/fabpot/Twig.git", "reference": "f095f3a1777431412954e478f92e8a10cb7b6495" }, "dist": { "type": "zip", "url": "https://github.com/fabpot/Twig/archive/f095f3a1777431412954e478f92e8a10cb7b6495.zip", "reference": "f095f3a1777431412954e478f92e8a10cb7b6495", "shasum": "" }, "require": { "php": ">=5.2.4" }, "time": "2012-12-18 10:01:32", "type": "library", "extra": { "branch-alias": { "dev-master": "1.12-dev" } }, "installation-source": "source", "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" ] } ], "packages-dev": null, "aliases": [ ], "minimum-stability": "dev", "stability-flags": { "doctrine/doctrine-migrations-bundle": 20, "egeloen/ckeditor-bundle": 20, "jmikola/js-assets-helper-bundle": 20, "gergelypolonkai/tcpdfbundle": 20 } }