update laravel envoy to v2

This commit is contained in:
Mahmoud Elewa 2020-05-13 20:52:25 +02:00
parent 4f274e3d86
commit 7c4d9c908c

View File

@ -871,7 +871,7 @@ ARG INSTALL_LARAVEL_ENVOY=false
RUN if [ ${INSTALL_LARAVEL_ENVOY} = true ]; then \
# Install the Laravel Envoy
composer global require "laravel/envoy=~1.0" \
composer global require "laravel/envoy=~2.0" \
;fi
###########################################################################