-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
executable file
·41 lines (41 loc) · 1.47 KB
/
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
41
{
"name": "plato-creative/plato-silverstripe-installer",
"description": "Custom built SilverStripe installer with Foundation",
"type": "silverstripe-module",
"homepage": "https://github.com/PlatoCreative/plato-silverstripe-installer",
"keywords": ["silverstripe", "installer", "plato creative"],
"authors": [
{
"name": "Plato Creative",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3",
"silverstripe/cms": "3.6.*",
"silverstripe/framework": "3.6.*",
"silverstripe/googlesitemaps": "1.*",
"silverstripe/userforms": "^4.2",
"silverstripe-australia/gridfieldextensions": "1.3.0",
"plato-creative/plato-welcome": "3.2.*",
"plato-creative/plato-userforms-extensions": "dev-master",
"plato-creative/silverstripe-typekit" : "dev-master",
"plato-creative/plato-external-login" : "3.4.*",
"kinglozzer/metatitle": "1.0.*",
"unclecheese/betterbuttons": "1.3.*",
"tractorcow/silverstripe-robots": "*@dev",
"jonom/focuspoint": "2.*",
"sheadawson/silverstripe-linkable": "1.*",
"bummzack/sortablefile" : "1.*",
"markguinn/silverstripe-email-helpers": "1.2.*",
"plato-creative/silverstripe-styleguide": "1.*",
"undefinedoffset/silverstripe-nocaptcha": "0.2.*",
"tractorcow/silverstripe-dynamiccache": "4.1.*",
"ryanpotter/silverstripe-cms-theme": "^1.0"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
},
"prefer-stable": true,
"minimum-stability": "dev"
}