mirror of
https://github.com/danog/Valinor.git
synced 2024-11-30 04:39:05 +01:00
misc: add configuration for Composer allowed plugins
This commit is contained in:
parent
f2d9d1aa6c
commit
2f310cf5ab
@ -56,5 +56,10 @@
|
|||||||
"phpunit --coverage-xml='var/cache/phpunit/coverage' --log-junit='var/cache/phpunit/coverage/junit.xml'",
|
"phpunit --coverage-xml='var/cache/phpunit/coverage' --log-junit='var/cache/phpunit/coverage/junit.xml'",
|
||||||
"infection --threads=12 --skip-initial-tests --coverage='var/cache/phpunit/coverage'"
|
"infection --threads=12 --skip-initial-tests --coverage='var/cache/phpunit/coverage'"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"allow-plugins": {
|
||||||
|
"infection/extension-installer": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user