We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5ad0cb + 22344f5 commit 8533ba6Copy full SHA for 8533ba6
2 files changed
composer.json
@@ -17,7 +17,7 @@
17
"psr/log": "^3.0"
18
},
19
"require-dev": {
20
- "boundwize/structarmed": "0.4.0",
+ "boundwize/structarmed": "0.4.5",
21
"codeigniter/phpstan-codeigniter": "^1.5",
22
"fakerphp/faker": "^1.24",
23
"kint-php/kint": "^6.1",
structarmed.php
@@ -20,6 +20,7 @@
Psr4Preset::CLASSES_MUST_MATCH_COMPOSER => [
__DIR__ . '/tests/system/Config/fixtures',
],
+ __DIR__ . '/system/ThirdParty',
24
])
25
->cacheDirectory(is_dir('/tmp') ? '/tmp/structarmed' : null)
26
->withPreset(Preset::PSR4());
0 commit comments