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

Composer: Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 255 #3

Open
dnl4 opened this issue Feb 18, 2022 · 3 comments

Comments

@dnl4
Copy link

dnl4 commented Feb 18, 2022

Hello, after run ./run.sh, I get this error, after composer install --ignore-platform-reqs

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 255

telegram-cloud-photo-size-1-4936012232198826515-y

@80017
Copy link

80017 commented Mar 15, 2022

I face the same issue
Have you find any solution ?

@mackeyguenther
Copy link

Same here.

@enes789
Copy link

enes789 commented Apr 23, 2022

I found the solution by adding --ignore-platform-req=ext-zip instead of --ignore-platform-reqs in Dockerfile

Like this;
RUN composer install --ignore-platform-req=ext-zip

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

No branches or pull requests

4 participants