Skip to content

Commit 4ddba6d

Browse files
committed
Allow ocramius/package-versions plugin
Fixes the following error: Error: ocramius/package-versions contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. See https://getcomposer.org/allow-plugins
1 parent a463c95 commit 4ddba6d

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
@@ -41,6 +41,9 @@
4141
"preferred-install": {
4242
"*": "dist"
4343
},
44-
"sort-packages": true
44+
"sort-packages": true,
45+
"allow-plugins": {
46+
"ocramius/package-versions": true
47+
}
4548
}
4649
}

0 commit comments

Comments
 (0)