Skip to content

Commit

Permalink
[TASK] Update composer dev-dependencies and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Semmler authored Apr 1, 2020
1 parent b79a7c2 commit 72f2218
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,27 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

env:
- TYPO3_VERSION=^8.7 COVERAGE=0 FUNCTIONAL=0
- TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0

matrix:
include:
- env: TYPO3_VERSION=^8.7 COVERAGE=1 FUNCTIONAL=1
php: 7.0
- env: TYPO3_VERSION=^8.7 COVERAGE=1 FUNCTIONAL=1
php: 7.2
allow_failures:
exclude:
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0
php: 7.0
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0
php: 7.1
allow_failures:
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0
php: 7.2
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=1

This comment has been minimized.

Copy link
@samuelherzog

samuelherzog Apr 14, 2020

this is the only env without a specified php version, could you elaborate on this? - or is it just missing?

- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0
- php: 7.3

sudo: false
os:
- linux

services:
- mysql
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"require-dev": {
"typo3/cms": "^8.7",
"nimut/testing-framework": "^4.1",
"phpunit/phpcov": "4.0.*",
"squizlabs/php_codesniffer": "^3.4",
"sebastian/phpcpd": "3.0.*",
"nimut/testing-framework": "^5.0",
"phpunit/phpcov": "^4.0",
"squizlabs/php_codesniffer": "^3.5",
"sebastian/phpcpd": "^3.0",
"phpmd/phpmd": "^2.6"
},
"autoload": {
Expand Down

0 comments on commit 72f2218

Please sign in to comment.