Skip to content

Commit 39f31c1

Browse files
authored
Merge pull request #2 from connecta-ag/fix/1-raise-php-max-version
raise php max version - resolves #1
2 parents 5c2ec58 + 35fc2fc commit 39f31c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.0,<7.3",
23+
"php": ">=7.0,<=7.4.*",
2424
"typo3/cms-core": ">=8.7.0,<=9.6.99"
2525
},
2626
"autoload": {

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'uploadfolder' => '0',
2222
'createDirs' => '',
2323
'clearCacheOnLoad' => 0,
24-
'version' => '1.2.2',
24+
'version' => '1.3.0',
2525
'constraints' => array(
2626
'depends' => array(
2727
'typo3' => '8.7.0-9.5.99',

0 commit comments

Comments
 (0)