forked from pear/XML_HTMLSax3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 831 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "pear/xml_htmlsax3",
"type": "library",
"description": "A SAX parser for HTML and other badly formed XML documents. More info available on: https://pear.php.net/package/XML_HTMLSax3",
"version": "3.0.0",
"time": "2007-12-01 22:09:38",
"license": [
"PHP-3.01",
"LGPL-3.0-only"
],
"authors": [
{
"email": "[email protected]",
"name": "Alexander Zhukov"
},
{
"email": "[email protected]",
"name": "Harry Fuecks"
}
],
"support": {
"issues": "https://github.com/pear/XML_HTMLSax3/issues",
"source": "https://github.com/pear/XML_HTMLSax3"
},
"require": {
"php": ">=5.0.0"
},
"require-dev": {},
"suggest": {
"ext-pcre": "Optional"
},
"autoload": {
"psr-0": {
"XML": "./"
}
},
"include-path": [
"./"
]
}