• 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

zsh: command not found: php

Laravel : How to Create Dropdown to Select FOREIGN KEY from Other Table?

Redis Command To Sort Keys

What is the difference between client-side and server-side programming?

Check if string contains a value in array [duplicate]

Composer Warning: openssl extension is missing. How to enable in WAMP

PHP using str_starts_with for array to exclude same as with wildcard

how to hide previous markers when new markers added in google map javascript api

"There is no active transaction" when refreshing database in Laravel 8.0 test

Can we define variables in `.tpl` files?

User pool client {id}does not exist

How do I refresh a DIV content?

How to get transaction details in notify_url page in paypal

PHP: set a (deep) array key from an array [closed]

PHPUnit (Phar) Fatal Error Only When Test Fails

About Contact Privacy policy Terms and conditions