diff --git a/composer.json b/composer.json index 1ead674..504e60c 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "license": "GPL-2.0-or-later", "require": { - "yoast-seo-for-typo3/yoast_seo": "^7 || ^8 || ^9" + "yoast-seo-for-typo3/yoast_seo": "^7 || ^8 || ^9 || ^10" }, "autoload": { "psr-4": { diff --git a/ext_emconf.php b/ext_emconf.php index 6a39804..fea48f0 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,11 +8,11 @@ 'author_email' => 'office@studiomitte.com', 'author_company' => 'StudioMitte', 'state' => 'stable', - 'version' => '1.0.0', + 'version' => '1.0.1', 'constraints' => [ 'depends' => [ - 'typo3' => '10.4.0-12.4.99', - 'yoast_seo' => '8.0.0-9.9.99' + 'typo3' => '10.4.0-13.4.99', + 'yoast_seo' => '8.0.0-10.9.99' ], 'conflicts' => [ ],