feat(demo): add story 1 — Sorano: Rock and Time
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"name": "getgrav/grav-plugin-admin",
|
||||
"type": "grav-plugin",
|
||||
"description": "Admin plugin for Grav CMS",
|
||||
"keywords": ["admin", "plugin", "manager", "panel"],
|
||||
"homepage": "https://github.com/getgrav/grav-plugin-admin",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Team Grav",
|
||||
"email": "devs@getgrav.org",
|
||||
"homepage": "https://getgrav.org",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/getgrav/grav-plugin-admin/issues",
|
||||
"irc": "https://chat.getgrav.org",
|
||||
"forum": "https://discourse.getgrav.org",
|
||||
"docs": "https://github.com/getgrav/grav-plugin-admin/blob/master/README.md"
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"ext-json": "*",
|
||||
"scssphp/scssphp": "^2.0",
|
||||
"p3k/picofeed": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeception/codeception": "^5.0",
|
||||
"fakerphp/faker": "^1.23",
|
||||
"symfony/yaml": "^6.4 || ^7.0",
|
||||
"symfony/console": "^6.4 || ^7.0",
|
||||
"symfony/finder": "^6.4 || ^7.0",
|
||||
"symfony/event-dispatcher": "^6.4 || ^7.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Grav\\Plugin\\Admin\\": "classes/plugin"
|
||||
},
|
||||
"classmap": [
|
||||
"admin.php"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.3.0"
|
||||
},
|
||||
"allow-plugins": {
|
||||
"phpstan/extension-installer": true
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vendor/bin/codecept run unit",
|
||||
"test-windows": "vendor\\bin\\codecept run unit"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/rhukster/picoFeed"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user