]> source.dussan.org Git - nextcloud-server.git/commit
fix: add composer autoload
authorChristopher Ng <chrng8@gmail.com>
Mon, 31 Jul 2023 19:10:50 +0000 (12:10 -0700)
committerChristopher Ng <chrng8@gmail.com>
Thu, 3 Aug 2023 22:30:11 +0000 (15:30 -0700)
commitcfbac9b73c1142a2661e386511acbeb41c517c26
treebbe933116d856e0a29f82b31e33da4cf0a4b2a1d
parenta7892fb68228578f865e559f9442432ada95cde0
fix: add composer autoload

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 files changed:
apps/files_reminders/composer/autoload.php [new file with mode: 0644]
apps/files_reminders/composer/composer.json [new file with mode: 0644]
apps/files_reminders/composer/composer.lock [new file with mode: 0644]
apps/files_reminders/composer/composer/ClassLoader.php [new file with mode: 0644]
apps/files_reminders/composer/composer/InstalledVersions.php [new file with mode: 0644]
apps/files_reminders/composer/composer/LICENSE [new file with mode: 0644]
apps/files_reminders/composer/composer/autoload_classmap.php [new file with mode: 0644]
apps/files_reminders/composer/composer/autoload_namespaces.php [new file with mode: 0644]
apps/files_reminders/composer/composer/autoload_psr4.php [new file with mode: 0644]
apps/files_reminders/composer/composer/autoload_real.php [new file with mode: 0644]
apps/files_reminders/composer/composer/autoload_static.php [new file with mode: 0644]
apps/files_reminders/composer/composer/installed.json [new file with mode: 0644]
apps/files_reminders/composer/composer/installed.php [new file with mode: 0644]