From 72ee0e69e81606deb5a88f58e06ce0737bf4747e Mon Sep 17 00:00:00 2001 From: Christoph Lehmann Date: Fri, 27 Sep 2024 23:34:55 +0200 Subject: [PATCH] Support TYPO3 v13 --- composer.json | 5 ++--- ext_emconf.php | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index b2cb939..608c7b2 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/ext_emconf.php b/ext_emconf.php index 6e8b5fd..59a7d70 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,6 +1,6 @@ 'HTTP Basic Auth', 'description' => 'HTTP Basic Auth via Site Configuration', 'category' => 'fe', @@ -8,10 +8,10 @@ 'clearCacheOnLoad' => 0, 'author' => 'Christoph Lehmann', 'author_email' => 'post@christophlehmann.eu', - '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' => [ ],