forked from ianychoi/openstack-org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
64 lines (63 loc) · 1.95 KB
/
composer.json
File metadata and controls
64 lines (63 loc) · 1.95 KB
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
58
59
60
61
62
63
64
{
"name": "silverstripe/installer",
"description": "The SilverStripe Framework Installer",
"repositories": [
{
"type": "vcs",
"url": "git://github.com/unclecheese/silverstripe-fluent"
}
],
"require": {
"php": ">=5.3.2",
"silverstripe/cms": "3.1.16",
"silverstripe/framework": "3.1.16",
"ezyang/htmlpurifier": "dev-master",
"undefinedoffset/sortablegridfield": "0.5.4",
"tractorcow/silverstripe-colorpicker": "3.0.*@dev",
"knplabs/github-api": "1.4.4",
"rackspace/php-opencloud": "1.12.2",
"nnnick/chartjs": "dev-master",
"openid/php-openid": "dev-master",
"silverstripe/geoip": "dev-master",
"sendgrid/sendgrid": "2.2.1",
"silverstripe-australia/gridfieldextensions": "1.0.3",
"unclecheese/display-logic": "1.2.1",
"unclecheese/zen-fields": "1.0.*",
"unclecheese/betterbuttons": "^1.3",
"silverstripe/tagfield": "dev-master",
"unclecheese/silverstripe-permamail": "dev-3.1-compat",
"unclecheese/bootstrap-forms": "1.1.*",
"unclecheese/dropzone": "dev-master",
"unclecheese/bootstrap-tagfield": "dev-master",
"guzzlehttp/guzzle": "5.3.0",
"silverstripe/gridfieldajaxrefresh":"dev-master",
"parse/php-sdk" : "1.1.*",
"fzaninotto/Faker": "^1.5",
"symfony/yaml": "~2.1|~3.0",
"phpoffice/phpexcel": "dev-master",
"tractorcow/silverstripe-fluent": "dev-patch/default-route",
"google/apiclient": "1.*"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable",
"behat/behat": "@stable",
"behat/mink": "@stable",
"behat/mink-extension": "@stable",
"behat/mink-goutte-driver": "@stable",
"behat/mink-selenium2-driver": "@stable"
},
"autoload": {
"classmap": [
"geoip/code",
"html2pdf_v4.03",
"summit/code/infrastructure/traits",
"openstack/code/utils/apis/traits",
"googlemaps/code/traits"
]
},
"config": {
"process-timeout": 600,
"bin-dir": "bin/"
},
"minimum-stability": "dev"
}