Files
STLPWebsite/config/www/user/plugins/markdown-notices/composer.json
Charles N Wyble 665c7f47af chore: create production-v2 branch with content only
This branch contains ONLY:
- Pages (config/www/user/pages/)
- Themes (config/www/user/themes/)
- Plugins (config/www/user/plugins/)
- PRODUCTION.md
- Minimal .gitignore

Clean slate for production deployment.
All development files, configs, scripts removed.
2026-01-13 20:12:03 -05:00

28 lines
576 B
JSON

{
"name": "grav-plugin-markdown-notices",
"type": "grav-plugin",
"description": "Markdown notices plugin for Grav CMS",
"keywords": ["notices"],
"homepage": "https://github.com/getgrav/grav-plugin-markdown-notices/",
"license": "MIT",
"authors": [
{
"name": "Team Grav",
"email": "devs@getgrav.org",
"homepage": "http://getgrav.org",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.3"
},
"autoload": {
"classmap": ["markdown-notices.php"]
},
"config": {
"platform": {
"php": "7.1.3"
}
}
}