Skip to content

Commit 00accd5

Browse files
committed
Fix phpstan issue: ocramius/package-versions contains a Composer plugin which is blocked by your allow-plugins config
1 parent c43ea11 commit 00accd5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
"preferred-install": {
88
"pimcore/pimcore": "source"
99
},
10-
"allow-plugins": {
11-
"ocramius/package-versions": true
12-
}
13-
},
14-
"require": {
15-
"php": "^8.0",
10+
"allow-plugins": {
11+
"ocramius/package-versions": true
12+
}
13+
},
14+
"require": {"php": "^8.0",
1615
"box/spout": "^3.0",
1716
"doctrine/dbal": "^2.13.1",
1817
"doctrine/migrations": "^3.0.2",

0 commit comments

Comments
 (0)