Skip to content

Commit 8533ba6

Browse files
authored
Merge pull request #10195 from samsonasik/chore-bump-structarmed
chore: bump structarmed to 0.4.5
2 parents f5ad0cb + 22344f5 commit 8533ba6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"psr/log": "^3.0"
1818
},
1919
"require-dev": {
20-
"boundwize/structarmed": "0.4.0",
20+
"boundwize/structarmed": "0.4.5",
2121
"codeigniter/phpstan-codeigniter": "^1.5",
2222
"fakerphp/faker": "^1.24",
2323
"kint-php/kint": "^6.1",

structarmed.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
Psr4Preset::CLASSES_MUST_MATCH_COMPOSER => [
2121
__DIR__ . '/tests/system/Config/fixtures',
2222
],
23+
__DIR__ . '/system/ThirdParty',
2324
])
2425
->cacheDirectory(is_dir('/tmp') ? '/tmp/structarmed' : null)
2526
->withPreset(Preset::PSR4());

0 commit comments

Comments
 (0)