From 8e9c2cc56d0f72ff72fd4fda4eb28397f8cda620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 4 Sep 2023 12:44:50 +0200 Subject: [PATCH 1/2] Remove unneeded `.laminas-ci.json` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All dependencies support PHP 8.3. Signed-off-by: Tim Düsterhus --- .laminas-ci.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .laminas-ci.json diff --git a/.laminas-ci.json b/.laminas-ci.json deleted file mode 100644 index c6aab18..0000000 --- a/.laminas-ci.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "ignore_php_platform_requirements": { - "8.3": true - } -} From db6e9211991856433bd82ad7d75ed08c07addc04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 4 Sep 2023 12:59:15 +0200 Subject: [PATCH 2/2] Revert "Mark `.laminas-ci.json` as `export-ignore`" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As per https://github.com/laminas/laminas-httphandlerrunner/pull/53#issuecomment-1705060637 This reverts commit 7708ee09c791710f111353166833db12b583c6ec. Signed-off-by: Tim Düsterhus --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a973b8e..706c9cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ /.gitattributes export-ignore /.github/ export-ignore /.gitignore export-ignore -/.laminas-ci.json export-ignore /composer.lock export-ignore /docs/ export-ignore /mkdocs.yml export-ignore