Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/accessibility/composer/autoload.php')
-rw-r--r--apps/accessibility/composer/autoload.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/accessibility/composer/autoload.php b/apps/accessibility/composer/autoload.php
deleted file mode 100644
index 6f896b45abc..00000000000
--- a/apps/accessibility/composer/autoload.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-// autoload.php @generated by Composer
-
-if (PHP_VERSION_ID < 50600) {
- echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
- exit(1);
-}
-
-require_once __DIR__ . '/composer/autoload_real.php';
-
-return ComposerAutoloaderInitAccessibility::getLoader();