Merge pull request #2590 from m-elewa/develop
update Laravel envoy to v2
This commit is contained in:
commit
822c383626
|
@ -871,7 +871,7 @@ ARG INSTALL_LARAVEL_ENVOY=false
|
||||||
|
|
||||||
RUN if [ ${INSTALL_LARAVEL_ENVOY} = true ]; then \
|
RUN if [ ${INSTALL_LARAVEL_ENVOY} = true ]; then \
|
||||||
# Install the Laravel Envoy
|
# Install the Laravel Envoy
|
||||||
composer global require "laravel/envoy=~1.0" \
|
composer global require "laravel/envoy=~2.0" \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
Loading…
Reference in New Issue