forked from FriendsOfTYPO3/typo3db_legacy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
31 lines (30 loc) · 779 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
{
"name": "friendsoftypo3/typo3db-legacy",
"type": "typo3-cms-extension",
"description": "TYPO3_DB compatibility layer",
"homepage": "https://extensions.typo3.org/extension/typo3db_legacy",
"support": {
"docs": "https://docs.typo3.org/p/friendsoftypo3/typo3db-legacy/main/en-us/",
"issues": "https://github.com/FriendsOfTYPO3/typo3db_legacy/issues",
"source": "https://github.com/FriendsOfTYPO3/typo3db_legacy"
},
"license": ["GPL-2.0+"],
"require": {
"typo3/cms-core": "^9.4 || ^10.0 || ^11.0"
},
"extra": {
"typo3/class-alias-loader": {
"class-alias-maps": [
"Migrations/Code/ClassAliasMap.php"
]
},
"typo3/cms": {
"extension-key": "typo3db_legacy"
}
},
"autoload": {
"psr-4": {
"TYPO3\\CMS\\Typo3DbLegacy\\": "Classes/"
}
}
}