Skip to content

Commit

Permalink
Add classmap fix for non-composer installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuurlijk committed Mar 13, 2022
1 parent cdd42bd commit ff14c0f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@
'dependencies' => '',
'state' => 'stable',
'uploadfolder' => 0,
'version' => '10.0.11',
'version' => '10.0.12',
'constraints' => [
'depends' => [
'depends' => [
'typo3' => '10.4.0-10.4.99',
], 'conflicts' => [],
'suggests' => [],
],
'conflicts' => [],
'suggests' => [],
],
'autoload' => [
'psr-4' => ['MichielRoos\\H5p\\' => 'Classes']
'classmap' => ["Resources/Public/Lib"],
'psr-4' => ['MichielRoos\\H5p\\' => 'Classes']
],
'conflicts' => '',
'suggests' => [],
Expand Down

0 comments on commit ff14c0f

Please sign in to comment.