Skip to content

Commit fb5e057

Browse files
authored
Merge pull request #68 from captbaritone/drop-support-php-7.0-7.1
2 parents 72ce3c6 + f332edd commit fb5e057

File tree

6 files changed

+50
-137
lines changed

6 files changed

+50
-137
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ php:
33
- 7.4
44
- 7.3
55
- 7.2
6-
- 7.1
7-
- 7.0
86
before_install:
97
- gem install mime-types --version "< 3"
108
- gem install --conservative mailcatcher > /dev/null 2>&1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.0",
12+
"php": "^7.2",
1313
"ext-json": "*",
1414
"guzzlehttp/guzzle": "^6.0 || ^7.0",
1515
"codeception/codeception": "^2.2 || ^3.0 || ^4.0",

0 commit comments

Comments
 (0)