Skip to content

Commit

Permalink
Updates version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
maechler committed Oct 31, 2021
1 parent 2852bea commit df1a665
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ language: php
matrix:
fast_finish: true
include:
- php: 7.0
env: TYPO3_VERSION=^8
- php: 7.1
env: TYPO3_VERSION=^8
- php: 7.2
env: TYPO3_VERSION=^9
- php: 7.3
env: TYPO3_VERSION=^9 COVERAGE="YES"
- php: 7.4
env: TYPO3_VERSION=^10
- php: 8.0
env: TYPO3_VERSION=^11

services:
- mysql
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}
],
"require": {
"typo3/cms-core": ">=8.7.0 <10.4.99",
"php": ">=7.0.0"
"typo3/cms-core": ">=v9.5.0 <11.5.99",
"php": ">=7.2.0"
},
"require-dev": {
"nimut/testing-framework": "^2.0 || ^3.0 || ^4.0 || ^5.0",
"nimut/testing-framework": "^6.0",
"smalot/pdfparser": "^0.12.0",
"php-coveralls/php-coveralls": "^2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'version' => '2.3.5',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-10.4.99',
'typo3' => '9.5.0-11.5.99',
'php' => '7.0.0-0.0.0',
],
'conflicts' => [],
Expand Down

0 comments on commit df1a665

Please sign in to comment.