-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.08 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
{
"name": "netztechniker/nt-fix-filecollections",
"description": "Allow actually using FileCollections in your models",
"keywords": ["fix", "filecollection"],
"homepage": "https://github.com/tantegerda1/nt_fix_filecollections",
"license": "GPL-3.0+",
"authors": [
{
"name": "Ludwig Rafelsberger",
"role": "Developer"
}
],
"require": {
"netresearch/composer-patches-plugin": "~1.0",
"php": ">= 5.5.0, <= 5.6.99",
"typo3/cms": ">= 6.2.15"
},
"type": "typo3-cms-extension",
"extra": {
"patches": {
"typo3/cms": {
"6.2.15": [
{
"url": "http://raw.githubusercontent.com/tantegerda1/nt_fix_filecollections/master/patches/typo3-cms-6.2.15.patch"
}
]
}
}
},
"autoload": {
"psr-4": { "Netztechniker\\NtFixFilecollections\\": "Classes/" }
},
"support": {
"issues": "https://github.com/tantegerda1/nt_fix_filecollections/issues"
}
}