-
Notifications
You must be signed in to change notification settings - Fork 48
composer/composer:php7 php eversion #128
Comments
You can use the official |
It seems that the support for PHP 71 has been added, but the problem still exists :( Ty samjarrett for your solution ^) |
Have same issue. Problem 1 |
@samjarrett thx |
@ifedor Thanks, that works for me with Laravel 5.6. |
Folks, trying to run a throw-away container with php7.1
docker run --rm -v $(pwd):/app composer/composer:php7 install
However, I see errors thrown such as:
I'm not able to find the proper tag, how do i get php 7.1? Thanks!
Super quick solution:
docker run --rm -v $(pwd):/app prooph/composer:7.1 install
.The text was updated successfully, but these errors were encountered: