mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-24 15:50:42 -05:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "anomaly/helper-plugin",
|
|
"type": "streams-addon",
|
|
"description": "A plugin that provides numerous helpful PHP functions.",
|
|
"keywords": [
|
|
"streams plugin",
|
|
"streams addon",
|
|
"plugin"
|
|
],
|
|
"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/helper-plugin",
|
|
"forum": "https://pyrocms.com/forum/channels/helper-plugin",
|
|
"slack": "https://pyrocms.com/slack",
|
|
"issues": "https://github.com/pyrocms/pyrocms/issues?q=is:issue is:open [helper-plugin]",
|
|
"source": "https://github.com/anomalylabs/helper-plugin"
|
|
},
|
|
"require": {
|
|
"anomaly/streams-platform": "^1.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Anomaly\\HelperPlugin\\": "src/"
|
|
}
|
|
}
|
|
}
|