Skip to content

Commit

Permalink
AVRO-3413: Add allow-plugins to PHP build (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSkraba committed Feb 24, 2022
1 parent 5a8c87a commit 57a8caf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
"require-dev": {
"phpunit/phpunit": "^9.1",
"squizlabs/php_codesniffer": "^3.5"
},
"config": {
"allow-plugins": {
"beberlei/composer-monorepo-plugin": true
}
}
}

0 comments on commit 57a8caf

Please sign in to comment.