Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PHAR alias #92

Merged
merged 1 commit into from
Mar 19, 2018
Merged

Fix PHAR alias #92

merged 1 commit into from
Mar 19, 2018

Conversation

theofidry
Copy link
Member

In order for the generated PHAR to be independent of its location on the file system or its name, a
PHAR alias configured via Phar::mapPhar() should be used. As such:

  • When an alias is used, the main file path is made absolute with the alias
  • If no alias is provided, one is generated

In order for the generated PHAR to be independent of its location on the file system or its name, a
PHAR alias configured via `Phar::mapPhar()` should be used. As such:

- When an alias is used, the main file path is made absolute with the alias
- If no alias is provided, one is generated
@theofidry theofidry merged commit e30f87f into box-project:master Mar 19, 2018
@theofidry theofidry deleted the bugfix/fix-alias branch March 19, 2018 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant