• 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

Insert multidimensional array to codeigniter cart

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

Symfony Error: "An exception has been thrown during the rendering of a template"

Call to a member function fetch_field() on a non-object MySQLiDB

Can't find vendor/autoload.php for Ratchet

I want to display a sweetalert after the inserting of data in my database

How to KeyBy where multiple items have the same key

Maatwebsite Excel 3.1 : how do I skip duplicate data when imported?

Ajax GET request fails in laravel 8

browsersync doesn't work with XAMPP

how to get value from array in laravel

str_replace or preg_replace random number from string

Laravel 8 Multiple Relationships for Factory

How to make a array inside array?

Target class controller does not exist - Laravel 8

About Contact Privacy policy Terms and conditions