Skip to content

Commit 7ba0714

Browse files
committed
Fix phpstan issue: ocramius/package-versions contains a Composer plugin which is blocked by your allow-plugins config
1 parent 8962cdb commit 7ba0714

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"sort-packages": true,
77
"preferred-install": {
88
"pimcore/pimcore": "source"
9-
}
9+
},
10+
"allow-plugins": {
11+
"ocramius/package-versions": true
12+
}
1013
},
1114
"require": {
1215
"box/spout": "^3.0",

0 commit comments

Comments
 (0)