You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2020. It is now read-only.
If you have something like:
{ "output": "build/foo.phar", "main": "bin/foo.php", "base-path": "src" }Then the real path of the main used is
$CWD/src/bin/foo.phpand the output should be$CWD/src/build/foo.pharbut actually is$CWD/build/foo.phar.