Skip to content

Commit 31a6e5f

Browse files
committed
Update PHP version required
PHP 7.3 => 7.2
1 parent 7f05486 commit 31a6e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ I initially created PhoneDetector to redirect users to the correct app's store f
6969

7070
## ⚙ Server Requirement
7171

72-
PHP 7.3 or higher.
72+
[PHP 7.2](https://php.net/releases/7_2_0.php) or higher.
7373

7474

7575
## ⚖ License

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": ">=7.3.0"
21+
"php": ">=7.2.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^8.2"

0 commit comments

Comments
 (0)