-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 881 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 881 Bytes
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
{
"description": "A Skeleton for a Sculpin Based Blog",
"type": "sculpin-skeleton",
"require": {
"guzzlehttp/guzzle": "~5.0",
"components/jquery": "^v3.7.1",
"sculpin/sculpin": "^3.2.0",
"components/bootstrap": "^4.6.2",
"components/highlightjs": "~7.3.0",
"sculpin/sculpin-theme-composer-plugin": "1.0.*@DEV",
"zendframework/zend-escaper": "2.*"
},
"require-dev": {
"phpunit/phpunit": "^12.1.1"
},
"config": {
"component-dir": "source/components",
"allow-plugins": {
"sculpin/sculpin-theme-composer-plugin": true,
"robloach/component-installer": true
}
},
"autoload": {
"psr-0": {
"GithubBundle\\": "src",
"JoindInBundle\\": "src"
},
"classmap": [
"app"
]
}
}