This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
43 lines (43 loc) · 1.56 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
42
43
{
"name": "cwp/cwp-recipe-kitchen-sink",
"type": "silverstripe-recipe",
"description": "Internal testing CWP recipe for all modules, optional and suggested",
"homepage": "https://www.cwp.govt.nz",
"license": "BSD-3-Clause",
"require": {
"php": ">=7.1",
"silverstripe/recipe-plugin": "^1",
"cwp/cwp-installer": "2.x-dev",
"cwp/agency-extensions": "2.x-dev",
"cwp/watea-theme": "3.x-dev",
"silverstripe/controllerpolicy": "2.x-dev",
"silverstripe/crontask": "2.x-dev",
"silverstripe/gridfieldqueuedexport": "2.x-dev",
"silverstripe/ldap": "1.x-dev",
"silverstripe/recipe-content-blocks": "2.x-dev",
"dnadesign/silverstripe-elemental-userforms": "3.x-dev",
"silverstripe/textextraction": "3.x-dev",
"silverstripe/realme": "4.x-dev",
"silverstripe/ckan-registry": "1.x-dev",
"silverstripe/webauthn-authenticator": "4.x-dev",
"silverstripe/security-extensions": "4.x-dev",
"silverstripe/login-forms": "4.x-dev",
"symbiote/silverstripe-multivaluefield": "5.x-dev",
"silverstripe/subsites": "2.x-dev"
},
"require-dev": {
"silverstripe/frameworktest": "4.x-dev",
"silverstripe/graphql-devtools": "1.x-dev",
"silverstripe/recipe-testing": "^1",
"mikey179/vfsstream": "^1.6",
"sminnee/phpunit-mock-objects": "^3.4.7"
},
"extra": {
"project-files": []
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
}