-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 726 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 726 Bytes
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
{
"name": "fab/media-upload",
"type": "typo3-cms-extension",
"description": "Fluid widget for mass uploading files on the Frontend using HTML5 techniques powered by Fine Uploader - http://fineuploader.com/",
"homepage": "https://github.com/fabarea/media_upload",
"license": [
"GPL-2.0+"
],
"keywords": [
"TYPO3 CMS",
"file upload",
"media"
],
"support": {
"issues": "https://github.com/fabarea/media_upload/issues"
},
"autoload": {
"psr-4": {
"Fab\\MediaUpload\\": "Classes/"
}
},
"require": {
"typo3/cms-core": "^12"
},
"replace": {
"fab/media_upload": "self.version",
"typo3-ter/media_upload": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "media_upload"
}
}
}