forked from ameos/ameos_mailredirect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (28 loc) · 745 Bytes
/
composer.json
File metadata and controls
29 lines (28 loc) · 745 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
{
"name": "ameos/ameos_mailredirect",
"description": "This extension redirect all mail send with TYPO3 API to a debug address for developpement period.",
"type": "typo3-cms-extension",
"homepage": "https://github.com/ameos/ameos_mailredirect",
"require": {
"typo3/cms-core": "^8.7 | ^9 | dev-master",
"php": ">=7.0.0"
},
"keywords": [
"TYPO3",
"CMS",
"Form"
],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Ameos Team",
"email": "typo3dev@ameos.com",
"homepage": "http://www.ameos.com/"
}
],
"autoload": {
"psr-4": {
"Ameos\\AmeosMailredirect\\": "Classes"
}
}
}