legacy-collections/composer.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2020-07-31 11:35:08 +02:00
{
"name": "friendsoftypo3/legacy-collections",
"type": "typo3-cms-extension",
"description": "Legacy Collection PHP APIs for sys_collection database tables.",
"homepage": "https://extensions.typo3.org/extension/legacy_collections",
"support": {
"issues": "https://github.com/FriendsOfTYPO3/legacy-collections/issues",
"source": "https://github.com/FriendsOfTYPO3/legacy-collections",
"docs": "https://docs.typo3.org/p/friendsoftypo3/legacy-collections/main/en-us/"
},
2020-07-31 11:35:08 +02:00
"license": ["GPL-2.0+"],
"require": {
"php": "8.1.*",
"typo3/cms-core": "^12.4",
"typo3/cms-frontend": "^12.4"
2020-07-31 11:35:08 +02:00
},
"require-dev": {
"typo3/testing-framework": "^8.0"
2020-07-31 11:35:08 +02:00
},
"extra": {
"typo3/cms": {
"extension-key": "legacy_collections",
"app-dir": ".Build",
"web-dir": ".Build/Web"
2020-07-31 11:35:08 +02:00
}
},
"autoload": {
"psr-4": {
"FriendsOfTYPO3\\LegacyCollections\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"FriendsOfTYPO3\\LegacyCollections\\Tests\\": "Tests/",
"TYPO3\\CMS\\Backend\\Tests\\": "vendor/typo3/cms-backend/Tests/"
}
},
"config": {
"preferred-install": {
"typo3/cms-backend": "source"
},
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
2020-07-31 11:35:08 +02:00
}
}
}