• 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

Check if my GET request has Header: Token

Get number of working days between two dates in PHP [duplicate]

wordpress : How to specify the cause "This site can’t be reached"

Add bold text and line break into Laravel Notification Email

Input and output values for php into the browser?

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

how do i retrieve and display the alt text of an image in wordpress?

Batch request Google Calendar php API

Backend cannot be reached after Typo3 login screen

Laravel 5 controller sending JSON integer as string

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

Android Volley getParams() method not getting called for JsonObjectRequest

Laravel/docker-compose/redis - Class 'Redis' not found

Error when uploading certain .png files "Interlace handling should be turned on when using png_read_image"

Can't remotely connect to MySQL error (13) with PHP script, connecting through CLI works

About Contact Privacy policy Terms and conditions