forked from OpenStackweb/openstack-org
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
80 lines (79 loc) · 2.53 KB
/
Copy pathcomposer.json
File metadata and controls
80 lines (79 loc) · 2.53 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "silverstripe/installer",
"description": "The SilverStripe Framework Installer",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/smarcet/silverstripe-green"
}
],
"require": {
"php": ">=5.3.2",
"silverstripe/cms": "3.1.19",
"silverstripe/framework": "3.1.19",
"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": "2.3.0",
"silverstripe/geoip": "dev-master",
"sendgrid/sendgrid": "~5.5",
"silverstripe-australia/gridfieldextensions": "1.0.3",
"unclecheese/display-logic": "1.2.1",
"unclecheese/zen-fields": "1.0.*",
"unclecheese/betterbuttons": "^1.3",
"silverstripe/tagfield": "1.2.1",
"unclecheese/silverstripe-permamail": "dev-3.1-compat",
"unclecheese/bootstrap-forms": "1.1.11",
"unclecheese/dropzone": "1.3.0",
"unclecheese/bootstrap-tagfield": "dev-master",
"guzzlehttp/guzzle": "5.3.0",
"silverstripe/gridfieldajaxrefresh":"dev-master",
"parse/php-sdk" : "1.1.*",
"fzaninotto/Faker": "^1.5",
"phpoffice/phpexcel": "dev-master",
"google/apiclient": "1.*",
"tractorcow/silverstripe-opengraph": "3.1.*@dev",
"symfony/process": "^3.1",
"tractorcow/silverstripe-autocomplete": "^3.4",
"unclecheese/silverstripe-green": "*",
"eluceo/ical": "^0.10.1",
"mustangostang/spyc": "0.5.1",
"simplepie/simplepie": "1.4.2",
"symfony/yaml": "~2.1|~3.0",
"icanboogie/inflector": "^1.4",
"doctrine/common": "2.6.2",
"mobiledetect/mobiledetectlib": "^2.8",
"gettext/gettext": "^4.3",
"google/recaptcha": "^1.1@dev",
"peppeocchi/php-cron-scheduler": "dev-master"
},
"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/traits",
"openstack/code/utils/apis/traits",
"openstack/code/utils/apis",
"googlemaps/code/traits",
"summit/code/pages/summit_entities/traits",
"openstack/code/utils/DB/traits"
]
},
"config": {
"process-timeout": 600,
"bin-dir": "bin/"
},
"minimum-stability": "dev"
}