Skip to content

Commit

Permalink
Change the PHP support to version 7.2 or aboce
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
henriquemoody committed Apr 4, 2020
1 parent fb28332 commit b4ad2f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false
language: php

php:
- 7.2
- 7.3
- 7.4
- nightly
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sort-packages": true
},
"require": {
"php": ">=7.3",
"php": ">=7.2",
"respect/stringifier": "^0.2.0",
"symfony/polyfill-mbstring": "^1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ you can install it using [Composer](http://getcomposer.org).
composer require respect/validation
```

Works on PHP 7.3 or above.
Works on PHP 7.2 or above.

0 comments on commit b4ad2f6

Please sign in to comment.