We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724701f commit 8469278Copy full SHA for 8469278
1 file changed
ext_emconf.php
@@ -4,15 +4,15 @@
4
'title' => 'HTTP2 Server Push Support for TYPO3',
5
'description' => '',
6
'category' => 'extension',
7
- 'version' => '2.0.0',
+ 'version' => '3.0.0',
8
'state' => 'stable',
9
'clearcacheonload' => 1,
10
'author' => 'b13 GmbH',
11
'author_email' => 'typo3@b13.com',
12
'author_company' => 'b13 GmbH',
13
'constraints' => [
14
'depends' => [
15
- 'typo3' => '10.4.0-12.99.99',
+ 'typo3' => '12.4.0-13.99.99',
16
],
17
18
];
0 commit comments