Add PostgreSQL Support (#3)

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2024-06-21 13:46:41 +00:00
parent 330e272187
commit 124426fa12
61 changed files with 2290 additions and 223 deletions

12
composer.lock generated
View File

@@ -619,16 +619,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.2.0",
"version": "11.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "705eba0190afe04bc057f565ad843267717cf109"
"reference": "1b8775732e9c401bda32df3ffbdf90dec7533ceb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/705eba0190afe04bc057f565ad843267717cf109",
"reference": "705eba0190afe04bc057f565ad843267717cf109",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1b8775732e9c401bda32df3ffbdf90dec7533ceb",
"reference": "1b8775732e9c401bda32df3ffbdf90dec7533ceb",
"shasum": ""
},
"require": {
@@ -699,7 +699,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.0"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.1"
},
"funding": [
{
@@ -715,7 +715,7 @@
"type": "tidelift"
}
],
"time": "2024-06-07T04:48:50+00:00"
"time": "2024-06-11T07:30:35+00:00"
},
{
"name": "sebastian/cli-parser",