Skip to content

Commit f9c9a2c

Browse files
committed
Drop PHP 7.0 support
1 parent 4c06620 commit f9c9a2c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ checks:
2020
tools:
2121
external_code_coverage:
2222
timeout: 600
23-
runs: 4
23+
runs: 6
2424

2525
build:
2626
nodes:

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ dist: trusty
22
language: php
33

44
php:
5-
- 7.0
65
- 7.1
76
- 7.2
87
- 7.3

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## Unreleased
88

9-
- Nothing
9+
### Removed
10+
- Dropped PHP 7.0 support
1011

1112
## [2.2.0] - 2019-03-06
1213

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^7.0",
25+
"php": "^7.1",
2626
"danielstjules/stringy": "^3.1",
2727
"php-http/discovery": "^1.4",
2828
"php-http/mock-client": "^1.2",

0 commit comments

Comments
 (0)