Skip to content

Commit e416c72

Browse files
Merge pull request #21 from beechit/raise-min-dependencies-to-10lts
[TASK] Raise min dependencies to 10LTS
2 parents d98f629 + 7b93baa commit e416c72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Make it possible to configure the default upload folder for a certain TCA column
2828

2929
**Requirements:**
3030

31-
TYPO3 8 LTS, 9 LTS or TYPO3 10 LTS
31+
TYPO3 10 LTS

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Make it possible to configure the default upload folder for a certain TCA column",
55
"license": ["GPL-2.0+"],
66
"require": {
7-
"typo3/cms-core": "^8.7 || ^9.5.17 || ^10.4"
7+
"typo3/cms-core": "^10.4"
88
},
99
"autoload": {
1010
"psr-4": {

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
'author' => 'Frans Saris',
1616
'author_email' => 't3ext@beecht.it',
1717
'author_company' => 'Beech.it',
18-
'version' => '1.1.0',
18+
'version' => '1.2.0',
1919
'constraints' =>
2020
[
2121
'depends' =>
2222
[
23-
'typo3' => '8.7.0-10.4.99',
23+
'typo3' => '10.4.0-10.4.99',
2424
],
2525
'conflicts' =>
2626
[

0 commit comments

Comments
 (0)