feat: improved dynamic validation

This commit is contained in:
Björn Fromme
2025-10-31 16:23:06 +01:00
parent a619add4e3
commit 29f415a91f
11 changed files with 143 additions and 292 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"allow": [
"Bash(php -l:*)",
"Bash(./vendor/bin/phpunit --testdox)",
"Bash(./vendor/bin/php-cs-fixer fix:*)"
"Bash(./vendor/bin/php-cs-fixer fix:*)",
"Bash(ddev logs:*)"
],
"deny": []
}