{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "a35061b94658a2dbdafe943dddcdc898", "content-hash": "1a71937e1cbc600f8a237c6445d6a69f", "packages": [ { "name": "defuse/php-encryption", "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/defuse/php-encryption.git", "reference": "b87737b2eec06b13f025cabea847338fa203d1b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/defuse/php-encryption/zipball/b87737b2eec06b13f025cabea847338fa203d1b4", "reference": "b87737b2eec06b13f025cabea847338fa203d1b4", "shasum": "" }, "require": { "ext-mcrypt": "*", "ext-openssl": "*", "php": ">=5.4.0" }, "type": "library", "autoload": { "files": [ "Crypto.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Hornby", "email": "havoc@defuse.ca" } ], "description": "Secure PHP Encryption Library", "keywords": [ "aes", "cipher", "encryption", "mcrypt", "security" ], "time": "2015-03-14 20:27:45" }, { "name": "ezyang/htmlpurifier", "version": "v4.7.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", "reference": "ae1828d955112356f7677c465f94f7deb7d27a40" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40", "reference": "ae1828d955112356f7677c465f94f7deb7d27a40", "shasum": "" }, "require": { "php": ">=5.2" }, "type": "library", "autoload": { "psr-0": { "HTMLPurifier": "library/" }, "files": [ "library/HTMLPurifier.composer.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL" ], "authors": [ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", "keywords": [ "html" ], "time": "2015-08-05 01:03:42" }, { "name": "firephp/firephp-core", "version": "v0.4.0", "source": { "type": "git", "url": "https://github.com/firephp/firephp-core.git", "reference": "fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firephp/firephp-core/zipball/fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf", "reference": "fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "lib/FirePHPCore/FirePHP.class.php", "lib/FirePHPCore/fb.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christoph Dorn", "email": "christoph@christophdorn.com", "homepage": "http://christophdorn.com" } ], "description": "Traditional FirePHPCore library for sending PHP variables to the browser.", "homepage": "https://github.com/firephp/firephp-core", "time": "2013-04-23 15:28:20" }, { "name": "matthiasmullie/minify", "version": "1.3.32", "source": { "type": "git", "url": "https://github.com/matthiasmullie/minify.git", "reference": "140c714688908afcecde87338c8309233bdc2519" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/140c714688908afcecde87338c8309233bdc2519", "reference": "140c714688908afcecde87338c8309233bdc2519", "shasum": "" }, "require": { "ext-pcre": "*", "matthiasmullie/path-converter": "~1.0", "php": ">=5.3.0" }, "require-dev": { "matthiasmullie/scrapbook": "~1.0", "phpunit/phpunit": "~4.8", "satooshi/php-coveralls": "~1.0" }, "bin": [ "bin/minifycss", "bin/minifyjs" ], "type": "library", "autoload": { "psr-4": { "MatthiasMullie\\Minify\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "minify@mullie.eu", "homepage": "http://www.mullie.eu", "role": "Developer" } ], "description": "CSS & JS minifier", "homepage": "http://www.minifier.org", "keywords": [ "JS", "css", "javascript", "minifier", "minify" ], "time": "2016-01-11 02:10:11" }, { "name": "matthiasmullie/path-converter", "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/matthiasmullie/path-converter.git", "reference": "83609c1bb251b2540eba912615571a501a0a06a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/83609c1bb251b2540eba912615571a501a0a06a6", "reference": "83609c1bb251b2540eba912615571a501a0a06a6", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.8", "satooshi/php-coveralls": "~1.0" }, "type": "library", "autoload": { "psr-4": { "MatthiasMullie\\PathConverter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "pathconverter@mullie.eu", "homepage": "http://www.mullie.eu", "role": "Developer" } ], "description": "Relative path converter", "homepage": "http://github.com/matthiasmullie/path-converter", "keywords": [ "converter", "path", "paths", "relative" ], "time": "2016-01-07 00:41:13" }, { "name": "michelf/php-markdown", "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/michelf/php-markdown.git", "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9", "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9", "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": "John Gruber", "homepage": "http://daringfireball.net/" }, { "name": "Michel Fortin", "email": "michel.fortin@michelf.ca", "homepage": "https://michelf.ca/", "role": "Developer" } ], "description": "PHP Markdown", "homepage": "https://michelf.ca/projects/php-markdown/", "keywords": [ "markdown" ], "time": "2015-03-01 12:03:08" }, { "name": "rmccue/requests", "version": "v1.6.1", "source": { "type": "git", "url": "https://github.com/rmccue/Requests.git", "reference": "6aac485666c2955077d77b796bbdd25f0013a4ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rmccue/Requests/zipball/6aac485666c2955077d77b796bbdd25f0013a4ea", "reference": "6aac485666c2955077d77b796bbdd25f0013a4ea", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "satooshi/php-coveralls": "dev-master" }, "type": "library", "autoload": { "psr-0": { "Requests": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "ISC" ], "authors": [ { "name": "Ryan McCue", "homepage": "http://ryanmccue.info" } ], "description": "A HTTP library written in PHP, for human beings.", "homepage": "http://github.com/rmccue/Requests", "keywords": [ "curl", "fsockopen", "http", "idna", "ipv6", "iri", "sockets" ], "time": "2014-05-18 04:59:02" }, { "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": "swiftmailer/swiftmailer", "version": "v5.4.1", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421", "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "mockery/mockery": "~0.9.1,<0.9.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris Corbyn" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "http://swiftmailer.org", "keywords": [ "email", "mail", "mailer" ], "time": "2015-06-06 14:19:39" }, { "name": "true/punycode", "version": "v2.0.2", "source": { "type": "git", "url": "https://github.com/true/php-punycode.git", "reference": "74fa01d4de396c40e239794123b3874cb594a30c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/true/php-punycode/zipball/74fa01d4de396c40e239794123b3874cb594a30c", "reference": "74fa01d4de396c40e239794123b3874cb594a30c", "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": "2016-01-07 17:12:58" } ], "packages-dev": null, "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.3.0", "ext-curl": "*", "ext-gd": "*", "ext-iconv": "*", "ext-json": "*", "ext-mbstring": "*", "ext-mcrypt": "*", "ext-openssl": "*", "ext-pcre": "*", "ext-xml": "*" }, "platform-dev": [] }