From 6389763d1fb9baa4449eb8d4be1c6a45275c5dfd Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 24 Jul 2024 16:16:14 +0200 Subject: [PATCH] chore: drop PHP 7.1 Why ? Because. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 787b50e..5bf9c39 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ "phpcbf": "@php ./vendor/bin/phpcbf" }, "require": { - "php": "^7.1 || ^8.0", + "php": "^7.2 || ^8.0", "ext-openssl":"*" }, "require-dev": { - "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11", + "phpunit/phpunit": "^8 || ^9 || ^10 || ^11", "wdes/coding-standard": "^3.3" }, "autoload": {