-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (41 loc) · 1.1 KB
/
composer.json
File metadata and controls
44 lines (41 loc) · 1.1 KB
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
{
"name": "demental/m",
"type": "library",
"require": {
"itbz/fpdi": "*",
"dompdf/dompdf": "*",
"phpmailer/phpmailer": "*",
"zendframework/zend-xmlrpc": "*",
"pear-pear.php.net/db": "*",
"pear-pear.php.net/db_dataobject_formbuilder": "*",
"pear-pear.php.net/MDB2": "*",
"pear-pear.php.net/MDB2_Driver_mysql": "*",
"pear-pear.php.net/Date": "*",
"pear-pear.php.net/Image_Transform": "*",
"pear-pear.php.net/Image_Canvas": "*",
"pear-pear.php.net/Crypt_Blowfish": "*",
"pear-pear.php.net/Text_Password": "*",
"pear-pear.php.net/Cache_Lite": "*",
"pear-pear.php.net/Pager": "*",
"pear-pear.php.net/Validate": "*",
"pear-pear.php.net/HTML_QuickForm_ElementGrid": "*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pear/DB_DataObject_FormBuilder"
},
{
"type": "vcs",
"url": "https://github.com/pear/DB_DataObject"
},
{
"type": "pear",
"url": "http://pear.php.net"
}
],
"autoload": {
"classmap": [""],
"files": ["Mtpl/functions.php", "Office/functions.php"]
}
}