feat(demo): add story 1 — Sorano: Rock and Time
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user