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 5327190 commit 0c3fd1aCopy full SHA for 0c3fd1a
README.md
@@ -30,7 +30,8 @@ example.php.
30
31
Requirements
32
-----------
33
-PHP Multibyte String
+- PHP 7.1 or greater
34
+- PHP Multibyte String
35
36
Merge files using jQuery
37
------------------------
@@ -50,6 +51,7 @@ Contributors since I forked the repo.
50
51
52
- maxxer
53
- Creris
54
+- jfcherng
55
56
License (BSD License)
57
---------------------
composer.json
@@ -18,7 +18,7 @@
18
}
19
],
20
"require": {
21
- "php" : ">= 5.4",
+ "php" : ">= 7.1",
22
"ext-mbstring": "*"
23
},
24
"require-dev": {
0 commit comments