2012-11-03 01:03:18 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe/subsites",
|
|
|
|
"description": "Run multiple sites from a single SilverStripe install.",
|
2016-08-31 01:09:47 +02:00
|
|
|
"license": "BSD-3-Clause",
|
2012-11-03 01:03:18 +01:00
|
|
|
"type": "silverstripe-module",
|
|
|
|
"keywords": ["silverstripe", "subsites", "multisite"],
|
|
|
|
"authors": [
|
2014-08-26 01:37:16 +02:00
|
|
|
{
|
|
|
|
"name": "Sam Minnee",
|
|
|
|
"email": "sam@silverstripe.com"
|
|
|
|
}
|
2012-11-03 01:03:18 +01:00
|
|
|
],
|
2017-08-02 04:55:15 +02:00
|
|
|
"require": {
|
2014-08-26 01:37:16 +02:00
|
|
|
"silverstripe/framework": "~3.2",
|
|
|
|
"silverstripe/cms": "~3.2"
|
|
|
|
},
|
2015-02-23 21:34:34 +01:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
2017-08-02 04:55:15 +02:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"1.x-dev": "1.4.x-dev"
|
|
|
|
}
|
2012-11-03 01:03:18 +01:00
|
|
|
}
|
|
|
|
}
|