update libraries

This commit is contained in:
Andy Miller
2020-11-10 09:46:27 -07:00
parent c6bde87cf6
commit f851335ca9
43 changed files with 3782 additions and 1668 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',
);