Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuurlijk committed Oct 31, 2023
1 parent 5af0181 commit fb66ee5
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 44 deletions.
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# TYPO3 H5P extension

H5P makes it easy to create, share and reuse HTML5 content and applications. H5P empowers everyone to create rich and interactive web experiences more efficiently - all you need is a web browser and a web site with an H5P plugin.
| :point_up: | Looking to be adopted by loving and caring developers. |
|---------------|:-------------------------------------------------------|

H5P makes it easy to create, share and reuse HTML5 content and applications. H5P empowers everyone to create rich and interactive web experiences more efficiently - all you need is a web browser and a website with an H5P plugin.

https://h5p.org/

Expand Down
82 changes: 41 additions & 41 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "michielroos/h5p",
"type": "typo3-cms-extension",
"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.",
"keywords": [
"h5p",
"content",
"interactive",
"html5"
],
"license": "GPL-2.0+",
"authors": [
{
"name": "Michiel Roos",
"homepage": "https://www.michielroos.com",
"role": "Developer"
}
],
"require": {
"h5p/h5p-core": "^1.24",
"h5p/h5p-editor": "^1.24",
"guzzlehttp/guzzle": "^7.4",
"typo3/cms-core": "12.4.*"
},
"replace": {
"typo3-ter/h5p": "self.version"
},
"config": {
"bin-dir": "bin",
"optimize-autoloader": true
},
"extra": {
"typo3/cms": {
"extension-key": "h5p"
},
"branch-alias": {
"dev-master": "12.4-dev"
}
"name": "michielroos/h5p",
"type": "typo3-cms-extension",
"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.",
"keywords": [
"h5p",
"content",
"interactive",
"html5"
],
"license": "GPL-2.0+",
"authors": [
{
"name": "Michiel Roos",
"homepage": "https://www.michielroos.com",
"role": "Developer"
}
],
"require": {
"h5p/h5p-core": "1.24.4",
"h5p/h5p-editor": "1.24.4",
"guzzlehttp/guzzle": "^7.4",
"typo3/cms-core": "12.4.*"
},
"replace": {
"typo3-ter/h5p": "self.version"
},
"config": {
"bin-dir": "bin",
"optimize-autoloader": true
},
"extra": {
"typo3/cms": {
"extension-key": "h5p"
},
"autoload": {
"psr-4": {
"MichielRoos\\H5p\\": "Classes"
}
"branch-alias": {
"dev-master": "12.4-dev"
}
},
"autoload": {
"psr-4": {
"MichielRoos\\H5p\\": "Classes"
}
}
}
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
'author_company' => 'Michiel Roos',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '11.5.10',
'version' => '12.4.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-11.5.99',
'typo3' => '12.4.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit fb66ee5

Please sign in to comment.