Skip to content

Instantly share code, notes, and snippets.

@BurakBoz
Created June 12, 2022 16:26
Show Gist options
  • Save BurakBoz/fecd1906a1bf48cd70f6f0d6a4220b58 to your computer and use it in GitHub Desktop.
Save BurakBoz/fecd1906a1bf48cd70f6f0d6a4220b58 to your computer and use it in GitHub Desktop.
Download latest composer.phar file as named "composer" to current directory. useful when working different versions of php
@echo off
wget https://getcomposer.org/download/latest-stable/composer.phar -O %cd%\composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment