From 0bbf6e68bb71cbc6b79214d1ea8690c6897e5f32 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 Mar 2024 15:43:04 +0100 Subject: update to 1.5.0 raise dependency on PHP 7.2 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index c85480a..a998783 100644 --- a/composer.json +++ b/composer.json @@ -24,13 +24,13 @@ "require": { "ext-openssl": "*", "ext-pcre": "*", - "php": "^5.3.2 || ^7.0 || ^8.0" + "php": "^7.2 || ^8.0" }, "require-dev": { "symfony/phpunit-bridge": "^4.2 || ^5", - "phpstan/phpstan": "^0.12.55", + "phpstan/phpstan": "^1.10", "psr/log": "^1.0", - "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" + "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "autoload": { "psr-4": { @@ -48,7 +48,7 @@ } }, "scripts": { - "test": "SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1 vendor/bin/simple-phpunit", + "test": "vendor/bin/simple-phpunit", "phpstan": "vendor/bin/phpstan analyse" } } -- cgit