• 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

GuzzleHttp Hangs When Using Localhost

httpd.conf on Windows: can't locate API model structure `php8_module`

How to to send mail using gmail in Laravel?

error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure

Nginx RTMP not recording

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

Laravel dosen't connect with Oracle

how to insert data into select2 search input after scan using qrcode

How to change HTML structure inside WP <head>

Detect if PHP session exists

PHPMetrics option --excluded-dirs="myfolder" : myfolder dir is not excluded within docker

WordPress Subquery returns more than 1 row on SELECT

Statement that checks whether a URL contains a particular path?

Array to string conversion

CodeIgniter 3 is generating a session file on each request, why?

About Contact Privacy policy Terms and conditions