mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Added ext-curl to composer.json suggest property
This commit is contained in:
parent
652d4c39cd
commit
6423d8e777
@ -56,7 +56,8 @@
|
|||||||
"weirdan/prophecy-shim": "^1.0 || ^2.0"
|
"weirdan/prophecy-shim": "^1.0 || ^2.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-igbinary": "^2.0.5"
|
"ext-igbinary": "^2.0.5 is required, used to serialize caching data",
|
||||||
|
"ext-curl": "In order to send data to shepherd"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user