-
-
Notifications
You must be signed in to change notification settings - Fork 655
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
Intergation of new PHP composer v.2.0 #736
Comments
@hielh Could you try to ping that address? or any other address for that matter? And are you using composer v2? if not could you please make a separate issue for this problem? |
A quick and easy solution for now (until the base devilbox images get updated) is to update to the latest version of composer in an autostart script. Create the following file in your Devilbox installation dir's #! /bin/bash
/usr/local/bin/composer self-update After that, do the usual devilbox container rm -f and restart: $ cd /path/to/Devilbox/
$ docker-compose stop && docker-compose rm -f && docker-compose up -d httpd php mysql && ./shell.sh Then verify your composer version: composer --version If it didnt work you may need to edit the composer update command in update_composer.sh to force version 2.x like so: |
ISSUE TYPE
SUMMARY
Please integrate the new PHP Composer version:
see: https://blog.packagist.com/composer-2-0-is-now-available/
The text was updated successfully, but these errors were encountered: