forked from georgringer/news_importicsxml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 801 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": "juergen-venne/news-importicsxml",
"keywords": [
"TYPO3",
"extension",
"news",
"import",
"ics",
"xml"
],
"authors": [
{
"name": "Jürgen Venne",
"role": "Developer"
}
],
"type": "typo3-cms-extension",
"description": "Versatile news import from ICS + XML (local files or remote URLs) including images and category mapping",
"homepage": "http://ringer.it",
"license": [
"GPL-2.0+"
],
"require": {
"georgringer/news": "^6.0",
"typo3/cms-core": "^7.6.13 || >=8.5.0 <9"
},
"autoload": {
"psr-4": {
"GeorgRinger\\NewsImporticsxml\\": "Classes"
}
},
"autoload-dev": {
"psr-4": {
"GeorgRinger\\NewsImporticsxml\\Tests\\": "Tests"
}
},
"replace": {
"news_importicsxml": "self.version",
"typo3-ter/news-importicsxml": "self.version"
}
}