-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 843 Bytes
/
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
{
"name": "christopherbolt/silverstripe-contentmodules",
"type": "silverstripe-vendormodule",
"description": "A framework for flexible content modules.",
"homepage": "https://github.com/christopherbolt/silverstripe-contentmodules",
"authors": [
{
"name": "Chris Bolt",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6",
"silverstripe/cms": "^4.0",
"silverstripe/framework": "^4.0",
"symbiote/silverstripe-gridfieldextensions": "^3",
"christopherbolt/silverstripe-publishwithme": "^2"
},
"extra": {
"installer-name": "contentmodules",
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"ChristopherBolt\\ContentModules\\": "src/"
}
}
}