Skip to content

Commit

Permalink
Allow composer/package-versions-deprecated plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Jan 15, 2022
1 parent f9899d2 commit c01cd4d
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 @@ -44,6 +44,9 @@
},
"config": {
"sort-packages": true,
"optimize-autoloader": true
"optimize-autoloader": true,
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
}

0 comments on commit c01cd4d

Please sign in to comment.