add postgresql and custom downloader

This commit is contained in:
crazywhalecc
2023-04-09 12:11:14 +08:00
parent 9970986a52
commit 76e95b8c55
8 changed files with 122 additions and 5 deletions

View File

@@ -44,6 +44,13 @@
"path": "LICENSE.TXT"
}
},
"postgresql": {
"type": "custom",
"license": {
"type": "file",
"path": "COPYRIGHT"
}
},
"gmp": {
"type": "filelist",
"url": "https://gmplib.org/download/gmp/",
@@ -224,6 +231,13 @@
"path": "LICENSE"
}
},
"php-src": {
"type": "custom",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"redis": {
"type": "git",
"path": "php-src/ext/redis",