Disable composer security block to allow install
This commit is contained in:
parent
a757a9068e
commit
77865fcb6b
1 changed files with 2 additions and 1 deletions
|
|
@ -22,6 +22,7 @@
|
|||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
"sort-packages": true,
|
||||
"policy.advisories.block": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue