We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dd5d1 commit 5f975b2Copy full SHA for 5f975b2
.claude/settings.json
@@ -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