We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882dc09 commit dcc80ecCopy full SHA for dcc80ec
composer.json
@@ -35,7 +35,7 @@
35
"phan/phan": "^6.0.0",
36
"phpstan/phpstan": "^2.0",
37
"phpstan/phpstan-strict-rules": "^2.0",
38
- "phpunit/phpunit": "^9.6.15",
+ "phpunit/phpunit": "> 9.6.15 < 9.6.33",
39
"psalm/plugin-phpunit": "^0.19",
40
"sabre/event": ">= 5.1.6",
41
"symfony/filesystem": ">= 5.4.45",
@@ -47,6 +47,9 @@
47
"cweagans/composer-patches": true,
48
"dealerdirect/phpcodesniffer-composer-installer": true,
49
"ergebnis/composer-normalize": true
50
+ },
51
+ "audit": {
52
+ "block-insecure": false
53
}
54
55
0 commit comments