Requires **Grav 1.7.4** (SemVer library moved to Grav)

This commit is contained in:
Matias Griese
2021-01-29 10:11:20 +02:00
parent 5de805e340
commit 3fd1c7ab6a
33 changed files with 1540 additions and 2164 deletions

View File

@@ -6,5 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'Grav\\Plugin\\AdminPlugin' => $baseDir . '/admin.php',
);