Skip to content

Commit 487867b

Browse files
committed
!!![TASK] Completely override TYPO3 ConfiugrationManager
1 parent 937c836 commit 487867b

File tree

3 files changed

+437
-29
lines changed

3 files changed

+437
-29
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
"autoload": {
2525
"psr-4": {
2626
"Helhum\\TYPO3\\ConfigHandling\\": "src/"
27-
}
27+
},
28+
"files": [
29+
"res/php/autoload-include.php"
30+
]
2831
},
2932
"autoload-dev": {
3033
"psr-4": {

res/php/autoload-include.php

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?php
2+
class_alias(\Helhum\TYPO3\ConfigHandling\Xclass\ConfigurationManager::class, \TYPO3\CMS\Core\Configuration\ConfigurationManager::class);

0 commit comments

Comments
 (0)