Skip to content

Commit 3304afa

Browse files
committed
Reduce min required PHP version from 7.2 to 7.1
1 parent eac829a commit 3304afa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ env:
1616
matrix:
1717
fast_finish: true
1818
include:
19+
- php: 7.1
20+
env:
21+
- CODE_COVERAGE="1"
1922
- php: 7.2
2023
env:
2124
- CODE_COVERAGE="1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Critical bug fixes and security relates fixes can also be backported to older re
455455
| 1.x | EOL | \>=5.3 |
456456
| 2.x | maintainance | \>=5.3 & HHVM<4 |
457457
| 3.x | active | \>=5.6 & HHVM<4 |
458-
| 4.x | development | \>=7.2 |
458+
| 4.x | development | \>=7.1 |
459459

460460

461461
# New BSD License

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}],
1818
"license": "BSD-3-Clause",
1919
"require": {
20-
"php": ">=7.2",
20+
"php": ">=7.1",
2121
"ext-reflection": "*"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)