Skip to content

Commit

Permalink
[TASK] Maintenance bump to 11.5 in development
Browse files Browse the repository at this point in the history
Tasks:
* push versions to 11.5 in composer.json
* fix label error in ext_conf_template.txt
* update ext_emconf.php
  • Loading branch information
foppelfb committed May 2, 2023
1 parent bb41c04 commit d1a07e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -23,15 +23,15 @@
"replace": {
},
"require": {
"php": "7.2.* || 7.3.* || 7.4.* || 8.0.*",
"php": "7.4.* || 8.0.* || 8.1.*",
"typo3/cms-core": "10.4.* || 11.5.*"
},
"require-dev": {
"typo3/cms-form": "^10.4",
"typo3/cms-fluid-styled-content": "^10.4",
"typo3/cms-tstemplate": "^10.4",
"typo3/cms-lowlevel": "^10.4",
"typo3/cms-viewpage": "^10.4",
"typo3/cms-form": "^11.5",
"typo3/cms-fluid-styled-content": "^11.5",
"typo3/cms-tstemplate": "^11.5",
"typo3/cms-lowlevel": "^11.5",
"typo3/cms-viewpage": "^11.5",
"nimut/testing-framework": "*",
"phpstan/phpstan": "*",
"codeception/codeception": "*",
Expand Down
2 changes: 1 addition & 1 deletion ext_conf_template.txt
@@ -1,2 +1,2 @@
# cat=basic//01; type=string label=GPG Binary - used to read information about the PGP/OpenPGP/GPG Public Key
# cat=basic//01; type=string; label=GPG Binary - used to read information about the PGP/OpenPGP/GPG Public Key
gpgbinary =
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -21,7 +21,7 @@
'author_company' => 'Sudhaus 7',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'version' => '3.0.2',
'version' => '3.0.3',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99'
Expand Down

0 comments on commit d1a07e7

Please sign in to comment.