We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4b032 commit 8e2242cCopy full SHA for 8e2242c
composer.json
@@ -1,8 +1,8 @@
1
{
2
"name": "hyperf/database-pgsql",
3
- "type": "library",
4
"description": "A pgsql handler for hyperf/database.",
5
"license": "MIT",
+ "type": "library",
6
"keywords": [
7
"php",
8
"swoole",
@@ -12,10 +12,10 @@
12
],
13
"homepage": "https://hyperf.io",
14
"support": {
15
- "docs": "https://hyperf.wiki",
16
"issues": "https://github.com/hyperf/hyperf/issues",
17
- "pull-request": "https://github.com/hyperf/hyperf/pulls",
18
- "source": "https://github.com/hyperf/hyperf"
+ "source": "https://github.com/hyperf/hyperf",
+ "docs": "https://hyperf.wiki",
+ "pull-request": "https://github.com/hyperf/hyperf/pulls"
19
},
20
"require": {
21
"php": ">=8.1",
0 commit comments