Skip to content

Commit a3f3e85

Browse files
committed
Bump phongo version and link to jira
1 parent 1b4de41 commit a3f3e85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ and will serve as the default reference interface when creating other bindings.
1616
As `PHongo libraries` is an abstraction layer for PHongo, it naturally requires
1717
[PHongo to be installed](http://10gen-labs.github.io/mongo-php-driver-prototype/#installation):
1818

19-
$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.2/phongo-0.1.2.tgz
20-
$ pecl install phongo-0.1.2.tgz
19+
$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.5/phongo-0.1.5.tgz
20+
$ pecl install phongo-0.1.5.tgz
2121
$ echo "extension=phongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
2222

2323
The best way to then install `PHongo libraries` is via [composer](https://getcomposer.org/)
@@ -32,7 +32,7 @@ by adding the following to
3232
}
3333
],
3434
"require": {
35-
"ext-phongo": ">=0.1.2",
35+
"ext-phongo": ">=0.1.5",
3636
"10gen-labs/mongo-php-libraries-prototype": "dev-master"
3737
}
3838
```
@@ -44,4 +44,4 @@ $ composer install
4444
```
4545

4646
## Reporting tickets
47-
TODO
47+
- https://jira.mongodb.org/secure/CreateIssue.jspa?pid=12483&issuetype=1

0 commit comments

Comments
 (0)