Skip to content

Commit d665e89

Browse files
committed
Add ext-mysqli requirement.
1 parent c2d8d32 commit d665e89

File tree

3 files changed

+32
-25
lines changed

3 files changed

+32
-25
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ The recommended way to install this library is through Composer.
167167

168168
$ composer require dustingraham/react-mysql
169169

170+
PHP 5.4 and the php ext-mysqli extension is required.
171+
170172
## Credits
171173

172174
Much appreciation to the hard work over at [reactphp/react](https://github.com/reactphp/react).

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
],
99
"require": {
1010
"php": ">=5.4.0",
11+
"ext-mysqli": "*",
1112
"react/event-loop": "^0.4.2",
1213
"react/promise": "^2.4"
1314
},

composer.lock

+29-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)