Skip to content

Commit 44bbd62

Browse files
committed
add infection to composer allow plugins
1 parent 878e18d commit 44bbd62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,10 @@
5959
"yml:lint": "docker run --rm -it -v $(pwd):/data cytopia/yamllint .",
6060
"markdown:lint": "docker run --rm -v $(pwd):/work tmknom/markdownlint '**/*.md' --ignore vendor",
6161
"docs:serve": "docker run --rm -d -p 3000:3000 -v $(pwd)/docs:/docs sujaykumarh/docsify serve"
62+
},
63+
"config": {
64+
"allow-plugins": {
65+
"infection/extension-installer": true
66+
}
6267
}
6368
}

0 commit comments

Comments
 (0)