-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
41 lines (41 loc) · 928 Bytes
/
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
{
"name": "marcusschwemer/fal-recycler",
"type": "typo3-cms-extension",
"description": "Provides the FAL recycler for TYPO3 6.2.x",
"homepage": "https://github.com/mschwemer/fal_recyler",
"keywords": [
"TYPO3",
"extension",
"FAL",
"recycler"
],
"authors": [
{
"name": "Marcus Schwemer",
"role": "Developer",
"homepage": "http://www.typo3worx.eu"
},
{
"name": "Dominique Kreemers",
"role": "Developer",
"homepage": "http://www.in2code.de"
}
],
"license": "GPL-2.0+",
"support": {
"issues": "https://github.com/mschwemer/fal_recyler/issues"
},
"version": "1.1.6",
"require": {
"typo3/cms-core": ">=6.2.0,<6.3"
},
"replace": {
"fal_recycler": "self.version",
"typo3-ter/fal-recycler": "self.version"
},
"autoload": {
"psr-4": {
"Incode\\FalRecycler\\": "typo3conf/ext/fal_recycler/Classes/"
}
}
}