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

[v4.0.0-rc.1] does not support correctly the BOX dump-autoload setting #13

Closed
llaville opened this issue Oct 3, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@llaville
Copy link
Owner

llaville commented Oct 3, 2024

Summary

Following my comment on BOX dump-autoload setting BOX Manifest 4.0.0RC1 did not include the Composer autoloader (vendor/autoload.php) when dump-autoload was not previously defined.

Expected behaviour

Be able to compile a PHAR with BOX 4.6 that include both manifests and Composer autoloader

Actual behaviour

Composer autoloader is not found and if following message is defined, it will be displayed

You need to set up the project dependencies using Composer:

    composer install

You can learn all about Composer on https://getcomposer.org/.
@llaville llaville self-assigned this Oct 3, 2024
@llaville llaville added the bug Something isn't working label Oct 3, 2024
@llaville
Copy link
Owner Author

llaville commented Oct 3, 2024

Solved by commit f5f8972

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant