Skip to content

Commit

Permalink
Support TYPO3 v13
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Lehmann committed Sep 27, 2024
1 parent 5d8b0b7 commit 72ee0e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
}
],
"require": {
"typo3/cms-core": "9.5 || ^10.4 || ^11.5 || ^12"
"typo3/cms-core": "^9.5 || ^10.4 || ^11.5 || ^12.4 || ^13.0"
},
"extra": {
"typo3/cms": {
"extension-key": "httpbasicauth",
"cms-package-dir": "{$vendor-dir}/typo3/cms"
"extension-key": "httpbasicauth"
}
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?php

$EM_CONF['httpbasicauth'] = [
$EM_CONF[$_EXTKEY] = [
'title' => 'HTTP Basic Auth',
'description' => 'HTTP Basic Auth via Site Configuration',
'category' => 'fe',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'author' => 'Christoph Lehmann',
'author_email' => '[email protected]',
'version' => '2.0.1',
'version' => '2.1.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-12.4.99',
'typo3' => '9.5.0-13.4.99',
],
'conflicts' => [
],
Expand Down

0 comments on commit 72ee0e6

Please sign in to comment.