Skip to content

Commit

Permalink
Update to 13.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jan 14, 2025
1 parent a18f202 commit 83d3ee8
Showing 400 changed files with 5,237 additions and 3,619 deletions.
346 changes: 173 additions & 173 deletions composer.lock

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions vendor/composer/autoload_classaliasmap.php
Original file line number Diff line number Diff line change
@@ -2,16 +2,28 @@
return array (
'aliasToClassNameMapping' =>
array (
'typo3\\cms\\backend\\frontendbackenduserauthentication' => 'TYPO3\\CMS\\Frontend\\Authentication\\FrontendBackendUserAuthentication',
'typo3\\cms\\install\\updates\\abstractdownloadextensionupdate' => 'TYPO3\\CMS\\Extensionmanager\\Updates\\AbstractDownloadExtensionUpdate',
'typo3\\cms\\install\\updates\\extensionmodel' => 'TYPO3\\CMS\\Extensionmanager\\Updates\\ExtensionModel',
'typo3\\cms\\backend\\attribute\\controller' => 'TYPO3\\CMS\\Backend\\Attribute\\AsController',
'typo3\\cms\\core\\database\\schema\\types\\enumtype' => 'Doctrine\\DBAL\\Types\\EnumType',
'typo3\\cms\\core\\view\\fluidviewadapter' => 'TYPO3\\CMS\\Fluid\\View\\FluidViewAdapter',
'typo3\\cms\\core\\view\\fluidviewfactory' => 'TYPO3\\CMS\\Fluid\\View\\FluidViewFactory',
'typo3\\cms\\install\\updates\\abstractdownloadextensionupdate' => 'TYPO3\\CMS\\Extensionmanager\\Updates\\AbstractDownloadExtensionUpdate',
'typo3\\cms\\install\\updates\\extensionmodel' => 'TYPO3\\CMS\\Extensionmanager\\Updates\\ExtensionModel',
'typo3\\cms\\backend\\frontendbackenduserauthentication' => 'TYPO3\\CMS\\Frontend\\Authentication\\FrontendBackendUserAuthentication',
),
'classNameToAliasMapping' =>
array (
'TYPO3\\CMS\\Frontend\\Authentication\\FrontendBackendUserAuthentication' =>
array (
'typo3\\cms\\backend\\frontendbackenduserauthentication' => 'typo3\\cms\\backend\\frontendbackenduserauthentication',
),
'TYPO3\\CMS\\Extensionmanager\\Updates\\AbstractDownloadExtensionUpdate' =>
array (
'typo3\\cms\\install\\updates\\abstractdownloadextensionupdate' => 'typo3\\cms\\install\\updates\\abstractdownloadextensionupdate',
),
'TYPO3\\CMS\\Extensionmanager\\Updates\\ExtensionModel' =>
array (
'typo3\\cms\\install\\updates\\extensionmodel' => 'typo3\\cms\\install\\updates\\extensionmodel',
),
'TYPO3\\CMS\\Backend\\Attribute\\AsController' =>
array (
'typo3\\cms\\backend\\attribute\\controller' => 'typo3\\cms\\backend\\attribute\\controller',
@@ -28,17 +40,5 @@
array (
'typo3\\cms\\core\\view\\fluidviewfactory' => 'typo3\\cms\\core\\view\\fluidviewfactory',
),
'TYPO3\\CMS\\Extensionmanager\\Updates\\AbstractDownloadExtensionUpdate' =>
array (
'typo3\\cms\\install\\updates\\abstractdownloadextensionupdate' => 'typo3\\cms\\install\\updates\\abstractdownloadextensionupdate',
),
'TYPO3\\CMS\\Extensionmanager\\Updates\\ExtensionModel' =>
array (
'typo3\\cms\\install\\updates\\extensionmodel' => 'typo3\\cms\\install\\updates\\extensionmodel',
),
'TYPO3\\CMS\\Frontend\\Authentication\\FrontendBackendUserAuthentication' =>
array (
'typo3\\cms\\backend\\frontendbackenduserauthentication' => 'typo3\\cms\\backend\\frontendbackenduserauthentication',
),
),
);
Loading

0 comments on commit 83d3ee8

Please sign in to comment.