Skip to content

Commit bcebcbf

Browse files
committed
[TER] 7.0.7
1 parent ab0afda commit bcebcbf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

ext_emconf.php

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,42 +11,42 @@
1111
'conflicts' => '',
1212
'priority' => '',
1313
'module' => '',
14-
'state' => 'beta',
14+
'state' => 'stable',
1515
'internal' => '',
1616
'uploadfolder' => 0,
1717
'createDirs' => '',
1818
'modify_tables' => '',
1919
'clearCacheOnLoad' => 0,
2020
'lockType' => '',
21-
'version' => '7.0.6',
22-
'constraints' =>
21+
'version' => '7.0.7',
22+
'constraints' =>
2323
array (
24-
'depends' =>
24+
'depends' =>
2525
array (
2626
'php' => '7.4.0-8.3.99',
2727
'typo3' => '10.4.0-12.4.99',
2828
),
29-
'conflicts' =>
29+
'conflicts' =>
3030
array (
3131
),
32-
'suggests' =>
32+
'suggests' =>
3333
array (
3434
),
3535
),
36-
'suggests' =>
36+
'suggests' =>
3737
array (
3838
),
3939
'_md5_values_when_last_written' => '',
40-
'autoload' =>
40+
'autoload' =>
4141
array (
42-
'psr-4' =>
42+
'psr-4' =>
4343
array (
4444
'FluidTYPO3\\Vhs\\' => 'Classes/',
4545
),
4646
),
47-
'autoload-dev' =>
47+
'autoload-dev' =>
4848
array (
49-
'psr-4' =>
49+
'psr-4' =>
5050
array (
5151
'FluidTYPO3\\Vhs\\Tests\\' => 'Tests/',
5252
),

0 commit comments

Comments
 (0)