mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Set allow-plugins for Composer 2.2
This new configuration has been introduced with Composer 2.2: https://github.com/composer/composer/releases/tag/2.2.0-RC1
This commit is contained in:
parent
fb07d5819c
commit
e96ab8d923
@ -60,6 +60,9 @@
|
||||
"ext-curl": "In order to send data to shepherd"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"bamarni/composer-bin-plugin": true
|
||||
},
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true,
|
||||
"platform-check": false
|
||||
|
Loading…
Reference in New Issue
Block a user