Add extension dio support (#590)

* Add extension dio support

* cs-fix
This commit is contained in:
Jerry Ma
2025-01-25 18:43:12 +09:00
committed by GitHub
parent 36b4ef306e
commit f19e90afd7
5 changed files with 52 additions and 6 deletions

View File

@@ -69,6 +69,16 @@
"path": "COPYING"
}
},
"dio": {
"type": "url",
"url": "https://pecl.php.net/get/dio",
"path": "php-src/ext/dio",
"filename": "dio.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"ext-ds": {
"type": "url",
"url": "https://pecl.php.net/get/ds",