From 15893e771c5472320b8413389942bf16c16ca301 Mon Sep 17 00:00:00 2001 From: Geert Eltink Date: Fri, 7 Jan 2022 07:33:11 +0100 Subject: [PATCH] feat: drop php 7.3 support Signed-off-by: Geert Eltink --- composer.json | 8 ++++---- composer.lock | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 18aedba..bc4a5ff 100644 --- a/composer.json +++ b/composer.json @@ -31,17 +31,17 @@ } }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0", - "mezzio/mezzio-authentication": "^1.0", + "php": "^7.4 || ~8.0.0 || ~8.1.0", + "mezzio/mezzio-authentication": "^1.3", "psr/container": "^1.0 || ^2.0", "psr/http-message": "^1.0.1", "psr/http-server-middleware": "^1.0" }, "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", - "phpspec/prophecy": "^1.12", + "phpspec/prophecy": "^v1.15.0", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^9.5.11" }, "conflict": { "container-interop/container-interop": "<1.2.0", diff --git a/composer.lock b/composer.lock index be01424..ceb0b05 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ac7c9e7f7e5a2327093dd87e316c1c77", + "content-hash": "57919900234cb9fd30edb5099f2c9cc8", "packages": [ { "name": "mezzio/mezzio-authentication", @@ -2801,7 +2801,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "^7.4 || ~8.0.0 || ~8.1.0" }, "platform-dev": [], "plugin-api-version": "2.2.0"