Skip to content

Commit 2c3f8da

Browse files
committed
[TASK] TYPO3 ^14.3
1 parent 973fc2f commit 2c3f8da

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "b13/http2",
33
"type": "typo3-cms-extension",
4-
"description": "Speed up TYPO3 rendering via HTTP/2 Server Push",
4+
"description": "HTTP2 Server Push Support for TYPO3 - Speed up TYPO3 rendering via HTTP/2 Server Push",
55
"require": {
6-
"typo3/cms-core": "^14.1",
7-
"typo3/cms-frontend": "^14.1"
6+
"typo3/cms-core": "^14.3",
7+
"typo3/cms-frontend": "^14.3"
88
},
99
"require-dev": {
1010
"phpunit/phpunit": "^11.0",
@@ -22,7 +22,11 @@
2222
}],
2323
"extra": {
2424
"typo3/cms": {
25-
"extension-key": "http2"
25+
"extension-key": "http2",
26+
"version": "3.0.0",
27+
"Package": {
28+
"providesPackages": {}
29+
}
2630
}
2731
},
2832
"autoload": {

0 commit comments

Comments
 (0)