Skip to content

Commit

Permalink
dropping php 7.2, which is receiving security fixes only as of the 30…
Browse files Browse the repository at this point in the history
…th of November, 2019
  • Loading branch information
bapcltd-marv committed Jan 28, 2020
1 parent fe206e5 commit ab69633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ env:

language: php
php:
- 7.2.0
- 7.2
- 7.3.0
- 7.3
- 7.4

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"sort-packages": true
},
"require": {
"php": "^7.2",
"php": "^7.3",
"ext-fileinfo": "*",
"ext-iconv": "*",
"ext-imap": "*",
Expand Down

0 comments on commit ab69633

Please sign in to comment.