forked from ssrini/scalr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 725 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 725 Bytes
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
{
"name": "scalr/scalr",
"description": "Scalr is open source cloud management platform",
"keywords": ["aws", "ec2", "gce", "openstack", "cloudstack", "azure", "scalr"],
"homepage": "http://www.scalr.com/",
"license": "Apache License Version 2.0",
"support": {
"wiki": "https://scalr-wiki.atlassian.net/"
},
"require": {
"php": "~5.6.13",
"google/apiclient" : "1.1.6",
"onelogin/php-saml": "2.6.1"
},
"require-dev": {
},
"minimum-stability" : "stable",
"scripts": {
},
"autoload": {
"files": ["app/src/prepend.inc.php"]
},
"extra": {
"branch-alias": {
"dev-master": "5.10.x-dev"
}
}
}