-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
41 lines (41 loc) · 988 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": "lgescobar/cw-twitter",
"description": "Show tweets from user or search query on frontend.",
"keywords": [
"TYPO3 CMS",
"extension",
"Frontend",
"Plugin",
"Twitter",
"Feed"
],
"homepage": "https://github.com/lgescobar/cw_twitter",
"authors": [
{
"name": "Arjan de Pooter",
"email": "mail@arjandepooter.nl",
"role": "Maintainer"
},
{
"name": "Luis Antonio García Escobar",
"email": "louisantoniogarcia@gmail.com",
"role": "Developer"
}
],
"license": "GPL-3.0-or-later",
"type": "typo3-cms-extension",
"require": {
"php": "^7",
"typo3/cms-core": "^8.7 || ^9.5 || ^10.4"
},
"autoload": {
"psr-4": {
"CW\\CwTwitter\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "cw_twitter"
}
}
}