From 6c03b2f86547d287bc30c184fdbe8a4cf6a67754 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 2 Mar 2024 13:47:59 +0100 Subject: [PATCH] feat: drop support for PHP < 7.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 74b27de..f0bbfc6 100755 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "nyholm/psr7": "^1.0", "php-http/curl-client": "^2.2", "php-http/mock-client": "^1.2",