fix(envoy package): avoid specified version to support older PHP versions
We need to be able to install envoy for all versions of PHP. (cherry picked from commit 7458e04d2c8287ed418a3f6cd7b82d9e6238db85)
This commit is contained in:
parent
b9260fbff6
commit
15bf900fe6
@ -981,7 +981,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=~2.0" \
|
composer global require laravel/envoy \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user