Skip to content

Commit

Permalink
fix: allow plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tractorcow committed Nov 14, 2023
1 parent 37656d2 commit f18bc71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,10 @@
"lint-clean": "phpcbf src/ tests/php/"
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}

0 comments on commit f18bc71

Please sign in to comment.