Skip to content

Commit

Permalink
[TASK] Update composer dependencies (#380)
Browse files Browse the repository at this point in the history
* [TASK] Update composer dependencies

* [TASK] Update version

* [TASK] Add services: mysql for Travis CI
  • Loading branch information
tomasnorre authored and aoekrz committed Jun 17, 2019
1 parent 817e50d commit 7c1a6d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,21 @@
],
"require": {
"php": ">= 5.6, < 7.3",
"ext-posix": "*",
"ext-filter": "*",
"typo3/cms-core": ">=7.6.0",
"typo3/cms-backend": "*",
"typo3/cms-extbase": "*",
"typo3/cms-frontend": "*",
"typo3/cms-lang": "*",
"typo3/cms-scheduler": "*",
"helhum/typo3-console": ">=4.0"
},
"require-dev": {
"nimut/typo3-complete": "^8.7",
"nimut/testing-framework": "^2.0 || ^4.1"
},
"replace": {
"crawler": "self.version",
"typo3-ter/crawler": "self.version"
},
"autoload": {
Expand Down Expand Up @@ -64,7 +70,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "6.4.x-dev"
"dev-master": "6.5.x-dev"
},
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'author' => 'Kasper Skaarhoj, Daniel Poetzinger, Fabrizio Branca, Tolleiv Nietsch, Timo Schmidt, Michael Klapper, Stefan Rotsch, Tomas Norre Mikkelsen',
'author_email' => '[email protected]',
'author_company' => 'AOE GmbH',
'version' => '6.4.1',
'version' => '6.5.0',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.7.99',
Expand Down

0 comments on commit 7c1a6d7

Please sign in to comment.