We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9054aea commit c413afaCopy full SHA for c413afa
.travis.yml
@@ -3,6 +3,7 @@ php:
3
- 7.2
4
- 7.3
5
- 7.4
6
+ - 8.0
7
env:
8
- dependencies=lowest
9
- dependencies=highest
composer.json
@@ -6,13 +6,13 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
- "php": "~7.1",
+ "php": "^7.2 || ^8.0",
10
"phpstan/phpstan": "^0.12",
11
"typo3/cms-core": "^8.7 || ^9.5 || ^10.4 || 11.*.*@dev",
12
"typo3/cms-extbase": "^8.7 || ^9.5 || ^10.4 || 11.*.*@dev"
13
},
14
"require-dev": {
15
- "consistence/coding-standard": "^3.8",
+ "consistence-community/coding-standard": "^3.8",
16
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
17
"php-parallel-lint/php-parallel-lint": "^1.2",
18
"phing/phing": "^2.16.0",
0 commit comments