Drop support for PHP 7.2

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2020-08-26 09:47:35 +02:00
parent 314aa36e37
commit 5150428b27
No known key found for this signature in database
GPG key ID: 221E9281655813A6
3 changed files with 3 additions and 4 deletions

View file

@ -2,7 +2,6 @@ sudo: false
language: php language: php
php: php:
- 7.2
- 7.3 - 7.3
- 7.4 - 7.4
- nightly - nightly

View file

@ -15,7 +15,7 @@
"sort-packages": true "sort-packages": true
}, },
"require": { "require": {
"php": ">=7.2", "php": ">=7.3",
"respect/stringifier": "^0.2.0", "respect/stringifier": "^0.2.0",
"symfony/polyfill-mbstring": "^1.2" "symfony/polyfill-mbstring": "^1.2"
}, },
@ -26,7 +26,7 @@
"phpstan/phpstan": "^0.12", "phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.5", "phpunit/phpunit": "^9.3",
"respect/coding-standard": "^2.1", "respect/coding-standard": "^2.1",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
"symfony/validator": "^3.0||^4.0", "symfony/validator": "^3.0||^4.0",

View file

@ -7,4 +7,4 @@ you can install it using [Composer](http://getcomposer.org).
composer require respect/validation composer require respect/validation
``` ```
Works on PHP 7.2 or above. Works on PHP 7.3 or above.