• 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

PHP Startup Unable to load dynamic library /usr/lib/php/20151012/php_mysqli.dll

Find out the name of the last script that included the current one

get data-value with variable value

how to create html table in php

WordPress Subquery returns more than 1 row on SELECT

WooCommerce: Add/display Product or Variation custom field everywhere

SilverStripe unable to populate multiple member Childs

Coinpayments create_transaction "ERROR: Invalid command!"

how to fix Service provider class not found when using repository?

PHP Sorting - getting 10, 11, 12 ... 1, 20, 2 rather than 1, 10, 11, 12 ... 2, 20

enroll_table three field fetch to payment form to create payment field in laravel 5.5

How to get variable from JavaScript to PHP [duplicate]

How update php.ini on a Mac OS X Mojave?

Split a string array into pieces

Required field only if another field has a value, must be empty otherwise

About Contact Privacy policy Terms and conditions