]> source.dussan.org Git - nextcloud-server.git/commit
perf(autoloading): Add authoritative autoloader for dashboard 36440/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 30 Jan 2023 15:38:52 +0000 (16:38 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 30 Jan 2023 15:38:52 +0000 (16:38 +0100)
commitca67a9451df601aaccace5f90b9bac51386bb5b6
treea6ad8ce324cd37bab4e868df3efe312e8a5036e2
parent3bfc5a4d959faebd8a76470d2832390598c7981e
perf(autoloading): Add authoritative autoloader for dashboard

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
13 files changed:
apps/dashboard/composer/autoload.php [new file with mode: 0644]
apps/dashboard/composer/composer.json [new file with mode: 0644]
apps/dashboard/composer/composer.lock [new file with mode: 0644]
apps/dashboard/composer/composer/ClassLoader.php [new file with mode: 0644]
apps/dashboard/composer/composer/InstalledVersions.php [new file with mode: 0644]
apps/dashboard/composer/composer/LICENSE [new file with mode: 0644]
apps/dashboard/composer/composer/autoload_classmap.php [new file with mode: 0644]
apps/dashboard/composer/composer/autoload_namespaces.php [new file with mode: 0644]
apps/dashboard/composer/composer/autoload_psr4.php [new file with mode: 0644]
apps/dashboard/composer/composer/autoload_real.php [new file with mode: 0644]
apps/dashboard/composer/composer/autoload_static.php [new file with mode: 0644]
apps/dashboard/composer/composer/installed.json [new file with mode: 0644]
apps/dashboard/composer/composer/installed.php [new file with mode: 0644]