From 9e39f054dea426422416314e6955e23b66961156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Rie=C3=9F?= Date: Sun, 25 Aug 2024 16:20:03 +0200 Subject: [PATCH 1/3] updated php versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3c481cb..1c91cfc 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "docs": "https://mudpi.app/docs" }, "require": { - "php": "^7.2" + "php": "^7.3||8.3" }, "autoload": { "psr-4": { From d8f219a17633d4dbfbdb827997faa66a8b65aa1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Rie=C3=9F?= Date: Sun, 25 Aug 2024 16:24:49 +0200 Subject: [PATCH 2/3] Revert "updated php versions" This reverts commit 9e39f054dea426422416314e6955e23b66961156. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1c91cfc..3c481cb 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "docs": "https://mudpi.app/docs" }, "require": { - "php": "^7.3||8.3" + "php": "^7.2" }, "autoload": { "psr-4": { From 26cb40a1733fab888f706d5609a87cbe864a76ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Rie=C3=9F?= Date: Sun, 25 Aug 2024 16:25:34 +0200 Subject: [PATCH 3/3] update php versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3c481cb..96a9382 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "docs": "https://mudpi.app/docs" }, "require": { - "php": "^7.2" + "php": "^7.3||^8.3" }, "autoload": { "psr-4": {