Skip to content

Commit

Permalink
Add allow-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Jan 29, 2022
1 parent f13e5c6 commit 6e91a1d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Expand Up @@ -10,12 +10,17 @@
}
],
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true,
"phpstan/extension-installer": true
}
},
"require": {
"php": "^7.4 || ^8.0",
"thecodingmachine/safe": "^1.0.2",
"webonyx/graphql-php": "^14.0"
"webonyx/graphql-php": "dev-master"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
Expand Down

0 comments on commit 6e91a1d

Please sign in to comment.