File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ build: ## Build image
1919install : # # Install dependencies
2020	$(DC_RUN_PHP )  env XDEBUG_MODE=off composer install
2121update : # # Update dependencies
22- 	$(DC_RUN_PHP )  env XDEBUG_MODE=off composer update
22+ 	$(DC_RUN_PHP )  env XDEBUG_MODE=off composer update --no-plugins 
2323update-lowest : # # Update dependencies to lowest supported versions
24- 	$(DC_RUN_PHP )  env XDEBUG_MODE=off composer update --prefer-lowest
24+ 	$(DC_RUN_PHP )  env XDEBUG_MODE=off composer update --no-plugins -- prefer-lowest
2525test : # # Run all tests
2626	$(DC_RUN_PHP )  env XDEBUG_MODE=off vendor/bin/phpunit --testdox --colors=always
2727test-unit : # # Run unit tests
@@ -39,7 +39,7 @@ psalm-info: ## Run psalm with info
3939phpstan : # # Run phpstan
4040	$(DC_RUN_PHP )  env XDEBUG_MODE=off vendor/bin/phpstan analyse --memory-limit=256M
4141validate : # # Validate composer file
42- 	$(DC_RUN_PHP )  env XDEBUG_MODE=off composer validate
42+ 	$(DC_RUN_PHP )  env XDEBUG_MODE=off composer validate --no-plugins 
4343packages-composer : # # Validate all composer packages
4444	$(DC_RUN )  php env XDEBUG_MODE=off vendor/bin/otel packages:composer:validate
4545bash : # # Bash shell
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments