forked from instaladores/scalr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 961 Bytes
/
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
{
"name" : "scalr/int-scalr",
"description" : "Scalr is open source cloud management platform",
"require" : {
"php" : "^5.6.13",
"ext-http" : "^2.5.3",
"ext-ssh2" : "^0.12",
"ext-yaml" : "^1.1.1",
"ext-zmq" : "^1.1.2",
"ext-mysqli" : "^0.1",
"ext-dom" : "*",
"ext-sockets" : "*",
"ext-pcntl" : "*",
"ext-posix" : "*",
"ext-sysvsem" : "*",
"ext-curl" : "*",
"ext-xml" : "*",
"ext-mcrypt" : "*",
"ext-hash" : "*",
"ext-openssl" : "*",
"google/apiclient" : "2.x-dev",
"onelogin/php-saml" : "2.6.1"
},
"scripts" : {
},
"keywords" : [ "aws", "ec2", "gce", "openstack", "cloudstack", "azure", "scalr" ],
"support" : {
"wiki" : "https://scalr-wiki.atlassian.net/"
},
"minimum-stability" : "stable",
"extra" : {
"branch-alias" : {
"dev-master" : "5.11.x-dev"
}
},
"autoload" : {
},
"license" : "Commercial",
"homepage" : "http://www.scalr.com/"
}