Skip to content

Commit 8444f00

Browse files
author
Daniel Opitz
committed
Update php version
1 parent 32bcbbc commit 8444f00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1+
12+
* PHP 7.0+
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.1"
18+
"php": ">=7.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^6.0|^7.0"

0 commit comments

Comments
 (0)