Skip to content

Commit

Permalink
chore(deps): raise PHP version constraint to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schloram committed Jan 4, 2024
1 parent 348ee51 commit c01697b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
Expand Down

0 comments on commit c01697b

Please sign in to comment.