forked from pear/HTML_Page2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 777 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 777 Bytes
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
{
"authors": [
{
"email": "klaus@capitalfocus.org",
"name": "Klaus Guenther",
"role": "Lead"
}
],
"autoload": {
"psr-0": {
"HTML": "./"
}
},
"description": "More info available on: http://pear.php.net/package/HTML_Page2",
"include-path": [
"./"
],
"license": "PHP License 3.0",
"name": "pear/html_page2",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTML_Page2",
"source": "https://github.com/pear/HTML_Page2"
},
"type": "library",
"require": {
"pear/pear_exception": "*",
"pear/html_common": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}