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.
2 parents c7ee409 + 2724993 commit 918f488Copy full SHA for 918f488
composer.json
@@ -4,8 +4,8 @@
4
"description": "Speed up TYPO3 rendering via HTTP/2 Server Push",
5
"require": {
6
"php": "^7.0",
7
- "typo3/cms-core": "^7.6 || ^8.7 || ^9.5",
8
- "typo3/cms-frontend": "^7.6 || ^8.7 || ^9.5"
+ "typo3/cms-core": "^7.6 || ^8.7 || ^9.5 || ^10.0",
+ "typo3/cms-frontend": "^7.6 || ^8.7 || ^9.5 || ^10.0"
9
},
10
"require-dev": {
11
"phpunit/phpunit": "~7.0",
ext_emconf.php
@@ -12,7 +12,7 @@
12
'author_company' => 'b13 GmbH',
13
'constraints' => [
14
'depends' => [
15
- 'typo3' => '7.6.0-9.5.99',
+ 'typo3' => '7.6.0-10.99.99',
16
],
17
18
];
0 commit comments