Use Option for single doc queries

This commit is contained in:
2024-06-24 22:04:11 -04:00
parent 124426fa12
commit 0c9490e394
14 changed files with 233 additions and 139 deletions

View File

@@ -19,7 +19,8 @@
"require": {
"php": ">=8.2",
"netresearch/jsonmapper": "^4",
"ext-pdo": "*"
"ext-pdo": "*",
"phpoption/phpoption": "^1.9"
},
"require-dev": {
"phpunit/phpunit": "^11"
@@ -42,4 +43,4 @@
"archive": {
"exclude": [ "/tests", "/.gitattributes", "/.gitignore", "/.git", "/composer.lock" ]
}
}
}