Skip to content

Commit

Permalink
fix Composer 2.2 compatibility (see report #309)
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Dec 13, 2021
1 parent b110f1e commit ac23e4d
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 @@ -82,6 +82,9 @@
"prefer-stable": true,
"config": {
"sort-packages": true,
"optimize-autoloader": true
"optimize-autoloader": true,
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
}

0 comments on commit ac23e4d

Please sign in to comment.