• 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 php artisan serve to mimic HTTPS

Php - Sum up the numbers in an array one by one

Phpunit partial mock + proxy Entity

PHP how to detect if running on arm64 cpu?

send email using gmail-api and google-api-php-client

Send Outlook 2010 email using PHP

Is there a way to use Foundry Model for Authentification inside Functional Tests?

Implode array with array of glue strings

Vimeo API: how to save a vimeo into a subfolder?

How to Display Data in Yajra Datatables Laravel 7?

401 Unauthorized only occurring on some pages in Laravel 8

ORA-12546: TNS:permission denied error connection to remote oracle server

Check for PDO Results, If None Display Message, If Yes then Loop Through

How to convert binary string to normal string in php

I want to display default profile image if user do not have profile image

About Contact Privacy policy Terms and conditions