wip: additional services with constraints

This commit is contained in:
Björn Fromme
2025-07-25 18:12:55 +02:00
parent 2ec61d5086
commit 9c5597eb23
28 changed files with 141 additions and 63 deletions
+5 -2
View File
@@ -1,8 +1,11 @@
{
"permissions": {
"allow": [
"Bash(php -l:*)"
"Bash(php -l:*)",
"Bash(./vendor/bin/phpunit --testdox)",
"Bash(./vendor/bin/php-cs-fixer fix:*)",
"Bash(./vendor/bin/php-cs-fixer fix:*)"
],
"deny": []
}
}
}