Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuurlijk committed Mar 12, 2022
1 parent 317a890 commit 6aa8cca
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
<?php

$EM_CONF['h5p'] = [
'title' => 'H5p',
'description' => 'Create and add rich content to your website for free. Some examples of what you get with H5P are Interactive Video, Quizzes, Collage and Timeline.',
'category' => 'fe',
'author' => 'Michiel Roos',
'author_company' => 'Michiel Roos',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '11.0.10',
'constraints' => [
'depends' => [
'title' => 'H5p',
'description' => 'Create and add rich content to your website for free. Some examples of what you get with H5P are Interactive Video, Quizzes, Collage and Timeline.',
'category' => 'fe',
'author' => 'Michiel Roos',
'author_company' => 'Michiel Roos',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '11.5.8',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-11.5.99',
], 'conflicts' => [],
'suggests' => [],
],
'conflicts' => [],
'suggests' => [],
],
'autoload' => [
'psr-4' => ['MichielRoos\\H5p\\' => 'Classes']
'autoload' => [
'classmap' => ["Resources/Public/Lib"],
'psr-4' => ['MichielRoos\\H5p\\' => 'Classes']
],
];

0 comments on commit 6aa8cca

Please sign in to comment.