We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408591d commit e3e0406Copy full SHA for e3e0406
.travis.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- stage: 🚢 to TER
74
if: tag IS present
75
- php: 7.0
+ php: 7.2
76
install: skip
77
before_script: skip
78
script:
ext_emconf.php
@@ -10,7 +10,7 @@
10
'uploadfolder' => '0',
11
'createDirs' => '',
12
'clearCacheOnLoad' => 0,
13
- 'version' => '2.2.2',
+ 'version' => '2.3.0',
14
'constraints' => [
15
'depends' => [
16
'php' => '7.2.0-7.4.999',
0 commit comments