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 018b4b3 commit 8d2557eCopy full SHA for 8d2557e
README.md
@@ -5,7 +5,7 @@ It does auto deploy your site to hosting
5
6
# Requirements
7
8
-1. PHP server
+1. PHP 7 server
9
2. Access to perform **shell** commands
10
3. Installed **GIT** on target hosting
11
@@ -52,4 +52,4 @@ require_once 'vendor/autoload.php';
52
```
53
54
That ``'php' => 'composer.phar install'`` used for expanding "php" to absolute path.
55
-There is required an absolute path because just "php" don't working by relative path!
+There is required an absolute path because just "php" don't working by relative path!
0 commit comments