forked from flack/openpsa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
57 lines (57 loc) · 1.6 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
53
54
55
56
57
{
"name": "openpsa/midcom",
"type": "library",
"description": "Content-oriented Model-View-Controller library for PHP and the Midgard Content Repository",
"keywords": ["mvc", "midgard", "framework"],
"homepage": "http://midgard-project.org/midcom/",
"license": "LGPL",
"authors": [
{
"name": "Andreas Flack",
"email": "flack@contentcontrol-berlin.de",
"homepage": "http://www.contentcontrol-berlin.de/"
},
{
"name": "Henri Bergius",
"email": "henri.bergius@iki.fi",
"homepage": "http://bergie.iki.fi/"
}
],
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net"
},
{
"type": "pear",
"url": "htmlpurifier.org"
}
],
"require": {
"php": ">=5.3.0",
"pear-pear/XML_RPC": "*",
"pear-pear/HTTP_Request2": "*",
"pear-pear/Console_GetArgs": "*",
"pear-pear/Contact_Vcard_Parse": "*",
"pear-pear/Mail": "*",
"pear-pear/Mail_mime": "*",
"pear-pear/Net_SMTP": "*",
"pear-pear/Auth_SASL": "*",
"pear-pear/HTML_QuickForm": "*",
"pear-hp/HTMLPurifier": "*",
"pear-pear/Text_CAPTCHA": "*",
"pear-pear/Text_Diff": "*",
"midgard/midgardmvc-helper-urlize": "@dev"
},
"suggest": {
"ext-midgard2": ">=10.05.5"
},
"provide": {
"midgard/midcom": "*",
"openpsa/openpsa": "*"
},
"autoload": {
"classmap": ["lib"],
"psr-0": { "openpsa": "src/" }
}
}