Created
June 12, 2022 16:26
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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