Add extension ds support (#401)

* add extension ds

* add ds tests
This commit is contained in:
Jerry Ma
2024-04-02 15:54:28 +08:00
committed by GitHub
parent 1e494a2213
commit 9fd56987ef
3 changed files with 18 additions and 4 deletions

View File

@@ -52,6 +52,16 @@
"path": "COPYING"
}
},
"ext-ds": {
"type": "url",
"url": "https://pecl.php.net/get/ds",
"path": "php-src/ext/ds",
"filename": "ds.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"ext-event": {
"type": "url",
"url": "https://bitbucket.org/osmanov/pecl-event/get/3.0.8.tar.gz",