Skip to content

Commit

Permalink
Merge pull request #3 from b13/develop
Browse files Browse the repository at this point in the history
Add TYPO3 v10 as possible dependency
  • Loading branch information
bmack authored Aug 27, 2019
2 parents c7ee409 + 2724993 commit 918f488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Speed up TYPO3 rendering via HTTP/2 Server Push",
"require": {
"php": "^7.0",
"typo3/cms-core": "^7.6 || ^8.7 || ^9.5",
"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"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'author_company' => 'b13 GmbH',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-9.5.99',
'typo3' => '7.6.0-10.99.99',
],
],
];

0 comments on commit 918f488

Please sign in to comment.