• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

How to downgrade or install a specific version of Composer?

phpwindowscomposer-php


PHP Snippet 1:

composer self-update 1.10.14

PHP Snippet 2:

sudo -H composer self-update 1.10.14

PHP Snippet 3:

curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --1

PHP Snippet 4:

composer self-update 1.10.12
composer self-update 2.0.7

PHP Snippet 5:

composer self-update --1 or 2

Related Snippets

Project structure for PHP

How to create a cookie to store the timestamp of when a page is first loaded with php

CodeIgniter 4: Like and Dislike Functionality

Why does array_map() with null as callback create an "array of arrays"?

PHP: Print caught exception like Xdebug

best way to store error messages in Laravel (session or variable)

browsersync doesn't work with XAMPP

Show Custom Data in Woocommerce Order Details Admin Area

disable two buttons after clicking another button

How can I get new CSRF token in LARAVEL by using ajax

php curl requesting twice

Json_Encode not returning html even i try to encode JSON_HEX_QUOT | JSON_HEX_TAG

Valet, Xdebug after reboot Big Sur not working

How to loop a tree array with unknown depth and get array blocks?

(PHPUnit) PHP Fatal error: Uncaught Error: Call to undefined function each()

About Contact Privacy policy Terms and conditions