-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
139 lines (139 loc) · 5.97 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "VENDOR/PROJEKTNAME",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-themes-bootstrap"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-localegeoip"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-dependentdropdownfield"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-email_verified_member"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-bootstrap_social_connect"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-bootstrap-tagfield"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-bootstrap_navbar_languageform"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-bootstrap_navbar_loginform"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-geoip"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-gridfieldextensions"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-mobile_detector"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-session_extender"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-smtpmailer"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-gua-cookie-policy"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-shariff"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-minify"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-bootstrap_backtotop_button"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-benchmark"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-bootstrap_orderable_frontend"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-googlesitemaps"
},
{
"type": "vcs",
"url": "https://github.com/andrelohmann/silverstripe-translatable-dataobject"
}
],
"require": {
"php": ">=5.4",
"composer/installers": "*",
"php-ffmpeg/php-ffmpeg": "0.6.0",
"silverstripe/framework": "3.3.1",
"unclecheese/betterbuttons":"1.2.8",
"andrelohmann-silverstripe/framework-errorpage-patch": "3.3.1",
"andrelohmann-silverstripe/cache-backends": "1.*",
"andrelohmann-silverstripe/extended-file": "1.*",
"andrelohmann-silverstripe/extended-image": "1.*",
"andrelohmann-silverstripe/extended-date": "1.*",
"andrelohmann-silverstripe-themes/bootstrap": "4.*",
"andrelohmann-silverstripe/smtpmailer": "2.*",
"andrelohmann-silverstripe/geoip": "2.*",
"andrelohmann-silverstripe/localegeoip": "2.*",
"andrelohmann-silverstripe/geolocation": "1.*",
"andrelohmann-silverstripe/geoform": "2.*",
"andrelohmann-silverstripe/dependentdropdownfield": "2.*",
"andrelohmann-silverstripe/email_verified_member": "2.*",
"andrelohmann-silverstripe/bootstrap_social_connect": "2.*",
"andrelohmann-silverstripe/bootstrap_extra_fields": "2.*",
"andrelohmann-silverstripe/bootstrap-tagfield": "1.*",
"andrelohmann-silverstripe/bootstrap_navbar_languageform": "2.*",
"andrelohmann-silverstripe/bootstrap_navbar_loginform": "2.*",
"andrelohmann-silverstripe/gridfieldextensions": "2.*",
"andrelohmann-silverstripe/legacyfields": "2.*",
"andrelohmann-silverstripe/mobile_detector": "2.*",
"andrelohmann-silverstripe/session_extender": "2.*",
"andrelohmann-silverstripe/gua-cookie-policy": "1.*",
"andrelohmann-silverstripe/shariff": "1.*",
"andrelohmann-silverstripe/minify": "1.*",
"andrelohmann-silverstripe/bootstrap_backtotop_button": "1.*",
"andrelohmann-silverstripe/mediafiles": "1.*",
"andrelohmann-silverstripe/vimeo_video": "2.*",
"andrelohmann-silverstripe/benchmark": "1.*",
"andrelohmann-silverstripe/bootstrap_orderable_frontend": "1.*",
"andrelohmann-silverstripe/googlesitemaps": "2.*",
"andrelohmann-silverstripe/translatable-dataobject": "1.*"
},
"scripts": {
"post-install-cmd": [
"cp -r vendor/andrelohmann-silverstripe/framework-fixes/* framework/",
"cp -r vendor/andrelohmann-silverstripe/cache-backends/* framework/"
],
"post-update-cmd": [
"cp -r vendor/andrelohmann-silverstripe/framework-fixes/* framework/",
"cp -r vendor/andrelohmann-silverstripe/cache-backends/* framework/"
]
},
"minimum-stability": "stable"
}