| { | |
|     "_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": "9676d488b166fb91835dc9f7746c9d30", | |
|     "packages": [ | |
|         { | |
|             "name": "abraham/twitteroauth", | |
|             "version": "0.7.4", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/abraham/twitteroauth.git", | |
|                 "reference": "c6f9e692552dd037b2324ed0dfa28a4e60875acf" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/c6f9e692552dd037b2324ed0dfa28a4e60875acf", | |
|                 "reference": "c6f9e692552dd037b2324ed0dfa28a4e60875acf", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "ext-curl": "*", | |
|                 "php": "^5.6 || ^7.0" | |
|             }, | |
|             "require-dev": { | |
|                 "phpmd/phpmd": "~2.6", | |
|                 "phpunit/phpunit": "~5.7", | |
|                 "squizlabs/php_codesniffer": "~3.0" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "psr-4": { | |
|                     "Abraham\\TwitterOAuth\\": "src" | |
|                 } | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "MIT" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Abraham Williams", | |
|                     "email": "abraham@abrah.am", | |
|                     "homepage": "https://abrah.am", | |
|                     "role": "Developer" | |
|                 } | |
|             ], | |
|             "description": "The most popular PHP library for use with the Twitter OAuth REST API.", | |
|             "homepage": "https://twitteroauth.com", | |
|             "keywords": [ | |
|                 "Twitter API", | |
|                 "Twitter oAuth", | |
|                 "api", | |
|                 "oauth", | |
|                 "rest", | |
|                 "social", | |
|                 "twitter" | |
|             ], | |
|             "time": "2017-06-30T22:02:01+00:00" | |
|         }, | |
|         { | |
|             "name": "barnabywalters/mf-cleaner", | |
|             "version": "v0.1.4", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/barnabywalters/php-mf-cleaner.git", | |
|                 "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/barnabywalters/php-mf-cleaner/zipball/ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4", | |
|                 "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4", | |
|                 "shasum": "" | |
|             }, | |
|             "require-dev": { | |
|                 "php": ">=5.3", | |
|                 "phpunit/phpunit": "*" | |
|             }, | |
|             "suggest": { | |
|                 "mf2/mf2": "To parse microformats2 structures from (X)HTML" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "files": [ | |
|                     "src/BarnabyWalters/Mf2/Functions.php" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "MIT" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Barnaby Walters", | |
|                     "email": "barnaby@waterpigs.co.uk" | |
|                 } | |
|             ], | |
|             "description": "Cleans up microformats2 array structures", | |
|             "time": "2014-10-06T23:11:15+00:00" | |
|         }, | |
|         { | |
|             "name": "cebe/markdown", | |
|             "version": "1.1.2", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/cebe/markdown.git", | |
|                 "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e", | |
|                 "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "lib-pcre": "*", | |
|                 "php": ">=5.4.0" | |
|             }, | |
|             "require-dev": { | |
|                 "cebe/indent": "*", | |
|                 "facebook/xhprof": "*@dev", | |
|                 "phpunit/phpunit": "4.1.*" | |
|             }, | |
|             "bin": [ | |
|                 "bin/markdown" | |
|             ], | |
|             "type": "library", | |
|             "extra": { | |
|                 "branch-alias": { | |
|                     "dev-master": "1.1.x-dev" | |
|                 } | |
|             }, | |
|             "autoload": { | |
|                 "psr-4": { | |
|                     "cebe\\markdown\\": "" | |
|                 } | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "MIT" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Carsten Brandt", | |
|                     "email": "mail@cebe.cc", | |
|                     "homepage": "http://cebe.cc/", | |
|                     "role": "Creator" | |
|                 } | |
|             ], | |
|             "description": "A super fast, highly extensible markdown parser for PHP", | |
|             "homepage": "https://github.com/cebe/markdown#readme", | |
|             "keywords": [ | |
|                 "extensible", | |
|                 "fast", | |
|                 "gfm", | |
|                 "markdown", | |
|                 "markdown-extra" | |
|             ], | |
|             "time": "2017-07-16T21:13:23+00:00" | |
|         }, | |
|         { | |
|             "name": "dg/twitter-php", | |
|             "version": "v3.6", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/dg/twitter-php.git", | |
|                 "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/dg/twitter-php/zipball/dd872ad12121ff919b358989e61f7f08ba6cc7a8", | |
|                 "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "ext-curl": "*", | |
|                 "php": ">=5.2.0" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "classmap": [ | |
|                     "src/" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "BSD-3-Clause" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "David Grudl", | |
|                     "homepage": "https://davidgrudl.com" | |
|                 } | |
|             ], | |
|             "description": "Small and easy Twitter library for PHP", | |
|             "homepage": "https://github.com/dg/twitter-php", | |
|             "keywords": [ | |
|                 "oauth", | |
|                 "twitter" | |
|             ], | |
|             "time": "2016-08-15T16:46:22+00:00" | |
|         }, | |
|         { | |
|             "name": "ezyang/htmlpurifier", | |
|             "version": "v4.10.0", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/ezyang/htmlpurifier.git", | |
|                 "reference": "d85d39da4576a6934b72480be6978fb10c860021" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021", | |
|                 "reference": "d85d39da4576a6934b72480be6978fb10c860021", | |
|                 "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": "2018-02-23T01:58:20+00:00" | |
|         }, | |
|         { | |
|             "name": "facebook/graph-sdk", | |
|             "version": "5.6.3", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/facebook/php-graph-sdk.git", | |
|                 "reference": "90e92bd1816fe718e55184ab85910dfcf488432c" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/90e92bd1816fe718e55184ab85910dfcf488432c", | |
|                 "reference": "90e92bd1816fe718e55184ab85910dfcf488432c", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": "^5.4|^7.0" | |
|             }, | |
|             "require-dev": { | |
|                 "guzzlehttp/guzzle": "~5.0", | |
|                 "mockery/mockery": "~0.8", | |
|                 "phpunit/phpunit": "~4.0" | |
|             }, | |
|             "suggest": { | |
|                 "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client", | |
|                 "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5" | |
|             }, | |
|             "type": "library", | |
|             "extra": { | |
|                 "branch-alias": { | |
|                     "dev-master": "5.x-dev" | |
|                 } | |
|             }, | |
|             "autoload": { | |
|                 "psr-4": { | |
|                     "Facebook\\": "src/Facebook/" | |
|                 }, | |
|                 "files": [ | |
|                     "src/Facebook/polyfills.php" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "Facebook Platform" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Facebook", | |
|                     "homepage": "https://github.com/facebook/php-graph-sdk/contributors" | |
|                 } | |
|             ], | |
|             "description": "Facebook SDK for PHP", | |
|             "homepage": "https://github.com/facebook/php-graph-sdk", | |
|             "keywords": [ | |
|                 "facebook", | |
|                 "sdk" | |
|             ], | |
|             "time": "2018-07-03T02:25:00+00:00" | |
|         }, | |
|         { | |
|             "name": "firebase/php-jwt", | |
|             "version": "v2.2.0", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/firebase/php-jwt.git", | |
|                 "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/e0a75bfb6413f22092c99b70f310ccb2cca3efa5", | |
|                 "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": ">=5.2.0" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "classmap": [ | |
|                     "Authentication/", | |
|                     "Exceptions/" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "BSD-3-Clause" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Neuman Vong", | |
|                     "email": "neuman+pear@twilio.com", | |
|                     "role": "Developer" | |
|                 }, | |
|                 { | |
|                     "name": "Anant Narayanan", | |
|                     "email": "anant@php.net", | |
|                     "role": "Developer" | |
|                 } | |
|             ], | |
|             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", | |
|             "homepage": "https://github.com/firebase/php-jwt", | |
|             "time": "2015-06-22T23:26:39+00:00" | |
|         }, | |
|         { | |
|             "name": "gajus/dindent", | |
|             "version": "2.0.2", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/gajus/dindent.git", | |
|                 "reference": "d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/gajus/dindent/zipball/d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c", | |
|                 "reference": "d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": ">=5.3" | |
|             }, | |
|             "require-dev": { | |
|                 "satooshi/php-coveralls": "dev-master" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "psr-4": { | |
|                     "Gajus\\Dindent\\": "src/" | |
|                 } | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "BSD-3-Clause" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Gajus Kuizinas", | |
|                     "email": "gk@anuary.com" | |
|                 } | |
|             ], | |
|             "description": "HTML indentation library for development and testing.", | |
|             "homepage": "https://github.com/gajus/dindent", | |
|             "keywords": [ | |
|                 "format", | |
|                 "html", | |
|                 "indent" | |
|             ], | |
|             "time": "2014-10-08T10:03:04+00:00" | |
|         }, | |
|         { | |
|             "name": "indieauth/client", | |
|             "version": "0.5.1", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/indieweb/indieauth-client-php.git", | |
|                 "reference": "5dab0728234a3b3e741cbeba2400dd257a3f950c" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/5dab0728234a3b3e741cbeba2400dd257a3f950c", | |
|                 "reference": "5dab0728234a3b3e741cbeba2400dd257a3f950c", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "indieweb/representative-h-card": "^0.1.2", | |
|                 "mf2/mf2": ">=0.3.2", | |
|                 "p3k/http": ">=0.1.6", | |
|                 "php": ">5.3.0" | |
|             }, | |
|             "require-dev": { | |
|                 "phpunit/phpunit": "4.8.*" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "psr-0": { | |
|                     "IndieAuth": "src/" | |
|                 } | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "Apache-2.0" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Aaron Parecki", | |
|                     "homepage": "https://aaronparecki.com" | |
|                 } | |
|             ], | |
|             "description": "IndieAuth Client Library", | |
|             "time": "2019-03-12T02:33:59+00:00" | |
|         }, | |
|         { | |
|             "name": "indieweb/date-formatter", | |
|             "version": "0.3.1", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/indieweb/date-formatter-php.git", | |
|                 "reference": "282946ebae0efa5f9c00be88553d76d7a39824ab" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/indieweb/date-formatter-php/zipball/282946ebae0efa5f9c00be88553d76d7a39824ab", | |
|                 "reference": "282946ebae0efa5f9c00be88553d76d7a39824ab", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": ">=5.3.0" | |
|             }, | |
|             "require-dev": { | |
|                 "mf2/mf2": ">=0.2.12", | |
|                 "phpunit/phpunit": "~4.0" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "psr-0": { | |
|                     "IndieWeb": "src/" | |
|                 } | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "Apache-2.0" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Aaron Parecki", | |
|                     "homepage": "http://aaronparecki.com" | |
|                 } | |
|             ], | |
|             "description": "Render dates and date ranges in a human-readable format, including proper microformats-2 markup", | |
|             "homepage": "https://github.com/indieweb/date-formatter-php", | |
|             "keywords": [ | |
|                 "date", | |
|                 "format", | |
|                 "microformats", | |
|                 "microformats2" | |
|             ], | |
|             "time": "2016-04-05T15:13:00+00:00" | |
|         }, | |
|         { | |
|             "name": "indieweb/link-rel-parser", | |
|             "version": "0.1.3", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/indieweb/link-rel-parser-php.git", | |
|                 "reference": "295420e4f16d9a9d262a3c25a7a583794428f055" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055", | |
|                 "reference": "295420e4f16d9a9d262a3c25a7a583794428f055", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": ">=5.3.0" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "files": [ | |
|                     "src/IndieWeb/link_rel_parser.php" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "Apache-2.0" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Aaron Parecki", | |
|                     "homepage": "http://aaronparecki.com" | |
|                 }, | |
|                 { | |
|                     "name": "Tantek Çelik", | |
|                     "homepage": "http://tantek.com" | |
|                 } | |
|             ], | |
|             "description": "Parse rel values from HTTP headers", | |
|             "homepage": "https://github.com/indieweb/link-rel-parser-php", | |
|             "keywords": [ | |
|                 "http", | |
|                 "indieweb", | |
|                 "microformats2" | |
|             ], | |
|             "time": "2017-01-11T17:14:49+00:00" | |
|         }, | |
|         { | |
|             "name": "indieweb/representative-h-card", | |
|             "version": "0.1.2", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/indieweb/representative-h-card-php.git", | |
|                 "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38", | |
|                 "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": ">=5.4" | |
|             }, | |
|             "require-dev": { | |
|                 "mf2/mf2": "0.2.*", | |
|                 "phpunit/phpunit": "*" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "files": [ | |
|                     "src/mf2/representative-h-card.php" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "Apache-2.0" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Aaron Parecki", | |
|                     "homepage": "http://aaronparecki.com" | |
|                 } | |
|             ], | |
|             "keywords": [ | |
|                 "h-card", | |
|                 "indieweb", | |
|                 "mf2", | |
|                 "microformats" | |
|             ], | |
|             "time": "2015-12-23T18:11:19+00:00" | |
|         }, | |
|         { | |
|             "name": "j4mie/idiorm", | |
|             "version": "v1.4.1", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/j4mie/idiorm.git", | |
|                 "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/j4mie/idiorm/zipball/11e964157a6a2c6128a0546673ad5e99ac1a62cd", | |
|                 "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": ">=5.2.0" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "classmap": [ | |
|                     "idiorm.php" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "BSD-2-Clause", | |
|                 "BSD-3-Clause", | |
|                 "BSD-4-Clause" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Simon Holywell", | |
|                     "email": "treffynnon@php.net", | |
|                     "homepage": "http://simonholywell.com", | |
|                     "role": "Maintainer" | |
|                 }, | |
|                 { | |
|                     "name": "Jamie Matthews", | |
|                     "email": "jamie.matthews@gmail.com", | |
|                     "homepage": "http://j4mie.org", | |
|                     "role": "Developer" | |
|                 }, | |
|                 { | |
|                     "name": "Durham Hale", | |
|                     "email": "me@durhamhale.com", | |
|                     "homepage": "http://durhamhale.com", | |
|                     "role": "Maintainer" | |
|                 } | |
|             ], | |
|             "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5", | |
|             "homepage": "http://j4mie.github.com/idiormandparis", | |
|             "keywords": [ | |
|                 "idiorm", | |
|                 "orm", | |
|                 "query builder" | |
|             ], | |
|             "time": "2013-12-12T10:25:27+00:00" | |
|         }, | |
|         { | |
|             "name": "masterminds/html5", | |
|             "version": "2.3.0", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/Masterminds/html5-php.git", | |
|                 "reference": "2c37c6c520b995b761674de3be8455a381679067" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067", | |
|                 "reference": "2c37c6c520b995b761674de3be8455a381679067", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "ext-libxml": "*", | |
|                 "php": ">=5.3.0" | |
|             }, | |
|             "require-dev": { | |
|                 "phpunit/phpunit": "4.*", | |
|                 "sami/sami": "~2.0", | |
|                 "satooshi/php-coveralls": "1.0.*" | |
|             }, | |
|             "type": "library", | |
|             "extra": { | |
|                 "branch-alias": { | |
|                     "dev-master": "2.2-dev" | |
|                 } | |
|             }, | |
|             "autoload": { | |
|                 "psr-4": { | |
|                     "Masterminds\\": "src" | |
|                 } | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "MIT" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Matt Butcher", | |
|                     "email": "technosophos@gmail.com" | |
|                 }, | |
|                 { | |
|                     "name": "Asmir Mustafic", | |
|                     "email": "goetas@gmail.com" | |
|                 }, | |
|                 { | |
|                     "name": "Matt Farina", | |
|                     "email": "matt@mattfarina.com" | |
|                 } | |
|             ], | |
|             "description": "An HTML5 parser and serializer.", | |
|             "homepage": "http://masterminds.github.io/html5-php", | |
|             "keywords": [ | |
|                 "HTML5", | |
|                 "dom", | |
|                 "html", | |
|                 "parser", | |
|                 "querypath", | |
|                 "serializer", | |
|                 "xml" | |
|             ], | |
|             "time": "2017-09-04T12:26:28+00:00" | |
|         }, | |
|         { | |
|             "name": "mf2/mf2", | |
|             "version": "v0.4.5", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/indieweb/php-mf2.git", | |
|                 "reference": "35fee8b6481695438a44f336534b4cd782bcd518" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/35fee8b6481695438a44f336534b4cd782bcd518", | |
|                 "reference": "35fee8b6481695438a44f336534b4cd782bcd518", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": ">=5.4.0" | |
|             }, | |
|             "require-dev": { | |
|                 "mf2/tests": "@dev", | |
|                 "phpdocumentor/phpdocumentor": "v2.8.4", | |
|                 "phpunit/phpunit": "4.8.*" | |
|             }, | |
|             "suggest": { | |
|                 "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you", | |
|                 "masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support." | |
|             }, | |
|             "bin": [ | |
|                 "bin/fetch-mf2", | |
|                 "bin/parse-mf2" | |
|             ], | |
|             "type": "library", | |
|             "autoload": { | |
|                 "files": [ | |
|                     "Mf2/Parser.php" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "CC0-1.0" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Barnaby Walters", | |
|                     "homepage": "http://waterpigs.co.uk" | |
|                 } | |
|             ], | |
|             "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API", | |
|             "keywords": [ | |
|                 "html", | |
|                 "microformats", | |
|                 "microformats 2", | |
|                 "parser", | |
|                 "semantic" | |
|             ], | |
|             "time": "2018-08-02T17:12:58+00:00" | |
|         }, | |
|         { | |
|             "name": "mpratt/relativetime", | |
|             "version": "1.5.4", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/mpratt/RelativeTime.git", | |
|                 "reference": "3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/mpratt/RelativeTime/zipball/3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7", | |
|                 "reference": "3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": ">=5.3" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "psr-0": { | |
|                     "RelativeTime": "Lib/" | |
|                 } | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "MIT" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Michael Pratt", | |
|                     "email": "pratt@hablarmierda.net", | |
|                     "homepage": "http://www.michael-pratt.com", | |
|                     "role": "Author/Developer" | |
|                 } | |
|             ], | |
|             "description": "A library that calculates the time difference between two dates and returns the result in words (Example: 5 minutes ago or 5 Minutes left). The library supports other languages aswell like Spanish and German.", | |
|             "homepage": "https://github.com/mpratt/RelativeTime", | |
|             "keywords": [ | |
|                 "ago", | |
|                 "date", | |
|                 "future", | |
|                 "interval", | |
|                 "relative", | |
|                 "time", | |
|                 "time-ago" | |
|             ], | |
|             "time": "2015-12-24T12:43:04+00:00" | |
|         }, | |
|         { | |
|             "name": "p3k/http", | |
|             "version": "0.1.7", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/aaronpk/p3k-http.git", | |
|                 "reference": "1826647c4902a18dea5ec532f21509ba4d51210b" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/1826647c4902a18dea5ec532f21509ba4d51210b", | |
|                 "reference": "1826647c4902a18dea5ec532f21509ba4d51210b", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "indieweb/link-rel-parser": "0.1.*", | |
|                 "mf2/mf2": ">=0.3.2" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "psr-4": { | |
|                     "p3k\\": "src/p3k" | |
|                 } | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "MIT" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Aaron Parecki", | |
|                     "homepage": "https://aaronparecki.com" | |
|                 } | |
|             ], | |
|             "description": "A simple wrapper API around the PHP curl functions", | |
|             "homepage": "https://github.com/aaronpk/p3k-http", | |
|             "time": "2018-03-04T15:21:58+00:00" | |
|         }, | |
|         { | |
|             "name": "p3k/multipart", | |
|             "version": "0.2.0", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/aaronpk/php-multipart-encoder.git", | |
|                 "reference": "c190b4692b872a359868faba11251ead842ac20f" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/aaronpk/php-multipart-encoder/zipball/c190b4692b872a359868faba11251ead842ac20f", | |
|                 "reference": "c190b4692b872a359868faba11251ead842ac20f", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": ">5.4.0" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "files": [ | |
|                     "src/p3k/Multipart.php" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "Apache 2.0" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Aaron Parecki", | |
|                     "homepage": "http://aaronparecki.com" | |
|                 } | |
|             ], | |
|             "description": "Multipart Encoding Library", | |
|             "time": "2016-12-28T14:50:41+00:00" | |
|         }, | |
|         { | |
|             "name": "p3k/picofeed", | |
|             "version": "v0.1.38", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/aaronpk/picoFeed.git", | |
|                 "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/aaronpk/picoFeed/zipball/989c0bcf2eac016a4104abce1aadff791fc287ab", | |
|                 "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab", | |
|                 "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/miniflux/picoFeed", | |
|             "time": "2017-11-30T00:16:58+00:00" | |
|         }, | |
|         { | |
|             "name": "p3k/timezone", | |
|             "version": "0.1.0", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/aaronpk/p3k-timezone.git", | |
|                 "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/aaronpk/p3k-timezone/zipball/68d3490d896f98cf0727dc937f0bb6b045050c83", | |
|                 "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": ">=5.4.0" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "files": [ | |
|                     "src/p3k/Timezone.php" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "Apache-2.0" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Aaron Parecki", | |
|                     "homepage": "https://aaronparecki.com" | |
|                 } | |
|             ], | |
|             "description": "Find the timezone of a given location", | |
|             "homepage": "https://github.com/aaronpk/p3k-timezone", | |
|             "keywords": [ | |
|                 "date", | |
|                 "p3k", | |
|                 "timezone" | |
|             ], | |
|             "time": "2017-01-12T17:30:08+00:00" | |
|         }, | |
|         { | |
|             "name": "p3k/utils", | |
|             "version": "1.2.0", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/aaronpk/p3k-utils.git", | |
|                 "reference": "ecd0ba1afca8e586f09792f7be5052e142d3cbde" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/aaronpk/p3k-utils/zipball/ecd0ba1afca8e586f09792f7be5052e142d3cbde", | |
|                 "reference": "ecd0ba1afca8e586f09792f7be5052e142d3cbde", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": ">=5.5" | |
|             }, | |
|             "require-dev": { | |
|                 "phpunit/phpunit": "^4.8.13", | |
|                 "predis/predis": "1.1.*" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "files": [ | |
|                     "src/global.php", | |
|                     "src/url.php", | |
|                     "src/utils.php", | |
|                     "src/date.php", | |
|                     "src/cache.php", | |
|                     "src/geo.php" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "MIT" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Aaron Parecki", | |
|                     "homepage": "https://aaronparecki.com" | |
|                 } | |
|             ], | |
|             "description": "Some helpful functions used by https://p3k.io projects", | |
|             "homepage": "https://github.com/aaronpk/p3k-utils", | |
|             "time": "2018-03-28T13:44:56+00:00" | |
|         }, | |
|         { | |
|             "name": "p3k/xray", | |
|             "version": "v1.6.9", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/aaronpk/XRay.git", | |
|                 "reference": "8b4a38cef75d73c7826ea38e7d08d09e96279564" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/aaronpk/XRay/zipball/8b4a38cef75d73c7826ea38e7d08d09e96279564", | |
|                 "reference": "8b4a38cef75d73c7826ea38e7d08d09e96279564", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "cebe/markdown": "1.1.*", | |
|                 "dg/twitter-php": "3.6.*", | |
|                 "ezyang/htmlpurifier": "4.10.*", | |
|                 "facebook/graph-sdk": "^5.5", | |
|                 "indieweb/link-rel-parser": "0.1.*", | |
|                 "masterminds/html5": "^2.3", | |
|                 "mf2/mf2": "^0.4", | |
|                 "p3k/http": ">=0.1.7", | |
|                 "p3k/picofeed": ">=0.1.38", | |
|                 "p3k/timezone": "*" | |
|             }, | |
|             "require-dev": { | |
|                 "league/plates": "3.*", | |
|                 "league/route": "1.*", | |
|                 "phpunit/phpunit": "4.8.*" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "psr-4": { | |
|                     "p3k\\XRay\\": "lib/XRay" | |
|                 }, | |
|                 "files": [ | |
|                     "lib/helpers.php", | |
|                     "lib/XRay.php" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "MIT" | |
|             ], | |
|             "description": "X-Ray returns structured data from any URL", | |
|             "homepage": "https://github.com/aaronpk/XRay", | |
|             "time": "2018-08-30T20:12:41+00:00" | |
|         }, | |
|         { | |
|             "name": "saltybeagle/savant3", | |
|             "version": "dev-master", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/saltybeagle/Savant3.git", | |
|                 "reference": "ebf4385bf44bec8c7a169571ac178f626017c466" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466", | |
|                 "reference": "ebf4385bf44bec8c7a169571ac178f626017c466", | |
|                 "shasum": "" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "classmap": [ | |
|                     "Savant3.php", | |
|                     "Savant3", | |
|                     "Savant3/resources" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "LGPL" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Brett Bieber", | |
|                     "email": "brett.bieber@gmail.com" | |
|                 } | |
|             ], | |
|             "description": "Savant3 template engine", | |
|             "time": "2014-01-07T17:10:32+00:00" | |
|         }, | |
|         { | |
|             "name": "slim/slim", | |
|             "version": "2.2.0", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/slimphp/Slim.git", | |
|                 "reference": "b8181de1112a1e2f565b40158b621c34ded38053" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/slimphp/Slim/zipball/b8181de1112a1e2f565b40158b621c34ded38053", | |
|                 "reference": "b8181de1112a1e2f565b40158b621c34ded38053", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": ">=5.3.0" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "psr-0": { | |
|                     "Slim": "." | |
|                 } | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "MIT" | |
|             ], | |
|             "authors": [ | |
|                 { | |
|                     "name": "Josh Lockhart", | |
|                     "email": "info@joshlockhart.com", | |
|                     "homepage": "http://www.joshlockhart.com/" | |
|                 } | |
|             ], | |
|             "description": "Slim Framework, a PHP micro framework", | |
|             "homepage": "http://github.com/codeguy/Slim", | |
|             "keywords": [ | |
|                 "microframework", | |
|                 "rest", | |
|                 "router" | |
|             ], | |
|             "time": "2012-12-13T02:15:50+00:00" | |
|         }, | |
|         { | |
|             "name": "tantek/cassis", | |
|             "version": "v0.2.16895", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/tantek/cassis.git", | |
|                 "reference": "357e30ad12017b4d67cac5f4400e8f371cd2f504" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/tantek/cassis/zipball/357e30ad12017b4d67cac5f4400e8f371cd2f504", | |
|                 "reference": "357e30ad12017b4d67cac5f4400e8f371cd2f504", | |
|                 "shasum": "" | |
|             }, | |
|             "type": "library", | |
|             "autoload": { | |
|                 "files": [ | |
|                     "cassis.php" | |
|                 ] | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "time": "2016-04-04T15:31:04+00:00" | |
|         }, | |
|         { | |
|             "name": "zendframework/zendxml", | |
|             "version": "1.1.0", | |
|             "source": { | |
|                 "type": "git", | |
|                 "url": "https://github.com/zendframework/ZendXml.git", | |
|                 "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99" | |
|             }, | |
|             "dist": { | |
|                 "type": "zip", | |
|                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99", | |
|                 "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99", | |
|                 "shasum": "" | |
|             }, | |
|             "require": { | |
|                 "php": "^5.6 || ^7.0" | |
|             }, | |
|             "require-dev": { | |
|                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4", | |
|                 "zendframework/zend-coding-standard": "~1.0.0" | |
|             }, | |
|             "type": "library", | |
|             "extra": { | |
|                 "branch-alias": { | |
|                     "dev-master": "1.1.x-dev", | |
|                     "dev-develop": "1.2.x-dev" | |
|                 } | |
|             }, | |
|             "autoload": { | |
|                 "psr-4": { | |
|                     "ZendXml\\": "src/" | |
|                 } | |
|             }, | |
|             "notification-url": "https://packagist.org/downloads/", | |
|             "license": [ | |
|                 "BSD-3-Clause" | |
|             ], | |
|             "description": "Utility library for XML usage, best practices, and security in PHP", | |
|             "keywords": [ | |
|                 "ZendFramework", | |
|                 "security", | |
|                 "xml", | |
|                 "zf" | |
|             ], | |
|             "time": "2018-04-30T15:11:04+00:00" | |
|         } | |
|     ], | |
|     "packages-dev": [], | |
|     "aliases": [], | |
|     "minimum-stability": "stable", | |
|     "stability-flags": { | |
|         "saltybeagle/savant3": 20 | |
|     }, | |
|     "prefer-stable": false, | |
|     "prefer-lowest": false, | |
|     "platform": [], | |
|     "platform-dev": [] | |
| }
 |