Skip to content

Commit

Permalink
Merge pull request #119 from bearsunday/allow-plugins
Browse files Browse the repository at this point in the history
Add allow-plugins config
  • Loading branch information
koriym authored Jan 6, 2022
2 parents 922f0a5 + 0df6885 commit a2324a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
},
"config": {
"sort-packages": true,
"process-timeout": 0
"process-timeout": 0,
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
}
}
6 changes: 6 additions & 0 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
"slevomat/coding-standard": "^7.0",
"squizlabs/php_codesniffer": "^3.6",
"vimeo/psalm": "^4.11"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
}
}
}

0 comments on commit a2324a1

Please sign in to comment.