Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 76cc754

Browse files
committed
Sync config files from main
1 parent 92a7bce commit 76cc754

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/.vitepress/config/ext.json

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
"xml"
5858
]
5959
},
60+
"ds": {
61+
"type": "external",
62+
"source": "ext-ds"
63+
},
6064
"event": {
6165
"type": "external",
6266
"source": "ext-event",

docs/.vitepress/config/source.json

+10
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@
5252
"path": "COPYING"
5353
}
5454
},
55+
"ext-ds": {
56+
"type": "url",
57+
"url": "https://pecl.php.net/get/ds",
58+
"path": "php-src/ext/ds",
59+
"filename": "ds.tgz",
60+
"license": {
61+
"type": "file",
62+
"path": "LICENSE"
63+
}
64+
},
5565
"ext-event": {
5666
"type": "url",
5767
"url": "https://bitbucket.org/osmanov/pecl-event/get/3.0.8.tar.gz",

0 commit comments

Comments
 (0)