Merge pull request #2896 from PavelSavushkinMix/fix/envoy_package
fix(envoy package): avoid specified version to support older PHP versions
This commit is contained in:
		@@ -981,7 +981,7 @@ ARG INSTALL_LARAVEL_ENVOY=false
 | 
			
		||||
 | 
			
		||||
RUN if [ ${INSTALL_LARAVEL_ENVOY} = true ]; then \
 | 
			
		||||
    # Install the Laravel Envoy
 | 
			
		||||
    composer global require "laravel/envoy=~2.0" \
 | 
			
		||||
    composer global require laravel/envoy \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
###########################################################################
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user