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 8d2557e commit 0ef59c4Copy full SHA for 0ef59c4
README.md
@@ -51,5 +51,5 @@ require_once 'vendor/autoload.php';
51
]);
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!
+The line ``'php' => 'composer.phar install'`` is used for expanding "php" to absolute path.
+An absolute path is required because "php" doesn't work using relative path!
0 commit comments