• 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 Passport - Not able to get token string in response?

Fetch files from next cloud storage and display in Laravel website

How to update array value in Laravel

PHP AWS Cognito 'Error executing "SignUp" : ResourceNotFoundException : User pool client XXXX does not exist

Declaration of OMDb::query(string $statement) must be compatible with PDO::query

How to loop sql table data inside a html table

How to send image,audio or video through the WhatsApp API - PHP

Sentry + Laravel: how to log an already catched Exception?

Elasticsearch - Want to sort by field in all indices where that particular field available or not if not then avoid it

Composer fails with kylekatarnls/update-helper on new homestead

PHP code for generating decent-looking coupon codes (mix of letters and numbers)

Yii2 redirecting to previous page after login

how to loop through json response data using ajax jquery?

Loading data from MySQL and populating dropdown select with jQuery Mobile, PHP

Additional price based on cart item count in WooCommerce

About Contact Privacy policy Terms and conditions