This repository has been archived by the owner on May 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
60 lines (60 loc) · 1.94 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "guysartorelli/stripecon-preview-beyond-docs",
"description": "Demonstration of various use-cases for the Silverstripe CMS preview panel",
"repositories": [
{
"type": "vcs",
"url": "[email protected]:GuySartorelli/silverstripe-gridfield-preview.git"
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1.2",
"silverstripe-themes/simple": "^3.2.0",
"silverstripe/login-forms": "^4.7.0",
"dnadesign/silverstripe-elemental": "^4.9",
"dnadesign/silverstripe-elemental-userforms": "^3.2",
"mikehaertl/phpwkhtmltopdf": "^2.5",
"guysartorelli/silverstripe-gridfield-preview": "^0.1",
"silverstripe/framework": "^4.11.0",
"silverstripe/admin": "^1.11.0",
"silverstripe/cms": "^4.11.0",
"silverstripe/asset-admin": "^1.11.0",
"silverstripe/errorpage": "^1.11.0",
"silverstripe/versioned": "^1.11.0",
"silverstripe/assets": "^1.11.0",
"silverstripe/config": "^1.4.0",
"silverstripe/mimevalidator": "^2.4.0"
},
"require-dev": {
"dnadesign/silverstripe-populate": "^2.1"
},
"extra": {
"resources-dir": "_resources",
"project-files-installed": [
"app/.htaccess",
"app/_config.php",
"app/_config/mimevalidator.yml",
"app/_config/mysite.yml",
"app/src/Page.php",
"app/src/PageController.php"
],
"public-files-installed": [
".htaccess",
"index.php",
"web.config"
],
"expose": [
"app/src/BeyondDocs/Pdf/javascript"
]
},
"config": {
"process-timeout": 600,
"allow-plugins": {
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
}
},
"prefer-stable": true
}