chore: Bump autoloader files for new composer version

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
pull/56629/head
Carl Schwan 1 month ago
parent fab3a00081
commit d877262e07
No known key found for this signature in database
GPG Key ID: 02325448204E452A
  1. 4
      apps/admin_audit/composer/composer/autoload_static.php
  2. 4
      apps/cloud_federation_api/composer/composer/autoload_static.php
  3. 4
      apps/comments/composer/composer/autoload_static.php
  4. 4
      apps/contactsinteraction/composer/composer/autoload_static.php
  5. 4
      apps/dashboard/composer/composer/autoload_static.php
  6. 4
      apps/dav/composer/composer/autoload_static.php
  7. 4
      apps/encryption/composer/composer/autoload_static.php
  8. 4
      apps/federatedfilesharing/composer/composer/autoload_static.php
  9. 4
      apps/federation/composer/composer/autoload_static.php
  10. 4
      apps/files/composer/composer/autoload_static.php
  11. 4
      apps/files_external/composer/composer/autoload_static.php
  12. 4
      apps/files_reminders/composer/composer/autoload_static.php
  13. 4
      apps/files_sharing/composer/composer/autoload_static.php
  14. 4
      apps/files_trashbin/composer/composer/autoload_static.php
  15. 4
      apps/files_versions/composer/composer/autoload_static.php
  16. 4
      apps/lookup_server_connector/composer/composer/autoload_static.php
  17. 4
      apps/oauth2/composer/composer/autoload_static.php
  18. 4
      apps/profile/composer/composer/autoload_static.php
  19. 4
      apps/provisioning_api/composer/composer/autoload_static.php
  20. 4
      apps/settings/composer/composer/autoload_static.php
  21. 4
      apps/sharebymail/composer/composer/autoload_static.php
  22. 4
      apps/systemtags/composer/composer/autoload_static.php
  23. 4
      apps/testing/composer/composer/autoload_static.php
  24. 4
      apps/theming/composer/composer/autoload_static.php
  25. 4
      apps/twofactor_backupcodes/composer/composer/autoload_static.php
  26. 4
      apps/updatenotification/composer/composer/autoload_static.php
  27. 4
      apps/user_ldap/composer/composer/autoload_static.php
  28. 4
      apps/user_status/composer/composer/autoload_static.php
  29. 4
      apps/weather_status/composer/composer/autoload_static.php
  30. 4
      apps/webhook_listeners/composer/composer/autoload_static.php
  31. 4
      apps/workflowengine/composer/composer/autoload_static.php
  32. 4
      build/autoloaderchecker.sh
  33. 12
      lib/composer/composer/autoload_static.php

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitAdminAudit
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\AdminAudit\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\AdminAudit\\' =>
'OCA\\AdminAudit\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitCloudFederationAPI
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\CloudFederationAPI\\' => 23,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\CloudFederationAPI\\' =>
'OCA\\CloudFederationAPI\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitComments
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Comments\\' => 13,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Comments\\' =>
'OCA\\Comments\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitContactsInteraction
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\ContactsInteraction\\' => 24,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\ContactsInteraction\\' =>
'OCA\\ContactsInteraction\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitDashboard
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Dashboard\\' => 14,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Dashboard\\' =>
'OCA\\Dashboard\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitDAV
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\DAV\\' => 8,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\DAV\\' =>
'OCA\\DAV\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitEncryption
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Encryption\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Encryption\\' =>
'OCA\\Encryption\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitFederatedFileSharing
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\FederatedFileSharing\\' => 25,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\FederatedFileSharing\\' =>
'OCA\\FederatedFileSharing\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitFederation
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Federation\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Federation\\' =>
'OCA\\Federation\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitFiles
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Files\\' => 10,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Files\\' =>
'OCA\\Files\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitFiles_External
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Files_External\\' => 19,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Files_External\\' =>
'OCA\\Files_External\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitFilesReminders
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\FilesReminders\\' => 19,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\FilesReminders\\' =>
'OCA\\FilesReminders\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitFiles_Sharing
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Files_Sharing\\' => 18,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Files_Sharing\\' =>
'OCA\\Files_Sharing\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitFiles_Trashbin
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Files_Trashbin\\' => 19,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Files_Trashbin\\' =>
'OCA\\Files_Trashbin\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitFiles_Versions
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Files_Versions\\' => 19,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Files_Versions\\' =>
'OCA\\Files_Versions\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitLookupServerConnector
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\LookupServerConnector\\' => 26,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\LookupServerConnector\\' =>
'OCA\\LookupServerConnector\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitOAuth2
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\OAuth2\\' => 11,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\OAuth2\\' =>
'OCA\\OAuth2\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitProfile
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Profile\\' => 12,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Profile\\' =>
'OCA\\Profile\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitProvisioning_API
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Provisioning_API\\' => 21,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Provisioning_API\\' =>
'OCA\\Provisioning_API\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitSettings
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Settings\\' => 13,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Settings\\' =>
'OCA\\Settings\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitShareByMail
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\ShareByMail\\' => 16,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\ShareByMail\\' =>
'OCA\\ShareByMail\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitSystemTags
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\SystemTags\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\SystemTags\\' =>
'OCA\\SystemTags\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitTesting
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Testing\\' => 12,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Testing\\' =>
'OCA\\Testing\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitTheming
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\Theming\\' => 12,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\Theming\\' =>
'OCA\\Theming\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitTwoFactorBackupCodes
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\TwoFactorBackupCodes\\' => 25,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\TwoFactorBackupCodes\\' =>
'OCA\\TwoFactorBackupCodes\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitUpdateNotification
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\UpdateNotification\\' => 23,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\UpdateNotification\\' =>
'OCA\\UpdateNotification\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitUser_LDAP
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\User_LDAP\\' => 14,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\User_LDAP\\' =>
'OCA\\User_LDAP\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitUserStatus
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\UserStatus\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\UserStatus\\' =>
'OCA\\UserStatus\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitWeatherStatus
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\WeatherStatus\\' => 18,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\WeatherStatus\\' =>
'OCA\\WeatherStatus\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitWebhookListeners
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\WebhookListeners\\' => 21,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\WebhookListeners\\' =>
'OCA\\WebhookListeners\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInitWorkflowEngine
{
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OCA\\WorkflowEngine\\' => 19,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\WorkflowEngine\\' =>
'OCA\\WorkflowEngine\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),

@ -22,8 +22,8 @@ COMPOSER_MAJOR_VERSION=$(echo "$COMPOSER_VERSION" | cut -d"." -f1)
COMPOSER_MINOR_VERSION=$(echo "$COMPOSER_VERSION" | cut -d"." -f2)
COMPOSER_PATCH_VERSION=$(echo "$COMPOSER_VERSION" | cut -d"." -f3)
if ! [ "$COMPOSER_MAJOR_VERSION" -gt 2 -o \( "$COMPOSER_MAJOR_VERSION" -eq 2 -a "$COMPOSER_MINOR_VERSION" -ge 9 \) -o \( "$COMPOSER_MAJOR_VERSION" -eq 2 -a "$COMPOSER_MINOR_VERSION" -eq 8 -a "$COMPOSER_PATCH_VERSION" -ge 12 \) ]; then
echo "composer version >= 2.8.12 required. Version found: $COMPOSER_VERSION" >&2
if ! [ "$COMPOSER_MAJOR_VERSION" -gt 2 -o \( "$COMPOSER_MAJOR_VERSION" -eq 2 -a "$COMPOSER_MINOR_VERSION" -ge 10 \) -o \( "$COMPOSER_MAJOR_VERSION" -eq 2 -a "$COMPOSER_MINOR_VERSION" -eq 9 -a "$COMPOSER_PATCH_VERSION" -ge 2 \) ]; then
echo "composer version >= 2.9.2 required. Version found: $COMPOSER_VERSION" >&2
exit 1
fi

@ -11,32 +11,32 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
);
public static $prefixLengthsPsr4 = array (
'O' =>
'O' =>
array (
'OC\\Core\\' => 8,
'OC\\' => 3,
'OCP\\' => 4,
),
'N' =>
'N' =>
array (
'NCU\\' => 4,
),
);
public static $prefixDirsPsr4 = array (
'OC\\Core\\' =>
'OC\\Core\\' =>
array (
0 => __DIR__ . '/../../..' . '/core',
),
'OC\\' =>
'OC\\' =>
array (
0 => __DIR__ . '/../../..' . '/lib/private',
),
'OCP\\' =>
'OCP\\' =>
array (
0 => __DIR__ . '/../../..' . '/lib/public',
),
'NCU\\' =>
'NCU\\' =>
array (
0 => __DIR__ . '/../../..' . '/lib/unstable',
),

Loading…
Cancel
Save