diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a929ee8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/test export-ignore diff --git a/composer.json b/composer.json index 3650240..f3c3323 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,23 @@ { "name": "bit-badger/pdo-document", + "description": "Treat SQLite (and soon PostgreSQL) as a document store", + "keywords": ["database", "document", "sqlite", "pdo"], + "license": "MIT", + "authors": [ + { + "name": "Daniel J. Summers", + "email": "daniel@bitbadger.solutions", + "homepage": "https://bitbadger.solutions", + "role": "Developer" + } + ], + "support": { + "email": "daniel@bitbadger.solutions", + "source": "https://git.bitbadger.solutions/bit-badger/pdo-document", + "rss": "https://git.bitbadger.solutions/bit-badger/pdo-document.rss" + }, "require": { + "php": ">=8.3", "netresearch/jsonmapper": "^4", "ext-pdo": "*" }, diff --git a/composer.lock b/composer.lock index 3f0b880..c9a364a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "eada4b7eb6f976e0aaf0b54b92e2ca32", + "content-hash": "ca79f450e8e715ad61ba3581734c0fe7", "packages": [ { "name": "netresearch/jsonmapper", @@ -1697,6 +1697,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { + "php": ">=8.3", "ext-pdo": "*" }, "platform-dev": [],