• 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

Laravel Schedule not sending email

Creating live search with AJAX and CodeIgniter

Statement that checks whether a URL contains a particular path?

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

GuzzleHttp Hangs When Using Localhost

php: command not found Command PhaseScriptExecution failed with a nonzero exit code

Laravel csrf token mismatch for ajax POST Request

Cache clear probem in Larave

Laravel Excel::store file empty after stored

How to override htaccees file for cache control header

IlluminateDatabaseQueryException could not find driver [duplicate]

How to solve Duplicate entry '0' for key 'PRIMARY' in Wordpress?

Add rows to Single product Additional information table in WooCommerce 3.6

Dropzone: Submit both form data and dropzone at once

PHP Warning: Module already loaded in Unknown on line 0

About Contact Privacy policy Terms and conditions