openclassify/vendor/anomaly/posts-module/composer.json
Mostafa Moradi 59dbba58fb readme
2022-04-08 12:26:15 +03:00

40 lines
1.1 KiB
JSON

{
"name": "anomaly/posts-module",
"type": "streams-addon",
"description": "A versatile articles and posts manager.",
"keywords": [
"streams",
"module",
"posts"
],
"homepage": "http://pyrocms.com/addons/anomaly/posts-module",
"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/posts-module",
"forum": "https://pyrocms.com/forum/channels/posts-module",
"slack": "https://pyrocms.com/slack",
"issues": "https://github.com/pyrocms/pyrocms/issues?q=is:issue+is:open+[posts-module]",
"source": "https://github.com/anomalylabs/posts-module"
},
"require": {
"anomaly/streams-platform": "^1.6"
},
"autoload": {
"psr-4": {
"Anomaly\\PostsModule\\": "src/"
}
}
}