mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
29 lines
728 B
JSON
29 lines
728 B
JSON
{
|
|
"name": "a2nt/cms-niceties",
|
|
"description": "Some useful CMS updates",
|
|
"type": "silverstripe-vendormodule",
|
|
"keywords": [
|
|
"silverstripe",
|
|
"elemental"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [{
|
|
"name": "Tony Air",
|
|
"email": "tony@twma.pro"
|
|
}],
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"silverstripe/cms": "^4",
|
|
"a2nt/silverstripe-elemental-basics": "*",
|
|
"silverstripe/widgets": "*",
|
|
"drmartingonzo/ss-tinymce-charcount": "*",
|
|
"gorriecoe/silverstripe-embed": "*",
|
|
"gorriecoe/silverstripe-linkfield": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"A2nt\\CMSNiceties\\": "src/"
|
|
}
|
|
}
|
|
}
|