Skip to content

Commit

Permalink
Allow ocramius/package-versions plugin
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rybakit committed Jul 14, 2022
1 parent a463c95 commit 4ddba6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"ocramius/package-versions": true
}
}
}

0 comments on commit 4ddba6d

Please sign in to comment.