{ "_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", "This file is @generated automatically" ], "hash": "e508a091e9c62b66b8a4435c7b53cea5", "packages": [ { "name": "anahkiasen/html-object", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/Anahkiasen/html-object.git", "reference": "7890eb43636b1cd5ae7c4aab0d27c6890065c9ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Anahkiasen/html-object/zipball/7890eb43636b1cd5ae7c4aab0d27c6890065c9ad", "reference": "7890eb43636b1cd5ae7c4aab0d27c6890065c9ad", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.5" }, "type": "library", "autoload": { "psr-4": { "HtmlObject\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anahkiasen", "email": "ehtnam6@gmail.com" } ], "description": "A set of classes to create and manipulate HTML objects abstractions", "time": "2015-03-04 17:12:08" }, { "name": "concrete5/doctrine-xml", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/concrete5/doctrine-xml.git", "reference": "a8db3d402a4ee6d63155979eec92d4c5686fcd69" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/concrete5/doctrine-xml/zipball/a8db3d402a4ee6d63155979eec92d4c5686fcd69", "reference": "a8db3d402a4ee6d63155979eec92d4c5686fcd69", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "doctrine/dbal": "2.5.*" }, "type": "library", "autoload": { "psr-4": { "DoctrineXml\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Define database structure via XML using Doctrine data types", "homepage": "https://github.com/concrete5/doctrine-xml", "keywords": [ "database", "doctrine", "schema", "structure", "xml" ], "time": "2015-04-30 15:46:28" }, { "name": "concrete5/flysystem", "version": "0.4.11", "source": { "type": "git", "url": "https://github.com/concrete5/flysystem.git", "reference": "9c74bca26d606735f660314d2d4e2799d0c44953" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/concrete5/flysystem/zipball/9c74bca26d606735f660314d2d4e2799d0c44953", "reference": "9c74bca26d606735f660314d2d4e2799d0c44953", "shasum": "" }, "require-dev": { "aws/aws-sdk-php": "~2.5", "dropbox/dropbox-sdk": "~1.1.1", "league/phpunit-coverage-listener": "~1.1", "mockery/mockery": "~0.9", "phpseclib/phpseclib": "~0.3.5", "phpunit/phpunit": "~4.0", "predis/predis": "~0.8.4", "rackspace/php-opencloud": "~1.9.1", "sabre/dav": "~1.8.7" }, "suggest": { "aws/aws-sdk-php": "Allows you to use AWS S3 storage", "dropbox/dropbox-sdk": "Allows you to use Dropbox storage", "phpseclib/phpseclib": "Allows SFTP server storage", "predis/predis": "Allows you to use Predis for caching", "rackspace/php-opencloud": "Allows you to use Rackspace Cloud Files", "sabre/dav": "Enables WebDav support" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.4-dev" } }, "autoload": { "psr-4": { "Concrete\\Flysystem\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frenky.net" }, { "name": "Korvin Szanto", "email": "korvinszanto@gmail.com" } ], "description": "Filesystem abstraction, but easy.", "keywords": [ "aws", "dropbox", "filesystem", "ftp", "remote", "s3", "sftp", "webdav" ], "support": { "source": "https://github.com/concrete5/flysystem/tree/0.4.11" }, "time": "2014-10-28 00:48:02" }, { "name": "dapphp/securimage", "version": "3.5.4", "source": { "type": "git", "url": "https://github.com/dapphp/securimage.git", "reference": "e309fe87603265d87e4f8078305ea09e8e11a191" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dapphp/securimage/zipball/e309fe87603265d87e4f8078305ea09e8e11a191", "reference": "e309fe87603265d87e4f8078305ea09e8e11a191", "shasum": "" }, "require": { "ext-gd": "*", "php": ">=5.2.0" }, "type": "library", "autoload": { "classmap": [ "securimage.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD" ], "authors": [ { "name": "Drew Phillips", "email": "drew@drew-phillips.com" } ], "description": "PHP CAPTCHA Script", "homepage": "http://phpcaptcha.org", "keywords": [ "captcha", "security" ], "time": "2014-08-27 15:24:19" }, { "name": "doctrine/annotations", "version": "v1.2.7", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "php": ">=5.3.2" }, "require-dev": { "doctrine/cache": "1.*", "phpunit/phpunit": "4.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Annotations\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "docblock", "parser" ], "time": "2015-08-31 12:32:49" }, { "name": "doctrine/cache", "version": "v1.4.2", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca", "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca", "shasum": "" }, "require": { "php": ">=5.3.2" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "phpunit/phpunit": ">=3.7", "predis/predis": "~1.0", "satooshi/php-coveralls": "~0.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Cache\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Caching library offering an object-oriented API for many cache backends", "homepage": "http://www.doctrine-project.org", "keywords": [ "cache", "caching" ], "time": "2015-08-31 12:36:41" }, { "name": "doctrine/collections", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "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": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Collections Abstraction library", "homepage": "http://www.doctrine-project.org", "keywords": [ "array", "collections", "iterator" ], "time": "2015-04-14 22:21:58" }, { "name": "doctrine/common", "version": "v2.5.1", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9", "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9", "shasum": "" }, "require": { "doctrine/annotations": "1.*", "doctrine/cache": "1.*", "doctrine/collections": "1.*", "doctrine/inflector": "1.*", "doctrine/lexer": "1.*", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~3.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Common Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "collections", "eventmanager", "persistence", "spl" ], "time": "2015-08-31 13:00:22" }, { "name": "doctrine/dbal", "version": "v2.5.1", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "628c2256b646ae2417d44e063bce8aec5199d48d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d", "reference": "628c2256b646ae2417d44e063bce8aec5199d48d", "shasum": "" }, "require": { "doctrine/common": ">=2.4,<2.6-dev", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "4.*", "symfony/console": "2.*" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "bin": [ "bin/doctrine-dbal" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.5.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\DBAL\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "description": "Database Abstraction Layer", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "dbal", "persistence", "queryobject" ], "time": "2015-01-12 21:52:47" }, { "name": "doctrine/inflector", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604", "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "4.*" }, "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": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", "pluralize", "singularize", "string" ], "time": "2014-12-20 21:24:13" }, { "name": "doctrine/lexer", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", "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": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "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": "2014-09-09 13:34:57" }, { "name": "doctrine/migrations", "version": "v1.0.0-alpha3", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", "reference": "d2d18ef671b47a7d48fae54806adac87e82fe8e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/migrations/zipball/d2d18ef671b47a7d48fae54806adac87e82fe8e9", "reference": "d2d18ef671b47a7d48fae54806adac87e82fe8e9", "shasum": "" }, "require": { "doctrine/dbal": "~2.0", "php": ">=5.3.2" }, "require-dev": { "symfony/console": "2.*", "symfony/yaml": "2.*" }, "suggest": { "symfony/console": "to run the migration from the console" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\DBAL\\Migrations": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "description": "Database Schema migrations using Doctrine DBAL", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "migrations" ], "time": "2015-03-22 13:09:02" }, { "name": "doctrine/orm", "version": "v2.4.8", "source": { "type": "git", "url": "https://github.com/doctrine/doctrine2.git", "reference": "5aedac1e5c5caaeac14798822c70325dc242d467" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/5aedac1e5c5caaeac14798822c70325dc242d467", "reference": "5aedac1e5c5caaeac14798822c70325dc242d467", "shasum": "" }, "require": { "doctrine/collections": "~1.1", "doctrine/dbal": "~2.4", "ext-pdo": "*", "php": ">=5.3.2", "symfony/console": "~2.0" }, "require-dev": { "satooshi/php-coveralls": "dev-master", "symfony/yaml": "~2.1" }, "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.4.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\ORM\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "description": "Object-Relational-Mapper for PHP", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "orm" ], "time": "2015-08-31 13:19:01" }, { "name": "egulias/email-validator", "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", "reference": "5c3a79217cbb98c975d7d23f12749e6f0be5cace" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5c3a79217cbb98c975d7d23f12749e6f0be5cace", "reference": "5c3a79217cbb98c975d7d23f12749e6f0be5cace", "shasum": "" }, "require": { "doctrine/lexer": "~1.0", "php": ">= 5.3.3" }, "require-dev": { "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-0": { "Egulias\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eduardo Gulias Davis" } ], "description": "A library for validating emails", "homepage": "https://github.com/egulias/EmailValidator", "keywords": [ "email", "validation", "validator" ], "time": "2014-11-02 23:13:57" }, { "name": "filp/whoops", "version": "1.1.7", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", "reference": "72538eeb70bbfb11964412a3d098d109efd012f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/72538eeb70bbfb11964412a3d098d109efd012f7", "reference": "72538eeb70bbfb11964412a3d098d109efd012f7", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mockery/mockery": "0.9.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-0": { "Whoops": "src/" }, "classmap": [ "src/deprecated" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Filipe Dobreira", "homepage": "https://github.com/filp", "role": "Developer" } ], "description": "php error handling for cool kids", "homepage": "https://github.com/filp/whoops", "keywords": [ "error", "exception", "handling", "library", "silex-provider", "whoops", "zf2" ], "time": "2015-06-29 05:42:04" }, { "name": "gettext/gettext", "version": "v3.5.9", "source": { "type": "git", "url": "https://github.com/oscarotero/Gettext.git", "reference": "5b1d69f5889513f7ed65060ad2a662ec3b0875c7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/5b1d69f5889513f7ed65060ad2a662ec3b0875c7", "reference": "5b1d69f5889513f7ed65060ad2a662ec3b0875c7", "shasum": "" }, "require": { "gettext/languages": "2.*", "php": ">=5.3.0" }, "require-dev": { "illuminate/view": "*", "twig/extensions": "*", "twig/twig": "*" }, "suggest": { "illuminate/view": "Is necessary if you want to use the Blade extractor", "twig/extensions": "Is necessary if you want to use the Twig extractor", "twig/twig": "Is necessary if you want to use the Twig extractor" }, "type": "library", "autoload": { "psr-4": { "Gettext\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oscar Otero", "email": "oom@oscarotero.com", "homepage": "http://oscarotero.com", "role": "Developer" } ], "description": "PHP gettext manager", "homepage": "https://github.com/oscarotero/Gettext", "keywords": [ "JS", "gettext", "i18n", "mo", "po", "translation" ], "time": "2016-02-19 15:18:12" }, { "name": "gettext/languages", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", "reference": "c43ade7e3fb68bcf2379036513dce8d20553d9c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/c43ade7e3fb68bcf2379036513dce8d20553d9c8", "reference": "c43ade7e3fb68bcf2379036513dce8d20553d9c8", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "autoload": { "psr-4": { "Gettext\\Languages\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michele Locati", "email": "mlocati@gmail.com", "role": "Developer" } ], "description": "gettext languages with plural rules", "homepage": "https://github.com/mlocati/cldr-to-gettext-plural-rules", "keywords": [ "cldr", "i18n", "internationalization", "l10n", "language", "languages", "localization", "php", "plural", "plural rules", "plurals", "translate", "translations", "unicode" ], "time": "2015-03-27 11:32:41" }, { "name": "hautelook/phpass", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/hautelook/phpass.git", "reference": "f0217d804225822f9bdb0d392839029b0fcb0914" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hautelook/phpass/zipball/b013515950e2cf6535e027aeb831aae00e7f728f", "reference": "f0217d804225822f9bdb0d392839029b0fcb0914", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "psr-0": { "Hautelook": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Public Domain" ], "authors": [ { "name": "Solar Designer", "email": "solar@openwall.com", "homepage": "http://openwall.com/phpass/" } ], "description": "Portable PHP password hashing framework", "homepage": "http://github.com/hautelook/phpass/", "keywords": [ "blowfish", "crypt", "password", "security" ], "time": "2015-05-12 10:04:16" }, { "name": "htmlawed/htmlawed", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/kesar/HTMLawed.git", "reference": "1df80388ef46f50306709c73df0f09c2643872fa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/1df80388ef46f50306709c73df0f09c2643872fa", "reference": "1df80388ef46f50306709c73df0f09c2643872fa", "shasum": "" }, "require": { "php": ">4.4.0" }, "type": "library", "autoload": { "files": [ "htmLawed.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+", "LGPL-3.0" ], "authors": [ { "name": "Santosh Patnaik", "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b", "role": "Developer" } ], "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies", "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/", "keywords": [ "HTMLtidy", "html", "sanitize", "strip", "tags" ], "time": "2015-07-02 17:03:33" }, { "name": "illuminate/config", "version": "v4.1.30", "target-dir": "Illuminate/Config", "source": { "type": "git", "url": "https://github.com/illuminate/config.git", "reference": "7492390a13d575e73460e6738ba38a3e41ac0341" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/config/zipball/7492390a13d575e73460e6738ba38a3e41ac0341", "reference": "7492390a13d575e73460e6738ba38a3e41ac0341", "shasum": "" }, "require": { "illuminate/filesystem": "4.1.*", "illuminate/support": "4.1.*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-0": { "Illuminate\\Config": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Creator of Laravel" } ], "time": "2014-04-16 00:49:36" }, { "name": "illuminate/container", "version": "v4.1.30", "target-dir": "Illuminate/Container", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", "reference": "5b76abf9138fe1ad99788944e0561ebc655a254f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/container/zipball/5b76abf9138fe1ad99788944e0561ebc655a254f", "reference": "5b76abf9138fe1ad99788944e0561ebc655a254f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-0": { "Illuminate\\Container": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Creator of Laravel" } ], "time": "2014-05-22 21:07:57" }, { "name": "illuminate/filesystem", "version": "v4.1.30", "target-dir": "Illuminate/Filesystem", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", "reference": "bae44b67e7bd68ef676c77cdb70eb505a3aff9aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/bae44b67e7bd68ef676c77cdb70eb505a3aff9aa", "reference": "bae44b67e7bd68ef676c77cdb70eb505a3aff9aa", "shasum": "" }, "require": { "illuminate/support": "4.1.*", "php": ">=5.3.0", "symfony/finder": "2.4.*" }, "require-dev": { "phpunit/phpunit": "4.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-0": { "Illuminate\\Filesystem": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Creator of Laravel" } ], "time": "2014-03-22 20:12:48" }, { "name": "illuminate/support", "version": "v4.1.30", "target-dir": "Illuminate/Support", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "205a132f7d5e5222d23e17d49ad922bf349d240e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/205a132f7d5e5222d23e17d49ad922bf349d240e", "reference": "205a132f7d5e5222d23e17d49ad922bf349d240e", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "jeremeamia/superclosure": "1.0.*", "mockery/mockery": "0.9.*", "patchwork/utf8": "1.1.*", "phpunit/phpunit": "4.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-0": { "Illuminate\\Support": "" }, "files": [ "Illuminate/Support/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Creator of Laravel" } ], "time": "2014-05-30 16:22:08" }, { "name": "imagine/imagine", "version": "0.6.2", "source": { "type": "git", "url": "https://github.com/avalanche123/Imagine.git", "reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/83ca8babede0e54f935ec09d55a726bf4b0a3f7c", "reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "sami/sami": "dev-master" }, "suggest": { "ext-gd": "to use the GD implementation", "ext-gmagick": "to use the Gmagick implementation", "ext-imagick": "to use the Imagick implementation" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "autoload": { "psr-0": { "Imagine": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bulat Shakirzyanov", "email": "mallluhuct@gmail.com", "homepage": "http://avalanche123.com" } ], "description": "Image processing for PHP 5.3", "homepage": "http://imagine.readthedocs.org/", "keywords": [ "drawing", "graphics", "image manipulation", "image processing" ], "time": "2014-11-11 11:36:02" }, { "name": "league/url", "version": "3.3.5", "source": { "type": "git", "url": "https://github.com/thephpleague/url.git", "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/url/zipball/1ae2c3ce29a7c5438339ff6388225844e6479da8", "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.0", "true/punycode": "^2.0" }, "require-dev": { "phpunit/phpunit": "^4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "League\\Url\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://github.com/nyamsprod/", "role": "Developer" } ], "description": "League/url is a lightweight PHP Url manipulating library", "homepage": "http://url.thephpleague.com", "keywords": [ "parse_url", "php", "url" ], "time": "2015-07-15 08:24:12" }, { "name": "lusitanian/oauth", "version": "v0.3.5", "source": { "type": "git", "url": "https://github.com/Lusitanian/PHPoAuthLib.git", "reference": "ac5a1cd5a4519143728dce2213936eea302edf8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/ac5a1cd5a4519143728dce2213936eea302edf8a", "reference": "ac5a1cd5a4519143728dce2213936eea302edf8a", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "3.7.*", "predis/predis": "0.8.*@dev", "symfony/http-foundation": "~2.1" }, "suggest": { "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.", "predis/predis": "Allows using the Redis storage backend.", "symfony/http-foundation": "Allows using the Symfony Session storage backend." }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.1-dev" } }, "autoload": { "psr-0": { "OAuth": "src", "OAuth\\Unit": "tests" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "David Desberg", "email": "david@daviddesberg.com" }, { "name": "Pieter Hordijk", "email": "info@pieterhordijk.com" } ], "description": "PHP 5.3+ oAuth 1/2 Library", "keywords": [ "Authentication", "authorization", "oauth", "security" ], "time": "2014-09-05 15:19:58" }, { "name": "michelf/php-markdown", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/michelf/php-markdown.git", "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6", "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-lib": "1.4.x-dev" } }, "autoload": { "psr-0": { "Michelf": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Michel Fortin", "email": "michel.fortin@michelf.ca", "homepage": "http://michelf.ca/", "role": "Developer" }, { "name": "John Gruber", "homepage": "http://daringfireball.net/" } ], "description": "PHP Markdown", "homepage": "http://michelf.ca/projects/php-markdown/", "keywords": [ "markdown" ], "time": "2014-05-05 02:43:50" }, { "name": "mlocati/concrete5-translation-library", "version": "1.4.4", "source": { "type": "git", "url": "https://github.com/mlocati/concrete5-translation-library.git", "reference": "873a80c46dd92c0f4f8413971c1306eb88520a3f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mlocati/concrete5-translation-library/zipball/873a80c46dd92c0f4f8413971c1306eb88520a3f", "reference": "873a80c46dd92c0f4f8413971c1306eb88520a3f", "shasum": "" }, "require": { "gettext/gettext": "~3.5.9", "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "C5TL\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michele Locati", "email": "mlocati@gmail.com", "homepage": "https://github.com/mlocati", "role": "developer" } ], "description": "Library to handle concrete5 core and package translations", "homepage": "https://github.com/mlocati/concrete5-translation-library", "keywords": [ "concrete5", "i18n", "internationalization", "l10n", "localization", "packages", "translate", "translation" ], "time": "2016-02-19 16:28:07" }, { "name": "mobiledetect/mobiledetectlib", "version": "2.8.16", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", "reference": "9a8b6c6b259924a7c80021da8ba167766a9fd5b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/9a8b6c6b259924a7c80021da8ba167766a9fd5b6", "reference": "9a8b6c6b259924a7c80021da8ba167766a9fd5b6", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { "codeclimate/php-test-reporter": "dev-master", "johnkary/phpunit-speedtrap": "~1.0@dev", "phpunit/phpunit": "*" }, "type": "library", "autoload": { "classmap": [ "Mobile_Detect.php" ], "psr-0": { "Detection": "namespaced/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Serban Ghita", "email": "serbanghita@gmail.com", "homepage": "http://mobiledetect.net", "role": "Developer" } ], "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", "homepage": "https://github.com/serbanghita/Mobile-Detect", "keywords": [ "detect mobile devices", "mobile", "mobile detect", "mobile detector", "php mobile detect" ], "time": "2015-08-31 13:30:54" }, { "name": "monolog/monolog", "version": "1.17.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422", "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "php-console/php-console": "^3.1.3", "phpunit/phpunit": "~4.5", "phpunit/phpunit-mock-objects": "2.3.0", "raven/raven": "~0.11", "ruflin/elastica": ">=0.90 <3.0", "swiftmailer/swiftmailer": "~5.3", "videlalvaro/php-amqplib": "~2.4" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "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", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "php-console/php-console": "Allow sending log messages to Google Chrome", "raven/raven": "Allow sending log messages to a Sentry server", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.16.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "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": "2015-08-31 09:17:37" }, { "name": "natxet/CssMin", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/natxet/CssMin.git", "reference": "4026975145f645a77e087a26e7b0a1c9209b0191" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/natxet/CssMin/zipball/0b2170454eed9024c7e26b036fbccf2d7f6f2c53", "reference": "4026975145f645a77e087a26e7b0a1c9209b0191", "shasum": "" }, "require": { "php": ">=5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joe Scylla", "email": "joe.scylla@gmail.com", "homepage": "https://profiles.google.com/joe.scylla" } ], "description": "Minifying CSS", "homepage": "http://code.google.com/p/cssmin/", "keywords": [ "css", "minify" ], "time": "2015-07-07 10:45:37" }, { "name": "nesbot/carbon", "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "2b60366be6dcb9f9cd3e244ab25eb98eaea99551" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/2b60366be6dcb9f9cd3e244ab25eb98eaea99551", "reference": "2b60366be6dcb9f9cd3e244ab25eb98eaea99551", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-0": { "Carbon": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" } ], "description": "A simple API extension for DateTime.", "homepage": "https://github.com/briannesbitt/Carbon", "keywords": [ "date", "datetime", "time" ], "time": "2014-08-26 03:18:44" }, { "name": "oryzone/oauth-user-data", "version": "v1.0.0-alpha", "source": { "type": "git", "url": "https://github.com/Oryzone/PHPoAuthUserData.git", "reference": "6a180a474ce5040e93a45ba47f9dd8b4ddb717b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Oryzone/PHPoAuthUserData/zipball/6a180a474ce5040e93a45ba47f9dd8b4ddb717b4", "reference": "6a180a474ce5040e93a45ba47f9dd8b4ddb717b4", "shasum": "" }, "require": { "lusitanian/oauth": "~0.2@dev", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~3.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "OAuth\\UserData\\": "src/OAuth/UserData/", "OAuth\\UserData\\Unit\\": "tests/OAuth/Unit/UserData/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Luciano Mammino", "email": "lmammino@oryzone.com", "homepage": "http://oryzone.com", "role": "Developer" } ], "description": "Extension library for Lusitanian/PHPoAuthLib to extract user profile data from various oAuth providers", "homepage": "https://github.com/Oryzone/PHPoAuthUserData", "keywords": [ "Authentication", "authorization", "oauth", "profile", "security", "user" ], "time": "2014-02-10 10:20:55" }, { "name": "oyejorge/less.php", "version": "v1.7.0.1", "source": { "type": "git", "url": "https://github.com/oyejorge/less.php.git", "reference": "958476be9e47a13db0579397f0164af1776bdbee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/oyejorge/less.php/zipball/958476be9e47a13db0579397f0164af1776bdbee", "reference": "958476be9e47a13db0579397f0164af1776bdbee", "shasum": "" }, "require": { "php": ">=5.2" }, "bin": [ "bin/lessc" ], "type": "library", "autoload": { "psr-0": { "Less": "lib/" }, "classmap": [ "lessc.inc.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Matt Agar", "homepage": "https://github.com/agar" }, { "name": "Martin Jantošovič", "homepage": "https://github.com/Mordred" }, { "name": "Josh Schmidt", "homepage": "https://github.com/oyejorge" } ], "description": "PHP port of the Javascript version of LESS http://lesscss.org", "homepage": "http://lessphp.gpeasy.com", "keywords": [ "css", "less", "less.js", "lesscss", "php", "stylesheet" ], "time": "2014-03-17 04:51:51" }, { "name": "pagerfanta/pagerfanta", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/whiteoctober/Pagerfanta.git", "reference": "ac1edfdf81c91a0f1471769071011ebf9b055421" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/ac1edfdf81c91a0f1471769071011ebf9b055421", "reference": "ac1edfdf81c91a0f1471769071011ebf9b055421", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "doctrine/mongodb-odm": "1.0.*@dev", "doctrine/orm": "2.3.*", "doctrine/phpcr-odm": "1.*", "jackalope/jackalope-doctrine-dbal": "1.*", "jmikola/geojson": "1.0.*", "mandango/mandango": "1.0.*@dev", "phpunit/phpunit": "3.7.*", "propel/propel1": "~1.6", "solarium/solarium": "3.1.*" }, "suggest": { "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", "doctrine/orm": "To use the DoctrineORMAdapter.", "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0", "mandango/mandango": "To use the MandangoAdapter.", "propel/propel1": "To use the PropelAdapter", "solarium/solarium": "To use the SolariumAdapter." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Pagerfanta\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pablo Díez", "email": "pablodip@gmail.com", "homepage": "http://github.com/pablodip" } ], "description": "Pagination for PHP 5.3", "keywords": [ "page", "pagination", "paginator", "paging" ], "time": "2014-06-02 09:21:14" }, { "name": "patchwork/utf8", "version": "1.1.x-dev", "source": { "type": "git", "url": "https://github.com/tchwork/utf8.git", "reference": "38047e4a8f64e1974f46ae6bec56aaa0357bb98d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tchwork/utf8/zipball/84da29ef77c422d83126534cb5bb03ba6e20f319", "reference": "38047e4a8f64e1974f46ae6bec56aaa0357bb98d", "shasum": "" }, "require": { "lib-pcre": ">=7.3", "php": ">=5.3.0" }, "suggest": { "ext-iconv": "Use iconv for best performance", "ext-intl": "Use Intl for best performance", "ext-mbstring": "Use Mbstring for best performance" }, "type": "library", "autoload": { "psr-0": { "Patchwork": "class/", "Normalizer": "class/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "(Apache-2.0 or GPL-2.0)" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" } ], "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP", "homepage": "https://github.com/tchwork/utf8", "keywords": [ "grapheme", "i18n", "unicode", "utf-8", "utf8" ], "time": "2015-06-29 07:22:00" }, { "name": "primal/color", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/PrimalPHP/Color.git", "reference": "d95e2258deecb2ac27b78c3d8c776ac802d0ab68" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PrimalPHP/Color/zipball/877e2f7bbf1d27214e8c71ca4b70fdbe19ce4552", "reference": "d95e2258deecb2ac27b78c3d8c776ac802d0ab68", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Primal\\Color": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jarvis Badgley", "email": "primal@chipersoft.com", "homepage": "http://chipersoft.com" } ], "description": "Collection of classes for converting and manipulating colors", "homepage": "http://github.com/PrimalPHP/Color", "keywords": [ "color" ], "time": "2014-10-21 15:41:25" }, { "name": "psr/log", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", "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": "punic/punic", "version": "1.6.3", "source": { "type": "git", "url": "https://github.com/punic/punic.git", "reference": "5805b35d6a574f754b49be1f539aaf3ae6484808" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/punic/punic/zipball/5805b35d6a574f754b49be1f539aaf3ae6484808", "reference": "5805b35d6a574f754b49be1f539aaf3ae6484808", "shasum": "" }, "require": { "php": ">=5.3" }, "replace": { "punic/calendar": "*", "punic/common": "*" }, "require-dev": { "apigen/apigen": "4.0.*" }, "type": "library", "autoload": { "psr-4": { "Punic\\": "code/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michele Locati", "email": "mlocati@gmail.com", "role": "Developer" }, { "name": "Remo Laubacher", "email": "remo.laubacher@gmail.com", "role": "Collaborator, motivator and perfectionist supporter" } ], "description": "PHP-Unicode CLDR", "homepage": "https://github.com/punic/punic", "keywords": [ "calendar", "cldr", "date", "date-time", "i18n", "internationalization", "l10n", "localization", "php", "time", "translate", "translations", "unicode" ], "time": "2015-06-16 13:04:27" }, { "name": "sunra/php-simple-html-dom-parser", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/sunra/php-simple-html-dom-parser.git", "reference": "a0b80ace086c7e09085669205e1b3c2c9c7a453c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/a0b80ace086c7e09085669205e1b3c2c9c7a453c", "reference": "a0b80ace086c7e09085669205e1b3c2c9c7a453c", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-0": { "Sunra\\PhpSimple\\HtmlDomParser": "Src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sunra", "email": "sunra@yandex.ru", "homepage": "http://github.com/sunra" } ], "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.", "homepage": "https://github.com/sunra/php-simple-html-dom-parser", "keywords": [ "dom", "html", "parser" ], "time": "2013-05-04 14:32:03" }, { "name": "symfony/class-loader", "version": "v2.5.12", "target-dir": "Symfony/Component/ClassLoader", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", "reference": "abad64f8379f65a24f64eb2478ec012d3d6ddcb4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/class-loader/zipball/abad64f8379f65a24f64eb2478ec012d3d6ddcb4", "reference": "abad64f8379f65a24f64eb2478ec012d3d6ddcb4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/finder": "~2.0,>=2.0.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\ClassLoader\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony ClassLoader Component", "homepage": "http://symfony.com", "time": "2015-01-05 08:51:41" }, { "name": "symfony/console", "version": "v2.7.3", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/d6cf02fe73634c96677e428f840704bfbcaec29e", "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1", "symfony/phpunit-bridge": "~2.7", "symfony/process": "~2.1" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "time": "2015-07-28 15:18:12" }, { "name": "symfony/debug", "version": "v2.7.3", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/9daa1bf9f7e615fa2fba30357e479a90141222e3", "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3", "shasum": "" }, "require": { "php": ">=5.3.9", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/class-loader": "~2.2", "symfony/http-foundation": "~2.1", "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2", "symfony/phpunit-bridge": "~2.7" }, "suggest": { "symfony/http-foundation": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", "time": "2015-07-09 16:07:40" }, { "name": "symfony/event-dispatcher", "version": "v2.5.12", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04", "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.0,>=2.0.5", "symfony/dependency-injection": "~2.0,>=2.0.5,<2.6.0", "symfony/stopwatch": "~2.3" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\EventDispatcher\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", "time": "2015-01-29 18:20:43" }, { "name": "symfony/finder", "version": "v2.4.10", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", "reference": "cd03920154bc6669f64fbabb803d24cc8629964c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Finder/zipball/cd03920154bc6669f64fbabb803d24cc8629964c", "reference": "cd03920154bc6669f64fbabb803d24cc8629964c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Finder\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", "time": "2014-09-27 08:35:25" }, { "name": "symfony/http-foundation", "version": "v2.5.12", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "08e783861dd9579bac4092814bbfb0cae6666b65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/08e783861dd9579bac4092814bbfb0cae6666b65", "reference": "08e783861dd9579bac4092814bbfb0cae6666b65", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/expression-language": "~2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\HttpFoundation\\": "" }, "classmap": [ "Symfony/Component/HttpFoundation/Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", "time": "2015-04-01 15:49:36" }, { "name": "symfony/http-kernel", "version": "v2.5.12", "target-dir": "Symfony/Component/HttpKernel", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "31652385d94eafc2103a98435d6d5bd7eea61736" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/31652385d94eafc2103a98435d6d5bd7eea61736", "reference": "31652385d94eafc2103a98435d6d5bd7eea61736", "shasum": "" }, "require": { "php": ">=5.3.3", "psr/log": "~1.0", "symfony/debug": "~2.5.9|~2.6,>=2.6.2", "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2", "symfony/http-foundation": "~2.5" }, "require-dev": { "symfony/browser-kit": "~2.3", "symfony/class-loader": "~2.1", "symfony/config": "~2.0,>=2.0.5", "symfony/console": "~2.2", "symfony/css-selector": "~2.0,>=2.0.5", "symfony/dependency-injection": "~2.2", "symfony/dom-crawler": "~2.0,>=2.0.5", "symfony/expression-language": "~2.4", "symfony/finder": "~2.0,>=2.0.5", "symfony/process": "~2.0,>=2.0.5", "symfony/routing": "~2.2", "symfony/stopwatch": "~2.3", "symfony/templating": "~2.2" }, "suggest": { "symfony/browser-kit": "", "symfony/class-loader": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "", "symfony/finder": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\HttpKernel\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony HttpKernel Component", "homepage": "http://symfony.com", "time": "2015-05-26 23:43:20" }, { "name": "symfony/routing", "version": "v2.5.12", "target-dir": "Symfony/Component/Routing", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", "reference": "46142c34ea830f47429df6e15faec3a33292d618" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/routing/zipball/46142c34ea830f47429df6e15faec3a33292d618", "reference": "46142c34ea830f47429df6e15faec3a33292d618", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "doctrine/annotations": "~1.0", "doctrine/common": "~2.2", "psr/log": "~1.0", "symfony/config": "~2.2", "symfony/expression-language": "~2.4", "symfony/http-foundation": "~2.3", "symfony/yaml": "~2.0,>=2.0.5" }, "suggest": { "doctrine/annotations": "For using the annotation loader", "symfony/config": "For using the all-in-one router or any loader", "symfony/expression-language": "For using expression matching", "symfony/yaml": "For using the YAML loader" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Routing\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Routing Component", "homepage": "http://symfony.com", "keywords": [ "router", "routing", "uri", "url" ], "time": "2015-02-08 07:07:45" }, { "name": "symfony/serializer", "version": "v2.5.12", "target-dir": "Symfony/Component/Serializer", "source": { "type": "git", "url": "https://github.com/symfony/Serializer.git", "reference": "8475784f696c3dffb588802e3c6328ab66ae0e6b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Serializer/zipball/8475784f696c3dffb588802e3c6328ab66ae0e6b", "reference": "8475784f696c3dffb588802e3c6328ab66ae0e6b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Serializer\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Serializer Component", "homepage": "http://symfony.com", "time": "2015-02-01 09:36:16" }, { "name": "tedivm/jshrink", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/tedious/JShrink.git", "reference": "688527a2e854d7935f24f24c7d5eb1b604742bf9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tedious/JShrink/zipball/688527a2e854d7935f24f24c7d5eb1b604742bf9", "reference": "688527a2e854d7935f24f24c7d5eb1b604742bf9", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "fabpot/php-cs-fixer": "0.4.0", "phpunit/phpunit": "4.0.*", "satooshi/php-coveralls": "dev-master" }, "type": "library", "autoload": { "psr-0": { "JShrink": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Robert Hafner", "email": "tedivm@tedivm.com" } ], "description": "Javascript Minifier built in PHP", "homepage": "http://github.com/tedious/JShrink", "keywords": [ "javascript", "minifier" ], "time": "2015-07-04 07:35:09" }, { "name": "tedivm/stash", "version": "v0.12.1", "source": { "type": "git", "url": "https://github.com/tedious/Stash.git", "reference": "4d76935edae27bd9ed9e87f839efd5af4a8015d1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tedious/Stash/zipball/4d76935edae27bd9ed9e87f839efd5af4a8015d1", "reference": "4d76935edae27bd9ed9e87f839efd5af4a8015d1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "fabpot/php-cs-fixer": "0.4.0", "phpunit/phpunit": "4.0.*", "satooshi/php-coveralls": "dev-master" }, "type": "library", "autoload": { "psr-4": { "Stash\\": "src/Stash/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Robert Hafner", "email": "tedivm@tedivm.com" }, { "name": "Josh Hall-Bachner", "email": "charlequin@gmail.com" } ], "description": "The place to keep your cache.", "homepage": "http://github.com/tedious/Stash", "keywords": [ "apc", "cache", "caching", "memcached", "redis", "sessions" ], "time": "2014-05-31 15:54:45" }, { "name": "true/punycode", "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/true/php-punycode.git", "reference": "b672918d992b84f8016bbe353a42516928393c63" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/true/php-punycode/zipball/b672918d992b84f8016bbe353a42516928393c63", "reference": "b672918d992b84f8016bbe353a42516928393c63", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.7", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "autoload": { "psr-4": { "TrueBV\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Renan Gonçalves", "email": "renan.saddam@gmail.com" } ], "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", "homepage": "https://github.com/true/php-punycode", "keywords": [ "idna", "punycode" ], "time": "2015-09-01 14:53:31" }, { "name": "voku/urlify", "version": "1.0.1-stable", "source": { "type": "git", "url": "https://github.com/voku/urlify.git", "reference": "d18177396eb1050e6369c498a2e1931c37ec3275" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/urlify/zipball/d18177396eb1050e6369c498a2e1931c37ec3275", "reference": "d18177396eb1050e6369c498a2e1931c37ec3275", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "URLify": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Johnny Broadway", "email": "johnny@johnnybroadway.com", "homepage": "http://www.johnnybroadway.com/", "role": "Main Developer" } ], "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.", "homepage": "https://github.com/jbroadway/urlify", "keywords": [ "encode", "iconv", "link", "slug", "translit", "transliterate", "transliteration", "url", "urlify" ], "time": "2013-10-16 18:23:13" }, { "name": "zendframework/zend-cache", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-cache.git", "reference": "ead910ec8b0aa464ede58c959665d0292d9482b0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/ead910ec8b0aa464ede58c959665d0292d9482b0", "reference": "ead910ec8b0aa464ede58c959665d0292d9482b0", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-eventmanager": "self.version", "zendframework/zend-serializer": "self.version", "zendframework/zend-servicemanager": "self.version", "zendframework/zend-stdlib": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master", "zendframework/zend-serializer": "self.version", "zendframework/zend-session": "self.version" }, "suggest": { "ext-apc": "APC >= 3.1.6 to use the APC storage adapter", "ext-dba": "DBA, to use the DBA storage adapter", "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter", "ext-mongo": "Mongo, to use MongoDb storage adapter", "ext-wincache": "WinCache, to use the WinCache storage adapter", "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement", "zendframework/zend-serializer": "Zend\\Serializer component", "zendframework/zend-session": "Zend\\Session component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a generic way to cache any data", "homepage": "https://github.com/zendframework/zend-cache", "keywords": [ "cache", "zf2" ], "time": "2014-03-05 17:29:35" }, { "name": "zendframework/zend-crypt", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-crypt.git", "reference": "757e4fcfa321585833aebca688d319c2c52d319e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/757e4fcfa321585833aebca688d319c2c52d319e", "reference": "757e4fcfa321585833aebca688d319c2c52d319e", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-math": "self.version", "zendframework/zend-servicemanager": "self.version", "zendframework/zend-stdlib": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "ext-mcrypt": "Required for most features of Zend\\Crypt" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Crypt\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-crypt", "keywords": [ "crypt", "zf2" ], "time": "2014-03-05 17:29:35" }, { "name": "zendframework/zend-escaper", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-escaper.git", "reference": "232249785a19b982d86e502d161c90ce13202eed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/232249785a19b982d86e502d161c90ce13202eed", "reference": "232249785a19b982d86e502d161c90ce13202eed", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Escaper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-escaper", "keywords": [ "escaper", "zf2" ], "time": "2014-03-05 17:29:35" }, { "name": "zendframework/zend-eventmanager", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-eventmanager.git", "reference": "aa23086ec1d6d0dad7a33e4eaf3fc851c2bc851b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/aa23086ec1d6d0dad7a33e4eaf3fc851c2bc851b", "reference": "aa23086ec1d6d0dad7a33e4eaf3fc851c2bc851b", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-stdlib": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\EventManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-event-manager", "keywords": [ "eventmanager", "zf2" ], "time": "2014-03-05 17:29:35" }, { "name": "zendframework/zend-feed", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-feed.git", "reference": "da73010d3d7b054e09a6acc6bad7c4d6c6c0190f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/da73010d3d7b054e09a6acc6bad7c4d6c6c0190f", "reference": "da73010d3d7b054e09a6acc6bad7c4d6c6c0190f", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-escaper": "self.version", "zendframework/zend-stdlib": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master", "zendframework/zend-cache": "self.version", "zendframework/zend-db": "self.version", "zendframework/zend-http": "self.version", "zendframework/zend-servicemanager": "self.version", "zendframework/zend-validator": "self.version" }, "suggest": { "zendframework/zend-cache": "Zend\\Cache component", "zendframework/zend-db": "Zend\\Db component", "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader", "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for default/recommended ExtensionManager implementations", "zendframework/zend-validator": "Zend\\Validator component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Feed\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides functionality for consuming RSS and Atom feeds", "homepage": "https://github.com/zendframework/zend-feed", "keywords": [ "feed", "zf2" ], "time": "2014-03-05 17:29:35" }, { "name": "zendframework/zend-http", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-http.git", "reference": "feb1c409f856ace2c0326fa86ac98136859b7e93" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-http/zipball/feb1c409f856ace2c0326fa86ac98136859b7e93", "reference": "feb1c409f856ace2c0326fa86ac98136859b7e93", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-loader": "self.version", "zendframework/zend-stdlib": "self.version", "zendframework/zend-uri": "self.version", "zendframework/zend-validator": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Http\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests", "homepage": "https://github.com/zendframework/zend-http", "keywords": [ "http", "zf2" ], "time": "2014-03-05 18:47:14" }, { "name": "zendframework/zend-i18n", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/mlocati/zendframework2-i18n-v3.git", "reference": "45a8a2442e7eaeef5059cb25e1fffe9c9fa0ffcb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mlocati/zendframework2-i18n-v3/zipball/45a8a2442e7eaeef5059cb25e1fffe9c9fa0ffcb", "reference": "45a8a2442e7eaeef5059cb25e1fffe9c9fa0ffcb", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-stdlib": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master", "zendframework/zend-cache": "self.version", "zendframework/zend-config": "self.version", "zendframework/zend-eventmanager": "self.version", "zendframework/zend-filter": "self.version", "zendframework/zend-servicemanager": "self.version", "zendframework/zend-validator": "self.version", "zendframework/zend-view": "self.version" }, "suggest": { "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP", "zendframework/zend-cache": "Zend\\Cache component", "zendframework/zend-config": "Zend\\Config component", "zendframework/zend-eventmanager": "You should install this package to use the events in the translator", "zendframework/zend-filter": "You should install this package to use the provided filters", "zendframework/zend-resources": "Translation resources", "zendframework/zend-servicemanager": "Zend\\ServiceManager component", "zendframework/zend-validator": "You should install this package to use the provided validators", "zendframework/zend-view": "You should install this package to use the provided view helpers" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\I18n\\": "src/" } }, "autoload-dev": { "psr-4": { "ZendTest\\I18n\\": "test/" } }, "license": [ "BSD-3-Clause" ], "description": " ", "homepage": "https://github.com/zendframework/zend-i18n", "keywords": [ "i18n", "zf2" ], "support": { "source": "https://github.com/mlocati/zendframework2-i18n-v3/tree/release-2.2.10", "issues": "https://github.com/mlocati/zendframework2-i18n-v3/issues" }, "time": "2015-05-19 13:20:16" }, { "name": "zendframework/zend-json", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-json.git", "reference": "e0a2e72459b029c3d3785fe8a0b41312670bfd24" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-json/zipball/e0a2e72459b029c3d3785fe8a0b41312670bfd24", "reference": "e0a2e72459b029c3d3785fe8a0b41312670bfd24", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-stdlib": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master", "zendframework/zend-http": "self.version", "zendframework/zend-server": "self.version" }, "suggest": { "zendframework/zend-http": "Zend\\Http component", "zendframework/zend-server": "Zend\\Server component", "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Json\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", "homepage": "https://github.com/zendframework/zend-json", "keywords": [ "json", "zf2" ], "time": "2014-03-06 17:27:03" }, { "name": "zendframework/zend-loader", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-loader.git", "reference": "8d7131b6c063251f99772eab2eba44573497dc25" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/8d7131b6c063251f99772eab2eba44573497dc25", "reference": "8d7131b6c063251f99772eab2eba44573497dc25", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Loader\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-loader", "keywords": [ "loader", "zf2" ], "time": "2014-03-06 17:27:03" }, { "name": "zendframework/zend-mail", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-mail.git", "reference": "67e01d1d7e140314b133ac6491489597079608f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-mail/zipball/67e01d1d7e140314b133ac6491489597079608f7", "reference": "67e01d1d7e140314b133ac6491489597079608f7", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-crypt": "self.version", "zendframework/zend-loader": "self.version", "zendframework/zend-mime": "self.version", "zendframework/zend-stdlib": "self.version", "zendframework/zend-validator": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master", "zendframework/zend-servicemanager": "self.version" }, "suggest": { "zendframework/zend-servicemanager": "Zend\\ServiceManager component", "zendframework/zend-validator": "Zend\\Validator component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Mail\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages", "homepage": "https://github.com/zendframework/zend-mail", "keywords": [ "mail", "zf2" ], "time": "2014-03-06 17:27:03" }, { "name": "zendframework/zend-math", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-math.git", "reference": "0e5ba13e2bc64f6544f5508acf705dd2fc12d91d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-math/zipball/0e5ba13e2bc64f6544f5508acf705dd2fc12d91d", "reference": "0e5ba13e2bc64f6544f5508acf705dd2fc12d91d", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "ext-bcmath": "If using the bcmath functionality", "ext-gmp": "If using the gmp functionality", "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable", "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Math\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-math", "keywords": [ "math", "zf2" ], "time": "2014-03-05 17:29:35" }, { "name": "zendframework/zend-mime", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-mime.git", "reference": "4b93eee157e8f0a2487100d2f8d21b3051cdaac0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-mime/zipball/4b93eee157e8f0a2487100d2f8d21b3051cdaac0", "reference": "4b93eee157e8f0a2487100d2f8d21b3051cdaac0", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-stdlib": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master", "zendframework/zend-mail": "self.version" }, "suggest": { "zendframework/zend-mail": "Zend\\Mail component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Mime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-mime", "keywords": [ "mime", "zf2" ], "time": "2014-03-05 17:29:35" }, { "name": "zendframework/zend-queue", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/concrete5/ZendQueue.git", "reference": "15f30c0d8061c6dc8c23b6163b32b049827556a0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/concrete5/ZendQueue/zipball/15f30c0d8061c6dc8c23b6163b32b049827556a0", "reference": "15f30c0d8061c6dc8c23b6163b32b049827556a0", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-stdlib": "~2" }, "require-dev": { "zendframework/zend-config": "~2", "zendframework/zend-db": "~2", "zendframework/zend-json": "~2" }, "suggest": { "zendframework/zend-db": "Zend\\Db required if you are using the DB queue adapter" }, "type": "library", "autoload": { "psr-0": { "ZendQueue": "library/" } }, "license": [ "BSD-3-Clause" ], "description": "provides a factory function to create specific queue client objects", "homepage": "http://packages.zendframework.com/", "keywords": [ "queue", "zf2" ], "support": { "source": "https://github.com/concrete5/ZendQueue/tree/master" }, "time": "2016-04-06 13:44:13" }, { "name": "zendframework/zend-serializer", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-serializer.git", "reference": "aabfa157039e0c8ca0627a002e8e8f13e62393a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/aabfa157039e0c8ca0627a002e8e8f13e62393a8", "reference": "aabfa157039e0c8ca0627a002e8e8f13e62393a8", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-json": "self.version", "zendframework/zend-math": "self.version", "zendframework/zend-stdlib": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master", "zendframework/zend-servicemanager": "self.version" }, "suggest": { "zendframework/zend-servicemanager": "To support plugin manager support" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Serializer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover", "homepage": "https://github.com/zendframework/zend-serializer", "keywords": [ "serializer", "zf2" ], "time": "2014-03-05 17:29:35" }, { "name": "zendframework/zend-servicemanager", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-servicemanager.git", "reference": "b9eaf9e3268d2e10ddca807e3a2980b3e662a8e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/b9eaf9e3268d2e10ddca807e3a2980b3e662a8e0", "reference": "b9eaf9e3268d2e10ddca807e3a2980b3e662a8e0", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "zendframework/zend-di": "Zend\\Di component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\ServiceManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-service-manager", "keywords": [ "servicemanager", "zf2" ], "time": "2014-03-05 17:29:35" }, { "name": "zendframework/zend-stdlib", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-stdlib.git", "reference": "b42d784bd142e916058a9d68eeafcc10ff63c12e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/b42d784bd142e916058a9d68eeafcc10ff63c12e", "reference": "b42d784bd142e916058a9d68eeafcc10ff63c12e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master", "zendframework/zend-eventmanager": "self.version", "zendframework/zend-filter": "self.version", "zendframework/zend-serializer": "self.version", "zendframework/zend-servicemanager": "self.version" }, "suggest": { "zendframework/zend-eventmanager": "To support aggregate hydrator usage", "zendframework/zend-filter": "To support naming strategy hydrator usage", "zendframework/zend-serializer": "Zend\\Serializer component", "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-stdlib", "keywords": [ "stdlib", "zf2" ], "time": "2014-03-05 17:29:35" }, { "name": "zendframework/zend-uri", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-uri.git", "reference": "ee7412a16ddd59d3f0935dfb6f09a889b7d1b561" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/ee7412a16ddd59d3f0935dfb6f09a889b7d1b561", "reference": "ee7412a16ddd59d3f0935dfb6f09a889b7d1b561", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-escaper": "self.version", "zendframework/zend-validator": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Uri\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)", "homepage": "https://github.com/zendframework/zend-uri", "keywords": [ "uri", "zf2" ], "time": "2014-03-05 17:29:35" }, { "name": "zendframework/zend-validator", "version": "2.2.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-validator.git", "reference": "6c5637d535bc2cdaa5c85467490bfb17744c13e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/6c5637d535bc2cdaa5c85467490bfb17744c13e6", "reference": "6c5637d535bc2cdaa5c85467490bfb17744c13e6", "shasum": "" }, "require": { "php": ">=5.3.3", "zendframework/zend-stdlib": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master", "zendframework/zend-db": "self.version", "zendframework/zend-filter": "self.version", "zendframework/zend-i18n": "self.version", "zendframework/zend-math": "self.version", "zendframework/zend-servicemanager": "self.version", "zendframework/zend-session": "self.version", "zendframework/zend-uri": "self.version" }, "suggest": { "zendframework/zend-db": "Zend\\Db component", "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator", "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators", "zendframework/zend-math": "Zend\\Math component", "zendframework/zend-resources": "Translations of validator messages", "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", "zendframework/zend-session": "Zend\\Session component", "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev", "dev-develop": "2.3-dev" } }, "autoload": { "psr-4": { "Zend\\Validator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a set of commonly needed validators", "homepage": "https://github.com/zendframework/zend-validator", "keywords": [ "validator", "zf2" ], "time": "2014-03-05 17:29:35" } ], "packages-dev": [ { "name": "concrete5/documentation_generator", "version": "1.0-beta3", "source": { "type": "git", "url": "https://github.com/concrete5/documentation_generator.git", "reference": "459a67558856aea75fe253d21b5eacda0c8ea4fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/concrete5/documentation_generator/zipball/459a67558856aea75fe253d21b5eacda0c8ea4fd", "reference": "459a67558856aea75fe253d21b5eacda0c8ea4fd", "shasum": "" }, "require": { "phpdocumentor/reflection-docblock": "~2.0" }, "require-dev": { "concrete5/concrete5": "dev-develop", "phpunit/phpunit": "~4.8" }, "type": "library", "autoload": { "psr-4": { "Concrete\\DocumentationGenerator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Korvin Szanto", "email": "korvinszanto@gmail.com" } ], "description": "concrete5 composer package for adding commands that generate documentation.", "time": "2015-08-26 20:30:43" }, { "name": "phpdocumentor/reflection-docblock", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "suggest": { "dflydev/markdown": "~1.0", "erusev/parsedown": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-0": { "phpDocumentor": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "mike.vanriel@naenius.com" } ], "time": "2015-02-03 12:10:50" } ], "aliases": [], "minimum-stability": "beta", "stability-flags": { "doctrine/migrations": 15, "patchwork/utf8": 20, "imagine/imagine": 20, "natxet/cssmin": 20, "michelf/php-markdown": 20, "htmlawed/htmlawed": 20, "hautelook/phpass": 20, "primal/color": 20, "zendframework/zend-queue": 20, "oryzone/oauth-user-data": 20, "concrete5/documentation_generator": 10 }, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=5.3.3" }, "platform-dev": [] }