Skip to content

Commit 5f975b2

Browse files
committed
Add .claude/settings.json
1 parent b3dd5d1 commit 5f975b2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.claude/settings.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(make:*)",
5+
"Bash(vendor/bin/phpunit:*)",
6+
"Bash(vendor/bin/phpstan:*)",
7+
"Bash(vendor/bin/phpbench:*)",
8+
"Bash(php -d zend.assertions=-1 vendor/bin/phpbench:*)",
9+
"Bash(composer install:*)",
10+
"Bash(composer update:*)",
11+
"Bash(composer stan)",
12+
"Bash(composer php-cs-fixer:*)",
13+
"Bash(composer bench:*)",
14+
"Bash(php generate-class-reference.php:*)"
15+
],
16+
"deny": [],
17+
"ask": []
18+
}
19+
}

0 commit comments

Comments
 (0)