forked from pi-engine/pi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.2 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
{
"name": "pi/pi",
"description": "Pi is a multi-tenant application development engine for cloud ready SaaS platform with support for SSO/OAuth.",
"type": "project",
"keywords": [
"Pi",
"ZendFramework",
"MultiTenant",
"SaaS"
],
"homepage": "http://pialog.org",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Taiwen Jiang",
"email": "taiwen@me.com"
},
{
"name": "Pi Team",
"homepage": "https://github.com/pi-engine/pi/graphs/contributors"
}
],
"require": {
"php": ">=5.4.0",
"ext-ctype": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-json": "*",
"ext-pdo": "*",
"ext-spl": "*",
"lib-curl": "*"
},
"require-dev": {
},
"suggest": {
"ext-apc": "for opcode cache and system persistent data",
"ext-discount": "for Markdown text parsing",
"ext-intl": "for i18n features"
},
"extra": {
"branch-alias": {
"dev-master": "2.4-dev",
"dev-develop": "2.5-dev"
}
},
"minimum-stability": "dev"
}