Skip to content

Commit

Permalink
Merge pull request #68 from captbaritone/drop-support-php-7.0-7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesking56 authored Jul 23, 2020
2 parents 72ce3c6 + f332edd commit fb5e057
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 137 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ php:
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
before_install:
- gem install mime-types --version "< 3"
- gem install --conservative mailcatcher > /dev/null 2>&1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.2",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"codeception/codeception": "^2.2 || ^3.0 || ^4.0",
Expand Down
Loading

0 comments on commit fb5e057

Please sign in to comment.