Skip to content

Commit 7556cdf

Browse files
committed
Allow to run grumphp plugin (composer 2.2+)
1 parent 44bd599 commit 7556cdf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
"symfony/security-core": "^5.3 || ^6.0"
2626
},
2727
"config": {
28-
"sort-packages": true
28+
"sort-packages": true,
29+
"allow-plugins": {
30+
"phpro/grumphp-shim": true
31+
}
2932
},
3033
"autoload": {
3134
"psr-4": {

0 commit comments

Comments
 (0)