-
Notifications
You must be signed in to change notification settings - Fork 17
/
composer.json
52 lines (52 loc) · 1.28 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"authors": [
{
"email": "gregorycu@php.net",
"name": "Gregory Currie",
"role": "Lead"
},
{
"email": "pajoye@php.net",
"name": "Pierre-Alain Joye",
"role": "Lead"
},
{
"email": "dsp@php.net",
"name": "David Soria Parra",
"role": "Lead"
},
{
"email": "thorstenr@php.net",
"name": "Thorsten Rinne",
"role": "Developer"
},
{
"email": "ulf.wendel@phpdoc.de",
"name": "Ulf Wendel",
"role": "Developer"
}
],
"autoload": {
"psr-0": {
"HTML": "./"
}
},
"description": "More info available on: http://pear.php.net/package/HTML_Template_IT",
"include-path": [
"./"
],
"license": "BSD-3-Clause",
"name": "pear/html_template_it",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTML_Template_IT",
"source": "https://github.com/pear/HTML_Template_IT"
},
"type": "library",
"require": {
"php": ">=5.6",
"pear/pear-core-minimal": "^1.10.1"
},
"require-dev": {
"phpunit/phpunit": "^4"
}
}