Skip to content

Commit 0c3fd1a

Browse files
committed
increase required PHP version
1 parent 5327190 commit 0c3fd1a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ example.php.
3030

3131
Requirements
3232
-----------
33-
PHP Multibyte String
33+
- PHP 7.1 or greater
34+
- PHP Multibyte String
3435

3536
Merge files using jQuery
3637
------------------------
@@ -50,6 +51,7 @@ Contributors since I forked the repo.
5051

5152
- maxxer
5253
- Creris
54+
- jfcherng
5355

5456
License (BSD License)
5557
---------------------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php" : ">= 5.4",
21+
"php" : ">= 7.1",
2222
"ext-mbstring": "*"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)