From 996b8ad67410a20f0df0e2315a174b4c58f21e1a Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sun, 10 Mar 2024 10:22:18 -0500 Subject: [PATCH] Update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ac60ce..12147c3 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,17 @@ This package provides common classes shared by [`amphp/mysql`](https://github.com/amphp/mysql) and [`amphp/postgres`](https://github.com/amphp/postgres). +## Requirements + +- PHP 8.1+ + ## Versioning -`amphp/sql` follows the [semver](http://semver.org/) semantic versioning specification like all other `amphp` packages. +`amphp/sql-common` follows the [semver](http://semver.org/) semantic versioning specification like all other `amphp` packages. ## Security -If you discover any security related issues, please email [`contact@amphp.org`](mailto:contact@amphp.org) instead of using the issue tracker. +If you discover any security related issues, please use the private security issue reporter instead of using the public issue tracker. ## License