Skip to content

Commit 34259ae

Browse files
committed
Working on update to zf3 : update composer file
1 parent 524e6c3 commit 34259ae

File tree

1 file changed

+56
-55
lines changed

1 file changed

+56
-55
lines changed

composer.json

Lines changed: 56 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,58 @@
11
{
2-
"name": "pi/pi",
3-
"description": "Pi is a multi-tenant application development engine for cloud ready SaaS platform with support for SSO/OAuth.",
4-
"license": "BSD-3-Clause",
5-
"keywords": [
6-
"Pi",
7-
"ZendFramework",
8-
"MultiTenant",
9-
"SaaS"
10-
],
11-
"homepage": "http://piengine.org",
12-
"authors": [
13-
{
14-
"name": "Taiwen Jiang",
15-
"email": "[email protected]"
16-
},
17-
{
18-
"name": "Pi Team",
19-
"homepage": "https://github.com/pi-engine/pi/graphs/contributors"
20-
}
21-
],
22-
"config": {
23-
"vendor-dir": "lib/vendor"
2+
"name": "pi/pi",
3+
"description": "Pi is a multi-tenant application development engine for cloud ready SaaS platform with support for SSO/OAuth.",
4+
"license": "BSD-3-Clause",
5+
"keywords": [
6+
"Pi",
7+
"ZendFramework",
8+
"MultiTenant",
9+
"SaaS"
10+
],
11+
"homepage": "http://piengine.org",
12+
"authors": [
13+
{
14+
"name": "Taiwen Jiang",
15+
"email": "[email protected]"
2416
},
25-
"require": {
26-
"php": ">=7.0.0",
27-
"ext-ctype": "*",
28-
"ext-fileinfo": "*",
29-
"ext-gd": "*",
30-
"ext-mbstring": "*",
31-
"ext-json": "*",
32-
"ext-pdo": "*",
33-
"ext-spl": "*",
34-
"lib-curl": "*",
35-
"zendframework/zendframework": "V2.5.2",
36-
"hybridauth/hybridauth": "v3.0.0-rc.9",
37-
"geoip2/geoip2": "^2.9",
38-
"phpseclib/phpseclib": "^2.0",
39-
"phayes/geophp": "^1.2",
40-
"tecnickcom/tcpdf": "^6.2",
41-
"triagens/arangodb": "^3.4",
42-
"imagine/imagine": "^1.2",
43-
"spipu/html2pdf": "^5.2",
44-
"matthiasmullie/minify": "^1.3",
45-
"ircmaxell/random-lib": "^1.2",
46-
"ircmaxell/security-lib": "^1.1",
47-
"emcconville/google-map-polyline-encoding-tool": "^1.3"
48-
},
49-
"require-dev": {
50-
},
51-
"suggest": {
52-
"ext-apc": "for opcode cache and system persistent data",
53-
"ext-discount": "for Markdown text parsing",
54-
"ext-intl": "for i18n features"
55-
},
56-
"minimum-stability": "dev"
57-
}
17+
{
18+
"name": "Pi Team",
19+
"homepage": "https://github.com/pi-engine/pi/graphs/contributors"
20+
}
21+
],
22+
"config": {
23+
"vendor-dir": "lib/vendor"
24+
},
25+
"require": {
26+
"php": ">=7.0.0",
27+
"ext-ctype": "*",
28+
"ext-fileinfo": "*",
29+
"ext-gd": "*",
30+
"ext-mbstring": "*",
31+
"ext-json": "*",
32+
"ext-pdo": "*",
33+
"ext-spl": "*",
34+
"lib-curl": "*",
35+
"zendframework/zendframework": "^2.5.3",
36+
"hybridauth/hybridauth": "v3.0.0-rc.9",
37+
"geoip2/geoip2": "^2.9",
38+
"phpseclib/phpseclib": "^2.0",
39+
"phayes/geophp": "^1.2",
40+
"tecnickcom/tcpdf": "^6.2",
41+
"triagens/arangodb": "^3.4",
42+
"imagine/imagine": "^1.2",
43+
"spipu/html2pdf": "^5.2",
44+
"matthiasmullie/minify": "^1.3",
45+
"ircmaxell/random-lib": "^1.2",
46+
"ircmaxell/security-lib": "^1.1",
47+
"emcconville/google-map-polyline-encoding-tool": "^1.3",
48+
"los/losrecaptcha": "^2.1.1"
49+
},
50+
"require-dev": {
51+
},
52+
"suggest": {
53+
"ext-apc": "for opcode cache and system persistent data",
54+
"ext-discount": "for Markdown text parsing",
55+
"ext-intl": "for i18n features"
56+
},
57+
"minimum-stability": "dev"
58+
}

0 commit comments

Comments
 (0)