forked from CVO-Technologies/croogo-bootstrap-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (50 loc) · 1.48 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": "cvo-technologies/croogo-bootstrap",
"description": "CVO-Technologies Bootstrap theme",
"type": "croogo-theme",
"license": "MIT",
"authors": [
{
"name": "Marlin Cremers",
"email": "[email protected]",
"homepage": "http://marlinc.nl",
"role": "Developer"
},
{
"name": "Laszlo Van Oudenhove",
"email": "[email protected]",
"role": "Designer"
},
{
"name": "Steven van Oosten",
"email": "[email protected]",
"role": "Original developer"
}
],
"support": {
"issues": "https://github.com/CVO-Technologies/croogo-bootstrap/issues",
"irc": "irc://irc.freenode.org/cvo-technologies",
"source": "https://github.com/CVO-Technologies/croogo-bootstrap"
},
"require": {
"croogo/croogo": "^3.0",
"friendsofcake/bootstrap-ui": "^0.6"
},
"require-dev": {
"phpunit/phpunit": "^5.5",
"cakephp/cakephp-codesniffer": "^2.1"
},
"autoload": {
"psr-4": {
"CvoTechnologies\\CroogoBootstrapTheme\\": "src"
}
},
"scripts": {
"post-autoload-dump": [
"Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump",
"Croogo\\Install\\ComposerInstaller::postAutoloadDump"
]
},
"prefer-stable": true,
"minimum-stability": "dev"
}