Skip to content

Commit fb1da58

Browse files
committed
Drop support for PHP 7.0 and 7.1
1 parent 122476d commit fb1da58

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22

33
php:
4-
- 7.0
5-
- 7.1
64
- 7.2
75
- 7.3
86
- nightly

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ A collection of simple debug functions which might be helpful in case a full-fle
99

1010
The following versions of PHP are supported:
1111

12-
* PHP 7.0
13-
* PHP 7.1
1412
* PHP 7.2
13+
* PHP 7.3
14+
* PHP 7.4
1515

1616
## Installation
1717

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.0",
13+
"php": ">=7.2",
1414
"psr/log": "^1.0"
1515
},
1616
"require-dev": {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)