Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix allow-plugins for composer 2.2.5+
Browse files Browse the repository at this point in the history
mvorisek committed Jan 17, 2022
1 parent 0572474 commit b74220e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -73,9 +73,10 @@
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
}
},
"sort-packages": true
}
}

0 comments on commit b74220e

Please sign in to comment.