We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When run like ./phpab [...] --phar some/dir the directory dir is included into the phar archive rather than having only its files included.
./phpab [...] --phar some/dir
dir
This unexpected change from previous versions triggered sebastianbergmann/phpunit#1815
The text was updated successfully, but these errors were encountered:
e305266
The fix in commit e305266 broke more than it fixed. Reopening.
Sorry, something went wrong.
0d787e2
63813ec
Remove workaround for theseer/Autoload bug [#63](theseer/Autoload#63)
3e24612
theseer
No branches or pull requests
When run like
./phpab [...] --phar some/dir
the directorydir
is included into the phar archive rather than having only its files included.This unexpected change from previous versions triggered sebastianbergmann/phpunit#1815
The text was updated successfully, but these errors were encountered: