Skip to content

Commit

Permalink
Revert "[TASK] update composer dependencies and travis for PHP 7.2"
Browse files Browse the repository at this point in the history
This reverts commit a3e2ef1.
  • Loading branch information
Felix Semmler committed Feb 20, 2020
1 parent e1d09ee commit b79a7c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

env:
- TYPO3_VERSION=^8.7 COVERAGE=0 FUNCTIONAL=0
Expand All @@ -12,11 +13,19 @@ env:
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:
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0
php: 7.0
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0
php: 7.1
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0
php: 7.2
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=1
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0
- php: 7.3

sudo: false

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.0",
"ext-json": "*",
"typo3/cms-core": ">=8.7.0, <=8.7.99",
"typo3/cms-extbase": "*",
"typo3/cms-scheduler": "*"
},
"require-dev": {
"typo3/cms": "^8.7",
"nimut/testing-framework": "^5.0",
"phpunit/phpcov": "^5.0",
"squizlabs/php_codesniffer": "^3.5",
"sebastian/phpcpd": "^4.1",
"phpmd/phpmd": "^2.8"
"nimut/testing-framework": "^4.1",
"phpunit/phpcov": "4.0.*",
"squizlabs/php_codesniffer": "^3.4",
"sebastian/phpcpd": "3.0.*",
"phpmd/phpmd": "^2.6"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit b79a7c2

Please sign in to comment.