Skip to content

Commit 90393ca

Browse files
committed
Drop support for PHP < 7.4
1 parent f71240d commit 90393ca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: .travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ os:
22
- linux
33
language: php
44
php:
5-
- 7.2
6-
- 7.3
75
- 7.4
86
- 8.0
97
env:

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"vimeo/psalm": "^4.0"
3030
},
3131
"require": {
32-
"php": "~7.2 || ~8.0",
32+
"php": "~7.4 || ~8.0",
3333
"dealerdirect/phpcodesniffer-composer-installer": "~0.7",
3434
"escapestudios/symfony2-coding-standard": "^3.10.0",
3535
"slevomat/coding-standard": "^6.2.0",

0 commit comments

Comments
 (0)