{ "_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" ], "content-hash": "de29546dfc260954637ab4f84d001111", "packages": [ { "name": "ezyang/htmlpurifier", "version": "v4.9.2", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4", "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "simpletest/simpletest": "^1.1" }, "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": "2017-03-13T06:30:53+00:00" }, { "name": "fguillot/picofeed", "version": "v0.1.33", "source": { "type": "git", "url": "https://github.com/fguillot/picoFeed.git", "reference": "b44f1e1fdecfd2e7f158df86a23e1ea3dfb4e16f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/b44f1e1fdecfd2e7f158df86a23e1ea3dfb4e16f", "reference": "b44f1e1fdecfd2e7f158df86a23e1ea3dfb4e16f", "shasum": "" }, "require": { "ext-dom": "*", "ext-iconv": "*", "ext-libxml": "*", "ext-simplexml": "*", "ext-xml": "*", "php": ">=5.3.0", "zendframework/zendxml": "^1.0" }, "require-dev": { "phpdocumentor/reflection-docblock": "2.0.4", "phpunit/phpunit": "4.8.26", "symfony/yaml": "2.8.7" }, "suggest": { "ext-curl": "PicoFeed will use cURL if present" }, "bin": [ "picofeed" ], "type": "library", "autoload": { "psr-0": { "PicoFeed": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frédéric Guillot" } ], "description": "Modern library to handle RSS/Atom feeds", "homepage": "https://github.com/fguillot/picoFeed", "time": "2017-04-07T01:57:15+00:00" }, { "name": "pear/net_url2", "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/pear/Net_URL2.git", "reference": "43a87606daf52efe6685c92131be083143108e37" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Net_URL2/zipball/43a87606daf52efe6685c92131be083143108e37", "reference": "43a87606daf52efe6685c92131be083143108e37", "shasum": "" }, "require": { "php": ">=5.1.4" }, "require-dev": { "phpunit/phpunit": ">=3.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "classmap": [ "Net/URL2.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "David Coallier", "email": "davidc@php.net" }, { "name": "Tom Klingenberg", "email": "tkli@php.net" }, { "name": "Christian Schmidt", "email": "chmidt@php.net" } ], "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.", "homepage": "https://github.com/pear/Net_URL2", "keywords": [ "PEAR", "net", "networking", "rfc3986", "uri", "url" ], "time": "2016-04-18T22:24:01+00:00" }, { "name": "riimu/kit-pathjoin", "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/Riimu/Kit-PathJoin.git", "reference": "5145afabdff12b5871f4a647e86ab2f05059d742" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Riimu/Kit-PathJoin/zipball/5145afabdff12b5871f4a647e86ab2f05059d742", "reference": "5145afabdff12b5871f4a647e86ab2f05059d742", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "Riimu\\Kit\\PathJoin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Riikka Kalliomäki", "email": "riikka.kalliomaki@gmail.com", "homepage": "http://riimu.net" } ], "description": "Cross-platform library for normalizing and joining file system paths", "homepage": "http://kit.riimu.net", "keywords": [ "file", "join", "normalize", "path", "system" ], "time": "2015-08-22T11:29:24+00:00" }, { "name": "zendframework/zendxml", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/zendframework/ZendXml.git", "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9", "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^3.7 || ^4.0", "squizlabs/php_codesniffer": "^1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "ZendXml\\": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Utility library for XML usage, best practices, and security in PHP", "homepage": "http://packages.zendframework.com/", "keywords": [ "security", "xml", "zf2" ], "time": "2016-02-04T21:02:08+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }