Skip to content

Commit

Permalink
dropping php 7.3 to take advantage of php 7.4-specific features
Browse files Browse the repository at this point in the history
  • Loading branch information
bapcltd-marv committed Jan 28, 2020
1 parent ab69633 commit 9d67c5e
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.3.0
- 7.3
- 7.4.0
- 7.4

before_script:
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.3",
"php": "^7.4",
"ext-fileinfo": "*",
"ext-iconv": "*",
"ext-imap": "*",
Expand Down

0 comments on commit 9d67c5e

Please sign in to comment.