We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71240d commit 90393caCopy full SHA for 90393ca
.travis.yml
@@ -2,8 +2,6 @@ os:
2
- linux
3
language: php
4
php:
5
- - 7.2
6
- - 7.3
7
- 7.4
8
- 8.0
9
env:
composer.json
@@ -29,7 +29,7 @@
29
"vimeo/psalm": "^4.0"
30
},
31
"require": {
32
- "php": "~7.2 || ~8.0",
+ "php": "~7.4 || ~8.0",
33
"dealerdirect/phpcodesniffer-composer-installer": "~0.7",
34
"escapestudios/symfony2-coding-standard": "^3.10.0",
35
"slevomat/coding-standard": "^6.2.0",
0 commit comments