Skip to content

Commit

Permalink
[TASK] Code review fixes
Browse files Browse the repository at this point in the history
- Update Typo3 version in ext_emconf.php and composer.json.
- Add mysql service in travis.yml.
  • Loading branch information
chetan-thapliyal authored and srotsch committed Aug 17, 2020
1 parent 8316c27 commit 189a39c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ matrix:
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0
- php: 7.3

services:
- mysql

notifications:
email:
# recipients:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">= 7.0, < 7.3",
"typo3/cms-core": ">=7.6.0",
"typo3/cms-core": ">=8.7.0,<=8.7.99",
"helhum/typo3-console": ">=4.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'version' => '1.4.0',
'constraints' => [
'depends' => [
'typo3'=>'7.6.0-8.7.99',
'typo3'=>'8.7.0-8.7.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 189a39c

Please # to comment.