We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2f6c7 commit 1e88465Copy full SHA for 1e88465
README.md
@@ -30,6 +30,7 @@ Please write us if you have any feedback.
30
To run this library on your project, you need at least:
31
32
* PHP >= 5.4
33
+* PHP mbstring extension
34
35
### Installation
36
composer.json
@@ -16,10 +16,12 @@
16
],
17
"support": {
18
"source": "https://github.com/phalcongelist/php-diff",
19
- "issues": "https://github.com/phalcongelist/php-diff/issues"
+ "issues": "https://github.com/phalcongelist/php-diff/issues",
20
+ "wiki": "https://github.com/phalcongelist/php-diff/wiki"
21
},
22
"require": {
- "php": ">= 5.4"
23
+ "php": ">= 5.4",
24
+ "ext-mbstring": "*"
25
26
"require-dev": {
27
"squizlabs/php_codesniffer": "~2.6"
0 commit comments