diff --git a/composer.json b/composer.json index 2d84f32..8be8fa4 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ ], "license": "MIT", "require": { - "php": "^8.1 || ^8.2", + "php": "^8.1", "typo3/cms-core": "^12.0", "typo3/cms-fluid-styled-content": "^12.0", "symfony/finder": "^6.2", diff --git a/ext_emconf.php b/ext_emconf.php index f5bcbc4..ed819d3 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'author_company' => 'ITplusX GmbH', 'constraints' => [ 'depends' => [ - 'php' => '8.1.0-8.2.99', + 'php' => '8.1.0-8.3.99', 'typo3' => '12.4.0-12.4.99', 'fluid_styled_content' => '12.4.0-12.4.99' ],