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 7f05486 commit 31a6e5fCopy full SHA for 31a6e5f
README.md
@@ -69,7 +69,7 @@ I initially created PhoneDetector to redirect users to the correct app's store f
69
70
## ⚙ Server Requirement
71
72
-PHP 7.3 or higher.
+[PHP 7.2](https://php.net/releases/7_2_0.php) or higher.
73
74
75
## ⚖ License
composer.json
@@ -18,7 +18,7 @@
18
}
19
],
20
"require": {
21
- "php": ">=7.3.0"
+ "php": ">=7.2.0"
22
},
23
"require-dev": {
24
"phpunit/phpunit": "^8.2"
0 commit comments