feat: improved dynamic validation

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent 5275e6c732
commit 5c5f164aa2
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": []
}