mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 07:16:22 +07:00 
			
		
		
		
	Fix composer_bin not found error
This commit is contained in:
		| @ -71,7 +71,7 @@ add_tools_helper() { | ||||
|     sudo ln -s "$tool_path" "$tool_path_dir"/phpdocumentor 2>/dev/null || true | ||||
|     sudo ln -s "$tool_path" "$tool_path_dir"/phpdoc | ||||
|   elif [[ "$tool" =~ phpunit(-polyfills)?$ ]]; then | ||||
|     if [ -e "$tool_path_dir"/phpunit ]; then | ||||
|     if [ -e "$tool_path_dir"/phpunit ] && [ -d "$composer_bin" ]; then | ||||
|       sudo cp "$tool_path_dir"/phpunit "$composer_bin" | ||||
|     fi | ||||
|   elif [[ "$tool" =~ vapor-cli ]]; then | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shivam Mathur
					Shivam Mathur