-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 917 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
{
"name": "zauberfisch/silverstripe-boilerplate",
"description": "Boilerplate template to quickly kick off a new SilverStripe project",
"require": {
"php": ">=5.4",
"silverstripe/cms": "^3.4",
"silverstripe/framework": "^3.4",
"silverstripe/googlesitemaps": "*",
"lrc/silverstripe-link-field": "*",
"zauberfisch/silverstripe-better-form-validator": "*",
"zauberfisch/silverstripe-better-requirements": "*",
"zauberfisch/silverstripe-better-image": "*",
"zauberfisch/silverstripe-better-i18n": "*",
"unclecheese/betterbuttons": "*",
"unclecheese/display-logic": "*",
"heyday/silverstripe-colorpalette": "*",
"silverstripe-australia/gridfieldextensions": "*",
"bummzack/sortablefile": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"axyr/silverstripe-ideannotator": "*",
"lekoala/silverstripe-debugbar": "dev-master"
},
"minimum-stability": "dev",
"prefer-stable": true
}