summaryrefslogtreecommitdiffstats
path: root/3rdparty/htmlpurifier/composer.json
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/htmlpurifier/composer.json')
-rw-r--r--3rdparty/htmlpurifier/composer.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/3rdparty/htmlpurifier/composer.json b/3rdparty/htmlpurifier/composer.json
index 7331933ee..2f59d0fed 100644
--- a/3rdparty/htmlpurifier/composer.json
+++ b/3rdparty/htmlpurifier/composer.json
@@ -1,22 +1,22 @@
-{
- "name": "ezyang/htmlpurifier",
- "description": "Standards compliant HTML filter written in PHP",
- "type": "library",
- "keywords": ["html"],
- "homepage": "http://htmlpurifier.org/",
- "license": "LGPL",
- "authors": [
- {
- "name": "Edward Z. Yang",
- "email": "admin@htmlpurifier.org",
- "homepage": "http://ezyang.com"
- }
- ],
- "require": {
- "php": ">=5.2"
- },
- "autoload": {
- "psr-0": { "HTMLPurifier": "library/" },
- "files": ["library/HTMLPurifier.composer.php"]
- }
-}
+{
+ "name": "ezyang/htmlpurifier",
+ "description": "Standards compliant HTML filter written in PHP",
+ "type": "library",
+ "keywords": ["html"],
+ "homepage": "http://htmlpurifier.org/",
+ "license": "LGPL",
+ "authors": [
+ {
+ "name": "Edward Z. Yang",
+ "email": "admin@htmlpurifier.org",
+ "homepage": "http://ezyang.com"
+ }
+ ],
+ "require": {
+ "php": ">=5.2"
+ },
+ "autoload": {
+ "psr-0": { "HTMLPurifier": "library/" },
+ "files": ["library/HTMLPurifier.composer.php"]
+ }
+}