Skip to content

Commit b4ad2f6

Browse files
committed
Change the PHP support to version 7.2 or aboce
Since there will still be secutiry support until 30 Nov 2020 and there was something happening in Travis when generating coverage with newer versions of PHP which I'm not in the mood to debug, I decided to change the support again, this time to version 7.2. Signed-off-by: Henrique Moody <[email protected]>
1 parent fb28332 commit b4ad2f6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ sudo: false
22
language: php
33

44
php:
5+
- 7.2
56
- 7.3
67
- 7.4
78
- nightly

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"sort-packages": true
1616
},
1717
"require": {
18-
"php": ">=7.3",
18+
"php": ">=7.2",
1919
"respect/stringifier": "^0.2.0",
2020
"symfony/polyfill-mbstring": "^1.2"
2121
},

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ you can install it using [Composer](http://getcomposer.org).
77
composer require respect/validation
88
```
99

10-
Works on PHP 7.3 or above.
10+
Works on PHP 7.2 or above.

0 commit comments

Comments
 (0)