From 083c27d7b91adbcf1b494342deea56fd6325e57b Mon Sep 17 00:00:00 2001 From: bota Date: Thu, 31 Jul 2025 12:10:18 +0300 Subject: [PATCH] removed laminas-ci folder Signed-off-by: bota --- .laminas-ci/pre-run.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 .laminas-ci/pre-run.sh diff --git a/.laminas-ci/pre-run.sh b/.laminas-ci/pre-run.sh deleted file mode 100755 index b891c0e..0000000 --- a/.laminas-ci/pre-run.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -# Due to the fact that we are disabling plugins when installing/updating/downgrading composer dependencies -# we have to manually enable the coding standard here. -#composer enable-codestandard