We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e382f6 commit 78be3c0Copy full SHA for 78be3c0
2 files changed
composer.json
@@ -23,7 +23,7 @@
23
"extra": {
24
"typo3/cms": {
25
"extension-key": "http2",
26
- "version": "3.0.0",
+ "version": "4.0.0",
27
"Package": {
28
"providesPackages": {}
29
}
ext_emconf.php
@@ -4,15 +4,15 @@
4
'title' => 'HTTP2 Server Push Support for TYPO3',
5
'description' => '',
6
'category' => 'extension',
7
- 'version' => '3.0.0',
+ 'version' => '4.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' => '12.4.0-13.99.99',
+ 'typo3' => '14.3.0-14.99.99',
16
],
17
18
];
0 commit comments