• 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 upload binary image to sql server using php laravel

Put content of wordpress page inside div

How to make a array inside array?

Google Calendar API batch request PHP

Sliders in Laravel

Can I use a WooCommerce function without any WooCommerce page?

how to search for a file with php

How to insert Google Adsense Code in PHP script?

How can I stop a symfony process which is listening on http://127.0.0.1:8000

What is the function of the (new Date()).getTime() in PHP?

Add rows to Single product Additional information table in WooCommerce 3.6

mysql_result is defined but mysql_free_result warns it expected a resource

How to display table header in every page using FPDF library?

Prevent blank space in pdf pages (DomPdf)

MySQL default time format UTC or GMT?

About Contact Privacy policy Terms and conditions