feat(demo): add story 1 — Sorano: Rock and Time

This commit is contained in:
2026-06-20 21:19:57 +02:00
parent 42ed59a6b3
commit 8f87155c1d
5508 changed files with 1595740 additions and 124 deletions
+36
View File
@@ -0,0 +1,36 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit4e2f762c713c4d4aae8969c74f5623a3
{
public static $prefixLengthsPsr4 = array (
'G' =>
array (
'Grav\\Plugin\\Console\\' => 20,
),
);
public static $prefixDirsPsr4 = array (
'Grav\\Plugin\\Console\\' =>
array (
0 => __DIR__ . '/../..' . '/cli',
),
);
public static $classMap = array (
'Grav\\Plugin\\ErrorPlugin' => __DIR__ . '/../..' . '/error.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit4e2f762c713c4d4aae8969c74f5623a3::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit4e2f762c713c4d4aae8969c74f5623a3::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit4e2f762c713c4d4aae8969c74f5623a3::$classMap;
}, null, ClassLoader::class);
}
}