]> source.dussan.org Git - nextcloud-server.git/commit
perf(autoloading): Add authoritative autoloader for weather-status 36444/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 30 Jan 2023 17:10:58 +0000 (18:10 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 30 Jan 2023 17:10:58 +0000 (18:10 +0100)
commitba4e46d341a38c12a785fccc771b38621e45bba6
treeff922fe3e62cdc5aaaef1c02105945c038ad47f5
parent3bfc5a4d959faebd8a76470d2832390598c7981e
perf(autoloading): Add authoritative autoloader for weather-status

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