-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 991 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 991 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
{
"name": "a3b/social2news",
"type": "typo3-cms-extension",
"description": "Import posts from Instagram, Facebook and YouTube as EXT:news records.",
"license": "GPL-2.0-or-later",
"keywords": ["typo3", "typo3-cms-extension", "news", "instagram", "facebook", "youtube", "social-media", "import"],
"homepage": "https://github.com/noidee-dev/social2news",
"support": {
"issues": "https://github.com/noidee-dev/social2news/issues",
"source": "https://github.com/noidee-dev/social2news"
},
"require": {
"php": ">=8.2",
"ext-json": "*",
"georgringer/news": "^12.3",
"svenpetersen/instagram": "^4.0",
"symfony/console": ">=7.0",
"typo3/cms-core": "^13.4",
"typo3/cms-extbase": "^13.4"
},
"autoload": {
"psr-4": {
"A3B\\Social2News\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "social2news"
}
}
}