Skip to content

Commit c2d651c

Browse files
committed
Drop support for PHP < 7.4
1 parent fb9eefc commit c2d651c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
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:

composer.json

Lines changed: 1 addition & 1 deletion
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": "^7.0.1",

0 commit comments

Comments
 (0)