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

Commit f8af2c2

Browse files
committed
Sync config files from main
1 parent 2909ed9 commit f8af2c2

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/.vitepress/config/ext.json

+8
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,14 @@
623623
"dom"
624624
]
625625
},
626+
"yac": {
627+
"type": "external",
628+
"source": "yac",
629+
"arg-type-unix": "custom",
630+
"ext-depends-unix": [
631+
"igbinary"
632+
]
633+
},
626634
"yaml": {
627635
"type": "external",
628636
"source": "yaml",

docs/.vitepress/config/source.json

+10
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,16 @@
673673
"path": "COPYING"
674674
}
675675
},
676+
"yac": {
677+
"type": "url",
678+
"url": "https://pecl.php.net/get/yac",
679+
"path": "php-src/ext/yac",
680+
"filename": "yac.tgz",
681+
"license": {
682+
"type": "file",
683+
"path": "LICENSE"
684+
}
685+
},
676686
"yaml": {
677687
"type": "git",
678688
"path": "php-src/ext/yaml",

0 commit comments

Comments
 (0)