• 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

How to properly set "0000-00-00 00:00:00" as a DateTime in PHP

Symfony - "framework.test" config is not set to true

Object of class stdClass could not be converted to string error

Converting IPv6 to IPv4 address in PHP

How can i hide dt if dd got empty value

Open a popup box after receiving result from ajax

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'name' cannot be null

Nginx disallowing execution of PHP in uploads directory with Magento

Parsing JSON File to array in PHP

How to put php code inside opening and closing shortcodes

Show date difference as "20" instead of "20 years ago"

Phalcon: setStatusCode returns empty response

How to pass data to all views in Laravel 5?

Converting array to string and then back in PHP

Laravel Displaying image from database

About Contact Privacy policy Terms and conditions