2013-08-11 00:34:46 +02:00
|
|
|
{
|
2016-12-15 04:41:49 +01:00
|
|
|
"name": "silverstripe/blog",
|
|
|
|
"description": "A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.",
|
|
|
|
"keywords": [
|
|
|
|
"silverstripe",
|
|
|
|
"blog",
|
|
|
|
"news"
|
|
|
|
],
|
2018-01-29 04:07:07 +01:00
|
|
|
"type": "silverstripe-vendormodule",
|
2016-12-15 04:41:49 +01:00
|
|
|
"require": {
|
|
|
|
"silverstripe/cms": "^4.0",
|
|
|
|
"silverstripe/lumberjack": "^2.0",
|
2017-07-19 23:30:27 +02:00
|
|
|
"silverstripe/tagfield": "^2.0",
|
2018-04-06 00:29:02 +02:00
|
|
|
"silverstripe/assets": "^1.0",
|
|
|
|
"silverstripe/asset-admin": "^1.0"
|
2016-12-15 04:41:49 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-04-10 05:49:44 +02:00
|
|
|
"phpunit/phpunit": "^5.7",
|
2018-04-06 00:29:02 +02:00
|
|
|
"squizlabs/php_codesniffer": "^3.0"
|
2016-12-15 04:41:49 +01:00
|
|
|
},
|
|
|
|
"extra": {
|
2018-01-28 23:50:39 +01:00
|
|
|
"expose": [
|
2018-01-29 04:07:07 +01:00
|
|
|
"client/dist",
|
|
|
|
"client/images"
|
2018-01-28 23:50:39 +01:00
|
|
|
]
|
2016-12-15 04:41:49 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-01-26 09:28:42 +01:00
|
|
|
"SilverStripe\\Blog\\": "src/",
|
|
|
|
"SilverStripe\\Blog\\Tests\\": "tests/"
|
2016-12-15 04:41:49 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Strong",
|
|
|
|
"email": "github@michaelstrong.co.uk"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"suggest": {
|
|
|
|
"silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module.",
|
|
|
|
"silverstripe/comments": "This module adds comments to your blog."
|
|
|
|
},
|
2017-07-19 23:30:27 +02:00
|
|
|
"scripts": {
|
|
|
|
"lint": "vendor/bin/phpcs src/ tests/",
|
|
|
|
"lint-clean": "vendor/bin/phpcbf src/ tests/"
|
|
|
|
},
|
2016-12-15 04:41:49 +01:00
|
|
|
"replace": {
|
|
|
|
"micmania1/silverstripe-blog": "*"
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2013-08-11 00:34:46 +02:00
|
|
|
}
|