remove htmlpurifier

This commit is contained in:
Manuel Raynaud
2013-09-07 16:36:41 +02:00
parent c9aa06fd70
commit 9ebf16f1f6
2 changed files with 1 additions and 47 deletions

View File

@@ -9,7 +9,6 @@
}, },
"require":{ "require":{
"php": ">=5.4", "php": ">=5.4",
"ezyang/htmlpurifier": "dev-master",
"ircmaxell/password-compat": "dev-master", "ircmaxell/password-compat": "dev-master",
"propel/propel": "dev-master", "propel/propel": "dev-master",
"psr/log" : "1.0", "psr/log" : "1.0",

47
composer.lock generated
View File

@@ -3,52 +3,8 @@
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
], ],
"hash": "4add17e0d3f6275417122481707e9f52", "hash": "ba2f3e0943f00c7c3bf0c086bc611b0f",
"packages": [ "packages": [
{
"name": "ezyang/htmlpurifier",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "fac747bdbdba6aeaba4bed91ef49b2378c1798e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/fac747bdbdba6aeaba4bed91ef49b2378c1798e4",
"reference": "fac747bdbdba6aeaba4bed91ef49b2378c1798e4",
"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": "2013-08-18 02:27:26"
},
{ {
"name": "imagine/imagine", "name": "imagine/imagine",
"version": "dev-master", "version": "dev-master",
@@ -2084,7 +2040,6 @@
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"ezyang/htmlpurifier": 20,
"ircmaxell/password-compat": 20, "ircmaxell/password-compat": 20,
"propel/propel": 20, "propel/propel": 20,
"kriswallsmith/assetic": 20, "kriswallsmith/assetic": 20,