mirror of
https://github.com/danog/postgres.git
synced 2024-11-30 04:29:12 +01:00
Update readme
This commit is contained in:
parent
0deb3e4f08
commit
7578aa3445
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user