add pecl type to downloader, fixes pecl/get giving us v3 of protobuf instead of v5.

This commit is contained in:
henderkes
2026-03-26 12:10:51 +07:00
parent d35cbd7bf8
commit 423b916736
4 changed files with 77 additions and 96 deletions

View File

@@ -11,6 +11,7 @@
"require": {
"php": ">= 8.3",
"ext-mbstring": "*",
"ext-simplexml": "*",
"ext-zlib": "*",
"laravel/prompts": "^0.1.12",
"symfony/console": "^5.4 || ^6 || ^7",