From 4ec10c78f62f590eedce9c8bcdd25a9a948c410c Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 12 May 2026 23:16:51 +0700 Subject: [PATCH 1/2] chore: bump structarmed to 0.4.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d50630ceb136..892ada245915 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "psr/log": "^3.0" }, "require-dev": { - "boundwize/structarmed": "0.4.0", + "boundwize/structarmed": "0.4.5", "codeigniter/phpstan-codeigniter": "^1.5", "fakerphp/faker": "^1.24", "kint-php/kint": "^6.1", From 22344f510b60c223b09ef1a3295132c76b34505e Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 12 May 2026 23:18:44 +0700 Subject: [PATCH 2/2] chore: skip system/ThirdParty --- structarmed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/structarmed.php b/structarmed.php index 13cbd93af2d2..97ad5c018e60 100644 --- a/structarmed.php +++ b/structarmed.php @@ -20,6 +20,7 @@ Psr4Preset::CLASSES_MUST_MATCH_COMPOSER => [ __DIR__ . '/tests/system/Config/fixtures', ], + __DIR__ . '/system/ThirdParty', ]) ->cacheDirectory(is_dir('/tmp') ? '/tmp/structarmed' : null) ->withPreset(Preset::PSR4());