repo.or.cz
/
htmlpurifier
/
darkodev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Don't lower-case components of background.
[htmlpurifier/darkodev.git]
/
composer.json
blob
bc0160705f819c6619113e1ebb322588955b2fb4
1
{
2
"name": "ezyang/htmlpurifier",
3
"description": "Standards compliant HTML filter written in PHP",
4
"type": "library",
5
"keywords": [ "html"],
6
"homepage": "http://htmlpurifier.org/",
7
"license": "LGPL",
8
"authors": [
9
{
10
"name": "Edward Z. Yang",
11
"email": "admin@htmlpurifier.org",
12
"homepage": "http://ezyang.com"
13
}
14
],
15
"require": {
16
"php": ">=5.2"
17
}
18
}