Skip to content

Commit 918f488

Browse files
authored
Merge pull request #3 from b13/develop
Add TYPO3 v10 as possible dependency
2 parents c7ee409 + 2724993 commit 918f488

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Speed up TYPO3 rendering via HTTP/2 Server Push",
55
"require": {
66
"php": "^7.0",
7-
"typo3/cms-core": "^7.6 || ^8.7 || ^9.5",
8-
"typo3/cms-frontend": "^7.6 || ^8.7 || ^9.5"
7+
"typo3/cms-core": "^7.6 || ^8.7 || ^9.5 || ^10.0",
8+
"typo3/cms-frontend": "^7.6 || ^8.7 || ^9.5 || ^10.0"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "~7.0",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'author_company' => 'b13 GmbH',
1313
'constraints' => [
1414
'depends' => [
15-
'typo3' => '7.6.0-9.5.99',
15+
'typo3' => '7.6.0-10.99.99',
1616
],
1717
],
1818
];

0 commit comments

Comments
 (0)