• 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 assert parameter attribute sub-structures in PHPUnit mock call expectations

PHP: PDO + CSV export not downloading (headers issue?)

Installing Composer - Internal Error

WooCommerce: Add/display Product or Variation custom field everywhere

Last order would be re-order in wooCommerce. How is it possible?

How to generate QR CODE for dynamic generating link and logo using Simple QrCode in laravel?

Which is faster php date functions or carbon?

add " ? " in url via htaccess RewriteRule

How to use composer with WampServer?

Laravel implode array items to new lines

PHP only Hit Counter?

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

How to convert the int value to inch in PHP [closed]

loop through an anchor id

how to sort by a custom appended relation to model

About Contact Privacy policy Terms and conditions