v3 #11
@@ -5,7 +5,7 @@ This library allows SQLite and PostgreSQL to be treated as document databases. I
|
|||||||
## Add via Composer
|
## Add via Composer
|
||||||
|
|
||||||
[
|
[
|
||||||
](https://packagist.org/packages/bit-badger/pdo-document#v1.2.0) [
|
](https://packagist.org/packages/bit-badger/pdo-document#v1.2.0) [
|
||||||
](https://packagist.org/packages/bit-badger/pdo-document#v2.2.0) [
|
](https://packagist.org/packages/bit-badger/pdo-document#v2.2.0) [
|
||||||
](https://packagist.org/packages/bit-badger/pdo-document)
|
](https://packagist.org/packages/bit-badger/pdo-document)
|
||||||
|
|
||||||
|
|||||||
7
index.md
7
index.md
@@ -7,11 +7,12 @@ PDODocument is a PHP library that implements [relational document](/) concepts o
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
[
|
[
|
||||||
](https://packagist.org/packages/bit-badger/pdo-document#v1.1.0) [
|
](https://packagist.org/packages/bit-badger/pdo-document#v1.2.0) [
|
||||||
|
](https://packagist.org/packages/bit-badger/pdo-document#v2.2.0) [
|
||||||
](https://packagist.org/packages/bit-badger/pdo-document)
|
](https://packagist.org/packages/bit-badger/pdo-document)
|
||||||
|
|
||||||
The library is [listed on Packagist][pkg] as `bit-badger/pdo-document`. v1.x targets PHP 8.2 and 8.3, while v2.x targets PHP 8.4 and up. Run `composer require bit-badger/pdo-document` (or add it to your `composer.json` manually), and it should select the appropriate version based on the target PHP version of your project.
|
The library is [listed on Packagist][pkg] as `bit-badger/pdo-document`. v1.x targets PHP 8.2 and 8.3; v2.x targets PHP 8.4; and v3.x targets PHP 8.5 and up. Run `composer require bit-badger/pdo-document` (or add it to your `composer.json` manually), and it should select the appropriate version based on the target PHP version of your project.
|
||||||
|
|
||||||
## Using
|
## Using
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user