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.
2 parents 7b657b7 + 0ef59c4 commit 41c7727Copy full SHA for 41c7727
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