{ "_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": "24c1ca205ff02cf57382f6c099d64465", "packages": [ { "name": "doctrine/annotations", "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "40db0c96985aab2822edbc4848b3bd2429e02670" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670", "reference": "40db0c96985aab2822edbc4848b3bd2429e02670", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "php": ">=5.3.2" }, "require-dev": { "doctrine/cache": "1.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Annotations\\": "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": "Docblock Annotations Parser", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "docblock", "parser" ], "time": "2013-06-16 21:33:03" }, { "name": "doctrine/cache", "version": "v1.1", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "2c9761ff1d13e188d5f7378066c1ce2882d7a336" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/2c9761ff1d13e188d5f7378066c1ce2882d7a336", "reference": "2c9761ff1d13e188d5f7378066c1ce2882d7a336", "shasum": "" }, "require": { "php": ">=5.3.2" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Cache\\": "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": "Caching library offering an object-oriented API for many cache backends", "homepage": "http://www.doctrine-project.org", "keywords": [ "cache", "caching" ], "time": "2013-08-07 16:04:25" }, { "name": "doctrine/collections", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "623caf42551b416460df786154d89bc50e3d1798" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/623caf42551b416460df786154d89bc50e3d1798", "reference": "623caf42551b416460df786154d89bc50e3d1798", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Collections\\": "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": "Collections Abstraction library", "homepage": "http://www.doctrine-project.org", "keywords": [ "array", "collections", "iterator" ], "time": "2013-07-23 08:27:26" }, { "name": "doctrine/common", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "b4c7860e0c5a8d13598ca34d156533300b0dacf0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/b4c7860e0c5a8d13598ca34d156533300b0dacf0", "reference": "b4c7860e0c5a8d13598ca34d156533300b0dacf0", "shasum": "" }, "require": { "doctrine/annotations": "1.*", "doctrine/cache": "1.*", "doctrine/collections": "1.*", "doctrine/inflector": "1.*", "doctrine/lexer": "1.*", "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4.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": "2013-08-20 18:10:31" }, { "name": "doctrine/dbal", "version": "2.3.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "6a62fefefde6b2c0d8b3df70151d6a81fc028d28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/6a62fefefde6b2c0d8b3df70151d6a81fc028d28", "reference": "6a62fefefde6b2c0d8b3df70151d6a81fc028d28", "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-21 05:53:02" }, { "name": "doctrine/doctrine-bundle", "version": "v1.0.0", "target-dir": "Doctrine/Bundle/DoctrineBundle", "source": { "type": "git", "url": "git://github.com/doctrine/DoctrineBundle.git", "reference": "v1.0.0" }, "dist": { "type": "zip", "url": "https://github.com/doctrine/DoctrineBundle/zipball/v1.0.0", "reference": "v1.0.0", "shasum": "" }, "require": { "doctrine/dbal": ">=2.2,<2.4-dev", "php": ">=5.3.2", "symfony/doctrine-bridge": "2.1.*", "symfony/framework-bundle": "2.1.*" }, "require-dev": { "doctrine/orm": ">=2.2,<2.4-dev", "symfony/validator": "2.1.*", "symfony/yaml": "2.1.*" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle." }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.0.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": "2012-09-07 14:18:21" }, { "name": "doctrine/doctrine-migrations-bundle", "version": "dev-master", "target-dir": "Doctrine/Bundle/MigrationsBundle", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", "reference": "a9796ce33152754e4dbc7d251da5c1c0a739189c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/a9796ce33152754e4dbc7d251da5c1c0a739189c", "reference": "a9796ce33152754e4dbc7d251da5c1c0a739189c", "shasum": "" }, "require": { "doctrine/doctrine-bundle": "~1.0", "doctrine/migrations": "*", "php": ">=5.3.2", "symfony/framework-bundle": ">=2.1.0,<2.4-dev" }, "type": "symfony-bundle", "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" ], "time": "2013-07-10 12:55:18" }, { "name": "doctrine/inflector", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c", "reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Inflector\\": "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 String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", "pluralize", "singularize", "string" ], "time": "2013-04-10 16:14:30" }, { "name": "doctrine/lexer", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94", "reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Lexer\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "http://www.doctrine-project.org", "keywords": [ "lexer", "parser" ], "time": "2013-03-07 12:15:25" }, { "name": "doctrine/migrations", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", "reference": "ced3b419252af47f29d6680f9ec74df00ee0c58e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/migrations/zipball/ced3b419252af47f29d6680f9ec74df00ee0c58e", "reference": "ced3b419252af47f29d6680f9ec74df00ee0c58e", "shasum": "" }, "require": { "doctrine/dbal": ">=2.0,<2.5.x-dev", "php": ">=5.3.2" }, "require-dev": { "symfony/console": "2.*", "symfony/yaml": "2.*" }, "suggest": { "symfony/console": "to run the migration from the console" }, "type": "library", "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" ], "time": "2013-06-27 19:46:00" }, { "name": "doctrine/orm", "version": "2.3.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/doctrine2.git", "reference": "b1ba11c06ffbf795417cdacddaa21e22209d5789" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/b1ba11c06ffbf795417cdacddaa21e22209d5789", "reference": "b1ba11c06ffbf795417cdacddaa21e22209d5789", "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-08-20 08:02:51" }, { "name": "easybook/geshi", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/easybook/geshi.git", "reference": "6f5f9c621936faf90d92f355967604fe07f7a60f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/easybook/geshi/zipball/6f5f9c621936faf90d92f355967604fe07f7a60f", "reference": "6f5f9c621936faf90d92f355967604fe07f7a60f", "shasum": "" }, "require": { "php": ">4.3.0" }, "type": "library", "autoload": { "classmap": [ "./" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "Benny Baumann", "email": "BenBE@geshi.org" }, { "name": "Nigel McNie", "email": "nigel@geshi.org" } ], "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.", "homepage": "http://qbnz.com/highlighter", "keywords": [ "highlight", "highlighter", "syntax" ], "time": "2012-09-28 10:33:45" }, { "name": "egeloen/ckeditor-bundle", "version": "dev-master", "target-dir": "Ivory/CKEditorBundle", "source": { "type": "git", "url": "https://github.com/egeloen/IvoryCKEditorBundle.git", "reference": "22e6292579c9ffb7193c4d20616ab6b74b6ad414" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/egeloen/IvoryCKEditorBundle/zipball/22e6292579c9ffb7193c4d20616ab6b74b6ad414", "reference": "22e6292579c9ffb7193c4d20616ab6b74b6ad414", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/form": ">=2.1", "symfony/framework-bundle": ">=2.1" }, "require-dev": { "phpunit/phpunit": "3.7.*", "twig/twig": "1.*" }, "suggest": { "helios-ag/fm-elfinder-bundle": "Allows to use the elfinder as CKEditor file manager", "twig/twig": "Allows to use Ivory CKEditor twig templates" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "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" ], "time": "2013-08-22 14:26:05" }, { "name": "fpn/doctrine-extensions-taggable", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/FabienPennequin/DoctrineExtensions-Taggable.git", "reference": "ee7245fc7c3012ea1b1ed932f62ca258b39d8bea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FabienPennequin/DoctrineExtensions-Taggable/zipball/ee7245fc7c3012ea1b1ed932f62ca258b39d8bea", "reference": "ee7245fc7c3012ea1b1ed932f62ca258b39d8bea", "shasum": "" }, "require": { "doctrine/orm": ">=2.0" }, "type": "library", "autoload": { "psr-0": { "DoctrineExtensions": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Pennequin", "email": "fabien@pennequin.me" } ], "description": "Tag system using Doctrine ORM", "keywords": [ "Taggable", "tag" ], "time": "2012-09-20 19:58:42" }, { "name": "fpn/tag-bundle", "version": "dev-master", "target-dir": "FPN/TagBundle", "source": { "type": "git", "url": "https://github.com/FabienPennequin/FPNTagBundle.git", "reference": "7fa1408d2a57120e8d9da8a95fb7d2ad3223c5e3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FabienPennequin/FPNTagBundle/zipball/7fa1408d2a57120e8d9da8a95fb7d2ad3223c5e3", "reference": "7fa1408d2a57120e8d9da8a95fb7d2ad3223c5e3", "shasum": "" }, "require": { "fpn/doctrine-extensions-taggable": "*", "symfony/framework-bundle": ">=2.0" }, "type": "symfony-bundle", "autoload": { "psr-0": { "FPN\\TagBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Pennequin", "email": "fabien@pennequin.me" } ], "description": "FPN Tag Bundle", "keywords": [ "tag", "tagging" ], "time": "2012-09-20 19:59:26" }, { "name": "gedmo/doctrine-extensions", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/l3pp4rd/DoctrineExtensions.git", "reference": "8f9f41b1218eb3084fec41140337ffd407bd3785" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/8f9f41b1218eb3084fec41140337ffd407bd3785", "reference": "8f9f41b1218eb3084fec41140337ffd407bd3785", "shasum": "" }, "require": { "doctrine/common": ">=2.2,<2.5-dev", "php": ">=5.3.2" }, "require-dev": { "doctrine/common": ">=2.4.0-RC3", "doctrine/dbal": ">=2.4.0-RC1", "doctrine/mongodb": ">=1.0.3", "doctrine/mongodb-odm": ">=1.0.0-BETA9", "doctrine/orm": ">=2.4.0-RC1", "symfony/yaml": "2.3.1" }, "suggest": { "doctrine/dbal": ">=2.3.2", "doctrine/mongodb": ">=1.0.1", "doctrine/mongodb-odm": ">=1.0.0-BETA7", "doctrine/orm": ">=2.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-0": { "Gedmo\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "David Buchmann", "email": "david@liip.ch" }, { "name": "Gediminas Morkevicius", "email": "gediminas.morkevicius@gmail.com" }, { "name": "Gustavo Falco", "email": "comfortablynumb84@gmail.com" } ], "description": "Doctrine2 behavioral extensions", "homepage": "http://gediminasm.org/", "keywords": [ "Blameable", "behaviors", "doctrine2", "extensions", "gedmo", "loggable", "nestedset", "sluggable", "sortable", "timestampable", "translatable", "tree", "uploadable" ], "time": "2013-08-22 17:42:52" }, { "name": "gergelypolonkai/tcpdfbundle", "version": "dev-master", "target-dir": "Io/TcpdfBundle", "source": { "type": "git", "url": "https://github.com/gergelypolonkai/IoTcpdfBundle.git", "reference": "e17246981bba441508a8cf144c471ed811eb92ec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/gergelypolonkai/IoTcpdfBundle/zipball/e17246981bba441508a8cf144c471ed811eb92ec", "reference": "e17246981bba441508a8cf144c471ed811eb92ec", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/framework-bundle": "2.1.*", "tecnick.com/tcpdf": ">=5.9.162" }, "type": "symfony-bundle", "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": [ "pdf", "tcpdf" ], "support": { "source": "https://github.com/gergelypolonkai/IoTcpdfBundle/tree/master" }, "time": "2013-08-23 10:32:25" }, { "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 Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "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 Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "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.1.x-dev", "target-dir": "JMS/DiExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git", "reference": "ba280298bc4b0d03b18cff7f72e69a6af37de466" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/ba280298bc4b0d03b18cff7f72e69a6af37de466", "reference": "ba280298bc4b0d03b18cff7f72e69a6af37de466", "shasum": "" }, "require": { "jms/aop-bundle": "1.0.*", "jms/metadata": "1.1.*", "symfony/finder": "2.1.*", "symfony/framework-bundle": "2.1.*", "symfony/process": "2.1.*" }, "require-dev": { "doctrine/doctrine-bundle": "*", "doctrine/orm": "*", "jms/security-extra-bundle": "1.*", "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", "autoload": { "psr-0": { "JMS\\DiExtraBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache" ], "authors": [ { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Allows to configure dependency injection using annotations", "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle", "keywords": [ "annotations", "dependency injection" ], "time": "2012-09-21 08:56:32" }, { "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" }, "type": "library", "autoload": { "psr-0": { "Metadata\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache" ], "authors": [ { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Class/method/property metadata management in PHP", "keywords": [ "annotations", "metadata", "xml", "yaml" ], "time": "2012-01-02 13:32:49" }, { "name": "jms/security-extra-bundle", "version": "1.2.x-dev", "target-dir": "JMS/SecurityExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git", "reference": "7868b5cb54a749e18494a213ecc640f52c3e5d62" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/7868b5cb54a749e18494a213ecc640f52c3e5d62", "reference": "7868b5cb54a749e18494a213ecc640f52c3e5d62", "shasum": "" }, "require": { "jms/aop-bundle": "1.0.*", "jms/di-extra-bundle": "1.1.*", "jms/metadata": "1.1.*", "symfony/framework-bundle": "2.1.*", "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", "autoload": { "psr-0": { "JMS\\SecurityExtraBundle": "" } }, "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": "Enhances the Symfony2 Security Component by adding several new features", "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle", "keywords": [ "annotations", "authorization", "expression", "secure", "security" ], "time": "2013-08-06 06:59:42" }, { "name": "kriswallsmith/assetic", "version": "1.1.x-dev", "source": { "type": "git", "url": "https://github.com/kriswallsmith/assetic.git", "reference": "v1.1.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/v1.1.2", "reference": "v1.1.2", "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.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-07-19 00:03:27" }, { "name": "monolog/monolog", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "d16496318c3e08e3bccfc3866e104e49cf25488a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d16496318c3e08e3bccfc3866e104e49cf25488a", "reference": "d16496318c3e08e3bccfc3866e104e49cf25488a", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mlehner/gelf-php": "1.0.*" }, "suggest": { "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.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": "Logging for PHP 5.3", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging" ], "time": "2012-08-29 11:53:20" }, { "name": "sensio/distribution-bundle", "version": "2.1.x-dev", "target-dir": "Sensio/Bundle/DistributionBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", "reference": "6ba9c464d8cf408b1e5699673d6b7ce1eb0ead28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/6ba9c464d8cf408b1e5699673d6b7ce1eb0ead28", "reference": "6ba9c464d8cf408b1e5699673d6b7ce1eb0ead28", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.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-04-09 09:20:26" }, { "name": "sensio/framework-extra-bundle", "version": "2.1.x-dev", "target-dir": "Sensio/Bundle/FrameworkExtraBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", "reference": "dcbd6941763c42a597085e35f9491c771290efc8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/dcbd6941763c42a597085e35f9491c771290efc8", "reference": "dcbd6941763c42a597085e35f9491c771290efc8", "shasum": "" }, "require": { "doctrine/common": ">=2.1,<2.5-dev", "symfony/framework-bundle": "2.1.*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.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-04-05 06:59:04" }, { "name": "sensio/generator-bundle", "version": "2.1.x-dev", "target-dir": "Sensio/Bundle/GeneratorBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", "reference": "19ec741c7564ff71f8f01048a707d87d75cb87e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/19ec741c7564ff71f8f01048a707d87d75cb87e6", "reference": "19ec741c7564ff71f8f01048a707d87d75cb87e6", "shasum": "" }, "require": { "symfony/console": "2.1.*", "symfony/framework-bundle": "2.1.*" }, "require-dev": { "doctrine/orm": ">=2.1,<2.4-dev", "symfony/doctrine-bridge": "2.1.*", "twig/twig": ">=1.8,<2.0-dev" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.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-02 16:44:58" }, { "name": "stof/doctrine-extensions-bundle", "version": "dev-master", "target-dir": "Stof/DoctrineExtensionsBundle", "source": { "type": "git", "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git", "reference": "6577f2388abeac4896aa0aef37fc1b6f2c6923e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/6577f2388abeac4896aa0aef37fc1b6f2c6923e9", "reference": "6577f2388abeac4896aa0aef37fc1b6f2c6923e9", "shasum": "" }, "require": { "gedmo/doctrine-extensions": "2.3.*", "php": ">=5.3.2", "symfony/framework-bundle": "~2.1" }, "suggest": { "doctrine/doctrine-bundle": "to use the ORM extensions", "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "Stof\\DoctrineExtensionsBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" } ], "description": "Integration of the gedmo/doctrine-extensions with Symfony2", "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle", "keywords": [ "behaviors", "doctrine2", "extensions", "gedmo", "loggable", "nestedset", "sluggable", "sortable", "timestampable", "translatable", "tree" ], "time": "2013-06-25 08:05:01" }, { "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "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" ], "time": "2012-10-25 01:30:40" }, { "name": "symfony/assetic-bundle", "version": "2.1.x-dev", "target-dir": "Symfony/Bundle/AsseticBundle", "source": { "type": "git", "url": "https://github.com/symfony/AsseticBundle.git", "reference": "49ed2a7aa9942e5564c7211a3ed5ea974f61b687" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/49ed2a7aa9942e5564c7211a3ed5ea974f61b687", "reference": "49ed2a7aa9942e5564c7211a3ed5ea974f61b687", "shasum": "" }, "require": { "kriswallsmith/assetic": "1.1.x", "php": ">=5.3.0", "symfony/framework-bundle": "~2.1" }, "require-dev": { "symfony/class-loader": "~2.1", "symfony/console": "~2.1", "symfony/css-selector": "~2.1", "symfony/dom-crawler": "~2.1", "symfony/form": "~2.1", "symfony/twig-bundle": "~2.1", "symfony/yaml": "~2.1" }, "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-06-07 16:26:30" }, { "name": "symfony/monolog-bundle", "version": "2.1.x-dev", "target-dir": "Symfony/Bundle/MonologBundle", "source": { "type": "git", "url": "https://github.com/symfony/MonologBundle.git", "reference": "56e69204105ff082f60b5c2ee80eb1c6f3b3c060" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/56e69204105ff082f60b5c2ee80eb1c6f3b3c060", "reference": "56e69204105ff082f60b5c2ee80eb1c6f3b3c060", "shasum": "" }, "require": { "monolog/monolog": ">=1.0,<1.3-dev", "php": ">=5.3.2", "symfony/config": ">=2.1.0,<2.3-dev", "symfony/dependency-injection": ">=2.1.0,<2.3-dev", "symfony/monolog-bridge": "2.1.*" }, "require-dev": { "symfony/config": ">=2.1.0,<2.3-dev", "symfony/yaml": ">=2.1.0,<2.3-dev" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.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-04-05 12:38:16" }, { "name": "symfony/swiftmailer-bundle", "version": "2.1.x-dev", "target-dir": "Symfony/Bundle/SwiftmailerBundle", "source": { "type": "git", "url": "https://github.com/symfony/SwiftmailerBundle.git", "reference": "2bf9cdefd8102e6409ec0762652cf81cb3b4c21a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/2bf9cdefd8102e6409ec0762652cf81cb3b4c21a", "reference": "2bf9cdefd8102e6409ec0762652cf81cb3b4c21a", "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/config": ">=2.1.0,<2.3-dev", "symfony/dependency-injection": ">=2.1.0,<2.3-dev", "symfony/http-kernel": ">=2.1.0,<2.3-dev", "symfony/yaml": ">=2.1.0,<2.3-dev" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1-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-01-04 17:04:29" }, { "name": "symfony/symfony", "version": "2.1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", "reference": "f73944e6536262eb3d3cf3e7db47ecc5d953844d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/symfony/zipball/f73944e6536262eb3d3cf3e7db47ecc5d953844d", "reference": "f73944e6536262eb3d3cf3e7db47ecc5d953844d", "shasum": "" }, "require": { "doctrine/common": "~2.2", "php": ">=5.3.3", "twig/twig": ">=1.9.1,<2.0-dev" }, "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/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/locale": "self.version", "symfony/monolog-bridge": "self.version", "symfony/options-resolver": "self.version", "symfony/process": "self.version", "symfony/propel1-bridge": "self.version", "symfony/routing": "self.version", "symfony/security": "self.version", "symfony/security-bundle": "self.version", "symfony/serializer": "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,<2.4-dev", "doctrine/orm": ">=2.2.3,<2.4-dev", "monolog/monolog": ">=1.0,<1.3-dev", "propel/propel1": "dev-master" }, "type": "library", "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" ], "time": "2013-08-07 15:40:17" }, { "name": "tecnick.com/tcpdf", "version": "dev-master", "source": { "type": "git", "url": "http://git.code.sf.net/p/tcpdf/code", "reference": "3ebcb4d8d952ffdcb0fb95db8855da46a8590a26" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "classmap": [ "fonts", "config", "include", "tcpdf.php", "tcpdf_parser.php", "tcpdf_import.php", "tcpdf_barcodes_1d.php", "tcpdf_barcodes_2d.php", "include/tcpdf_colors.php", "include/tcpdf_filters.php", "include/tcpdf_font_data.php", "include/tcpdf_fonts.php", "include/tcpdf_images.php", "include/tcpdf_static.php", "include/barcodes/datamatrix.php", "include/barcodes/pdf417.php", "include/barcodes/qrcode.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": [ "PDFD32000-2008", "TCPDF", "barcodes", "datamatrix", "pdf", "pdf417", "qrcode" ], "time": "2013-08-05 19:34:06" }, { "name": "twig/extensions", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fabpot/Twig-extensions.git", "reference": "f5b0c84f3699e494c84ee627d7d583e115d2c4a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/f5b0c84f3699e494c84ee627d7d583e115d2c4a2", "reference": "f5b0c84f3699e494c84ee627d7d583e115d2c4a2", "shasum": "" }, "require": { "twig/twig": "~1.0" }, "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-07-02 11:21:55" }, { "name": "twig/twig", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", "reference": "fcf007e9a2e6c65594360ae7fa3c410ae8d56a11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig/zipball/fcf007e9a2e6c65594360ae7fa3c410ae8d56a11", "reference": "fcf007e9a2e6c65594360ae7fa3c410ae8d56a11", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.14-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-07 12:53:34" } ], "packages-dev": [ ], "aliases": [ ], "minimum-stability": "dev", "stability-flags": { "easybook/geshi": 20, "stof/doctrine-extensions-bundle": 20, "doctrine/doctrine-migrations-bundle": 20, "fpn/tag-bundle": 20, "egeloen/ckeditor-bundle": 20, "gergelypolonkai/tcpdfbundle": 20 }, "platform": { "php": ">=5.3.3" }, "platform-dev": [ ] }