summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2017-02-02 21:19:35 -0800
committerAaron Parecki <aaron@parecki.com>2017-02-02 21:19:35 -0800
commitd00c336a55d1dd047cdb778cb44ae441ea6b842e (patch)
tree95411b6ae52c1166fe60ecfc6eb19ef6c21d1f87 /composer.lock
parent61a80c5a2c1cd3ee6fb53602e20d6c0c832c9138 (diff)
clean up editor HTML when posting to Micropub endpoint
closes #67
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock46
1 files changed, 45 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index ec0f1ff..4cdfe08 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"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": "4ec77b1fe4974da5d6a392ec0d362858",
+ "content-hash": "1eb78fb0a7afe487cc3c9dd58d35532e",
"packages": [
{
"name": "abraham/twitteroauth",
@@ -144,6 +144,50 @@
"time": "2014-10-06T23:11:15+00:00"
},
{
+ "name": "ezyang/htmlpurifier",
+ "version": "v4.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ezyang/htmlpurifier.git",
+ "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2",
+ "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2",
+ "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": "2016-07-16T12:58:58+00:00"
+ },
+ {
"name": "firebase/php-jwt",
"version": "v2.2.0",
"source": {