-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.17 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "faeb/storybook_bootstrap_package",
"type": "typo3-cms-extension",
"description": "Fäb StorybookBootstrapPackage (based on b13/bolt)",
"homepage": "https://github.com/b13/bolt",
"license": "GPL-2.0-or-later",
"version": "0.1.2",
"keywords": ["TYPO3 CMS", "Integrators", "Site Extension", "Site Package", "TypoScript", "Blog", "Videoprocessing"],
"require": {
"php": "^7.2 || ^8.0",
"typo3/cms-core": "^10.4 || ^11.0",
"b13/container": "^2.3",
"b13/container-example": "dev-master",
"buepro/typo3-container-elements": "dev-main"
},
"minimum-stability": "dev",
"extra": {
"typo3/cms": {
"extension-key": "storybook_bootstrap_package"
}
},
"autoload": {
"psr-4": {
"Faeb\\StorybookBootstrapPackage\\": "Classes"
}
},
"require-dev": {
"typo3/coding-standards": "^0.4.0",
"typo3/tailor": "^1.1",
"philip-hartmann/typo3fluid-api": "^0.2"
},
"suggest": {
"headless_bootstrap_package": "^2",
"GeorgRinger/news": "^11",
"typo3/cms-introduction": "^4"
},
"config": {
"sort-packages": true
},
"scripts": {
"php:cs": "@composer exec php-cs-fixer fix"
},
"replace": {
"cites": "self.version",
"typo3-ter/cites": "self.version"
}
}