Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Morard committed Mar 23, 2017
1 parent 1ac59dc commit 65644ed
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ PHP stubs for the php cassandra extension.
## Requirements

* PHP >= 5.3
* Cassandra php druver https://github.com/datastax/php-driver
* Cassandra php driver https://github.com/datastax/php-driver

Cassandra php driver (https://github.com/datastax/php-driver) hasn't
appropriate version number.
The only version number available is for C/C++ driver
version (wich is not the version of the extension itself).
Because of it, version of this library follow the cassandra
php-driver real version.

If you need to use cassandra php-driver v1.2.2, please install our library at 1.2.2
Follow the exact same logic for other available versions.

## Installing via Composer

Expand All @@ -21,7 +30,7 @@ Create the composer.json file as follows:
```json
{
"require-dev": {
"sachoo/cassandra-stubs": "~1.*"
"sachoo/cassandra-stubs": "1.3.0"
}
}
```
Expand Down

0 comments on commit 65644ed

Please sign in to comment.