-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
109 lines (109 loc) · 3.09 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "lerni/ootstra",
"type": "silverstripe-recipe",
"description": "kraftausdruck.ch Silverstripe CMS recipe",
"license": "BSD-3-Clause",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/lerni/silverstripe-embedfield"
}
],
"require": {
"php": ">=7.1 <=8.4",
"silverstripe/recipe-plugin": "^2",
"silverstripe/recipe-core": "^5",
"silverstripe/cms": "^5",
"silverstripe/asset-admin": "^2",
"bigfork/htmleditorsrcset": "^2",
"bigfork/silverstripe-fail-whale": "^2",
"firebrandhq/silverstripe-phonelink": "^3",
"kinglozzer/metatitle": "^3",
"symbiote/silverstripe-gridfieldextensions": "^4",
"wilr/silverstripe-googlesitemaps": "^3",
"jonom/silverstripe-betternavigator": "^6",
"jonom/focuspoint": "^5",
"silverstripe/userforms": "^6",
"silverstripe/blog": "^4",
"axllent/silverstripe-email-obfuscator": "^2",
"jonom/silverstripe-text-target-length": "^2",
"lerni/silverstripe-googleanalytics": "4.x-dev as 4.0",
"tractorcow/silverstripe-robots": "^4",
"jonom/silverstripe-share-care": "^4",
"dorsetdigital/silverstripe-canonical": "^2",
"silverstripe/sharedraftcontent": "^3",
"dnadesign/silverstripe-elemental": "^5",
"dnadesign/silverstripe-elemental-userforms": "^4",
"dnadesign/silverstripe-elemental-virtual": "^2",
"bummzack/sortablefile": "^2",
"silverstripe/redirectedurls": "^3",
"undefinedoffset/silverstripe-nocaptcha": "^2",
"lerni/silverstripe-webmanifest": "dev-master",
"spatie/schema-org": "^3",
"heyday/silverstripe-colorpalette": "^2",
"innoweb/silverstripe-googlemapfield": "^2",
"giggsey/libphonenumber-for-php": "^8",
"jeroendesloovere/vcard": "^1",
"silverstripe/selectupload": "^2",
"endroid/qr-code": "^4",
"lerni/klaro-cookie-consent": "v2.x-dev",
"league/commonmark": "^2",
"eluceo/ical": "^2",
"jonom/silverstripe-someconfig": "^1",
"nathancox/embedfield": "dev-attrquerystring",
"lerni/folderindex": "^0",
"simple-icons/simple-icons": "^11",
"silverstripe/linkfield": "^4"
},
"require-dev": {
"deployer/deployer": "^7",
"dnadesign/silverstripe-populate": "^3",
"lekoala/silverstripe-debugbar": "^3.0@dev",
"pstaender/ssshell": "^0",
"phpunit/phpunit": "^9.6"
},
"extra": {
"expose": [
"app/css",
"app/fonts",
"app/thirdparty",
"themes/default/dist",
"themes/default/thirdparty",
"vendor/simple-icons/simple-icons/icons",
"vendor/simple-icons/simple-icons/_data"
],
"project-files-installed": [
".htaccess",
"app/.htaccess",
"app/_config.php",
"app/_config/database.yml",
"app/_config/mimevalidator.yml",
"app/_config/mysite.yml",
"app/src/Page.php",
"app/src/PageController.php"
],
"public-files-installed": [
".htaccess",
"index.php",
"install-frameworkmissing.html",
"install.php",
"web.config"
],
"resources-dir": "_resources"
},
"autoload": {
"psr-4": {
"App\\": "app/src"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"silverstripe/vendor-plugin": true,
"silverstripe/recipe-plugin": true,
"php-http/discovery": true
}
}
}