-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.08 KB
/
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
{
"name": "fluidtypo3/fluidtypo3org",
"description": "Site provider extension for FluidTYPO3",
"type": "typo3-cms-extension",
"homepage": "https://fluidtypo3.org",
"license": "GPL-2.0+",
"autoload": {
"psr-4": {
"FluidTYPO3\\Fluidtypo3org\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"FluidTYPO3\\Fluidtypo3org\\Tests\\": "Tests/"
}
},
"require": {
"php": "^7.1.0 || ^8",
"fluidtypo3/flux": "^9.4 || dev-development",
"fluidtypo3/vhs": "^6 || dev-development",
"typo3/cms-core": "^8.7 || ^9 || ^10 || ^11 || dev-master",
"typo3/cms-fluid": "^8.7 || ^9 || ^10 || ^11 || dev-master",
"typo3/cms-backend": "^8.7 || ^9 || ^10 || ^11 || dev-master",
"typo3/cms-frontend": "^8.7 || ^9 || ^10 || ^11 || dev-master",
"typo3/cms-recordlist": "^8.7 || ^9 || ^10 || ^11 || dev-master"
},
"extra": {
"typo3/cms": {
"extension-key": "fluidtypo3org"
}
},
"non-feature-branches": ["development", "staging"]
}