Skip to content

Commit

Permalink
Merge pull request #514 from WyriHaximus/configure-allow-composer-plu…
Browse files Browse the repository at this point in the history
…gins

Configure allow Composer plugins
  • Loading branch information
WyriHaximus authored Dec 24, 2021
2 parents ed33994 + bcbfbbc commit 8e27f06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
27 changes: 17 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,24 @@
"conflict": {
"beberlei/assert": ">= 3.3"
},
"autoload": {
"psr-4": {
"WyriHaximus\\TestUtilities\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"WyriHaximus\\Tests\\TestUtilities\\": "tests/"
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"icanhazstring/composer-unused": true,
"infection/extension-installer": true
},
"platform": {
"php": "7.4.7"
},
Expand Down Expand Up @@ -67,16 +84,6 @@
"wyrihaximus/phpstan-rules-wrapper"
]
},
"autoload": {
"psr-4": {
"WyriHaximus\\TestUtilities\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"WyriHaximus\\Tests\\TestUtilities\\": "tests/"
}
},
"scripts": {
"post-install-cmd": [
"composer normalize"
Expand Down
5 changes: 1 addition & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e27f06

Please sign in to comment.