Skip to content

Commit

Permalink
Drop support for PHP < 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Apr 29, 2021
1 parent fb9eefc commit c2d651c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ os:
- linux
language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0
env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"vimeo/psalm": "^4.0"
},
"require": {
"php": "~7.2 || ~8.0",
"php": "~7.4 || ~8.0",
"dealerdirect/phpcodesniffer-composer-installer": "~0.7",
"escapestudios/symfony2-coding-standard": "^3.10.0",
"slevomat/coding-standard": "^7.0.1",
Expand Down

0 comments on commit c2d651c

Please sign in to comment.