• 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 add automatically collapse/expand in content wordpress (single.php)?

Sentry on Symfony: how to exclude `NotFoundHttpException`

protect images from being copied

How to create a individual template for page or post in custom plugin?

How do I call a php file with axios?

Laravel Schedule not sending email

Unable to run composer install

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

Passing PHP JSON to Javascript: echo json_encode vs echo json declaration

how to loop through json response data using ajax jquery?

TesseractOCR not working for Laravel

Sum array values of a column within each column of an array with 3 levels

Add New Parameter to Existing URL using htaccess

Cut an arabic string

WooCommerce: Add/display Product or Variation custom field everywhere

About Contact Privacy policy Terms and conditions