mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 13:57:41 -05:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "anomaly/settings-module",
|
|
"type": "streams-addon",
|
|
"description": "System settings management for the Streams Platform.",
|
|
"keywords": [
|
|
"settings"
|
|
],
|
|
"homepage": "http://pyrocms.com/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "PyroCMS, Inc.",
|
|
"homepage": "http://pyrocms.com/",
|
|
"role": "Owner"
|
|
},
|
|
{
|
|
"name": "Ryan Thompson",
|
|
"homepage": "http://ryanthepyro.com/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"docs": "https://pyrocms.com/documentation/settings-module",
|
|
"forum": "https://pyrocms.com/forum/channels/settings-module",
|
|
"slack": "https://pyrocms.com/slack",
|
|
"issues": "https://github.com/pyrocms/pyrocms/issues?q=is:issue is:open [settings-module]",
|
|
"source": "https://github.com/anomalylabs/settings-module"
|
|
},
|
|
"require": {
|
|
"anomaly/streams-platform": "^1.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Anomaly\\SettingsModule\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/Support/_helpers.php"
|
|
]
|
|
}
|
|
}
|