Skip to content

Commit

Permalink
Add ext-mysqli requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustingraham committed May 19, 2016
1 parent c2d8d32 commit d665e89
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 25 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ The recommended way to install this library is through Composer.

$ composer require dustingraham/react-mysql

PHP 5.4 and the php ext-mysqli extension is required.

## Credits

Much appreciation to the hard work over at [reactphp/react](https://github.com/reactphp/react).
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
],
"require": {
"php": ">=5.4.0",
"ext-mysqli": "*",
"react/event-loop": "^0.4.2",
"react/promise": "^2.4"
},
Expand Down
54 changes: 29 additions & 25 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d665e89

Please sign in to comment.