forked from benjaminkott/bootstrap_package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (46 loc) · 1.21 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
48
49
50
{
"name": "bk2k/bootstrap-package",
"type": "typo3-cms-extension",
"description": "Bootstrap Package delivers a full configured frontend theme for TYPO3, based on the Bootstrap CSS Framework.",
"keywords": ["TYPO3 CMS", "introduction", "sitepackage", "bootstrap", "responsive", "front-end", "web"],
"homepage": "https://github.com/benjaminkott/bootstrap_package",
"authors": [
{
"name": "Benjamin Kott",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://www.bk2k.info/"
}
],
"license": "MIT",
"support": {
"issues": "https://github.com/benjaminkott/bootstrap_package/issues"
},
"version": "6.2.14-dev",
"require": {
"typo3/cms-core": ">=6.2.13,<8.0"
},
"conflict": {
"themes": "*",
"typo3-ter/themes": "*",
"fluidpages": "*",
"typo3-ter/fluidpages": "*",
"dyncss": "*",
"typo3-ter/dyncss": "*"
},
"autoload": {
"psr-4": {
"BK2K\\BootstrapPackage\\": "Classes"
},
"files": ["Contrib/less.php/Autoloader.php"]
},
"replace": {
"bootstrap_package": "self.version",
"typo3-ter/bootstrap-package": "self.version"
},
"extra": {
"branch-alias": {
"dev-master": "6.2.x-dev"
}
}
}