Skip to content

Commit

Permalink
[TASK] Prepare version constraints for v13
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomschinken committed Aug 15, 2024
1 parent 6a79bff commit 23e1a28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "sitegeist/image-jack",
"type": "typo3-cms-extension",
"homepage": "https://github.com/sitegeist/image-jack",
"version": "0.11.0",
"license": [
"GPL-2.0-or-later"
],
Expand Down Expand Up @@ -30,11 +31,12 @@
"issues": "https://github.com/sitegeist/image-jack/issues"
},
"require": {
"php": ">=7.4.0",
"typo3/cms-core": "^11.5 || ^12.4"

"php": ">=8.1.0",
"typo3/cms-core": "^12.4 || ^13.2"
},
"require-dev": {
"typo3/testing-framework": "^6.0 || dev-main",
"typo3/testing-framework": "^8.0 || dev-main",
"squizlabs/php_codesniffer": "^3.0",
"editorconfig-checker/editorconfig-checker": "^10.0",
"phpspec/prophecy-phpunit": "^2.0"
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
'state' => 'beta',
'uploadfolder' => false,
'clearCacheOnLoad' => true,
'version' => '0.10.0',
'version' => '0.11.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.9.99',
'php' => '7.4.0-8.2.99'
'typo3' => '12.4.0-13.9.99',
'php' => '8.1.0-8.3.99'
],
'conflicts' => [
],
Expand Down

0 comments on commit 23e1a28

Please sign in to comment.