wiki-grav/plugins/shortcode-core/composer.json
2023-06-02 08:07:58 +02:00

33 lines
843 B
JSON

{
"name": "getgrav/shortcode-core",
"type": "grav-plugin",
"description": "Shortcode Core plugin for Grav CMS",
"keywords": ["shortcode"],
"homepage": "https://github.com/getgrav/grav-plugin-shortcode-core/",
"license": "MIT",
"authors": [
{
"name": "Team Grav",
"email": "devs@getgrav.org",
"homepage": "http://getgrav.org",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.3",
"thunderer/shortcode": "~0.7"
},
"autoload": {
"psr-4": {
"Grav\\Plugin\\ShortcodeCore\\": "classes/plugin",
"Grav\\Plugin\\Shortcodes\\": "classes/shortcodes"
},
"classmap": ["shortcode-core.php"]
},
"config": {
"platform": {
"php": "7.1.3"
}
}
}