1
0
mirror of https://github.com/danog/postgres.git synced 2024-11-30 04:29:12 +01:00

Update readme

This commit is contained in:
Aaron Piotrowski 2017-11-05 23:22:45 -06:00
parent 0deb3e4f08
commit 7578aa3445
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -10,7 +10,8 @@ This library is a component for [Amp](https://github.com/amphp/amp) that provide
##### Requirements ##### Requirements
- PHP 7 - PHP 7+
- [ext-pgsql](https://secure.php.net/pgsql) or [pecl-pq](https://secure.php.net/pgsql)
##### Installation ##### Installation
@ -28,7 +29,7 @@ You can also manually edit `composer.json` to add this library as a project requ
// composer.json // composer.json
{ {
"require": { "require": {
"amphp/postgres": "^0.1" "amphp/postgres": "^0.2"
} }
} }
``` ```