openclassify/vendor/anomaly/helper-plugin/composer.json
Mostafa Moradi cd80f0352b initial
2022-03-09 12:57:37 +03:00

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/"
}
}
}