1
0
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:
sasezaki 2021-11-07 12:03:25 +09:00
parent 652d4c39cd
commit 6423d8e777

View File

@ -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,