Skip to content

Commit 446d27d

Browse files
author
Daniel Opitz
committed
Update php version
1 parent 52f7b1d commit 446d27d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

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

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
76

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Requirements
1111

12-
* PHP 7.0+
12+
* PHP 7.1+
1313

1414
## Installation
1515

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.0"
18+
"php": ">=7.1"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^6.0|^7.0"

0 commit comments

Comments
 (0)