• 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 send parameters in soap request in php in __soapcall() function

PHPExcel How to set conditional formatting to change cell background color based on cells values

GA4 custom event from server side, can someone tell me how i can do the following code in php?

How to get variable from JavaScript to PHP [duplicate]

How can I access an array/object?

Multiply each value in array using array_map function

How do I enable error reporting in Laravel?

Too few arguments to function PendingResourceRegistration::name(),1 passed in C:xampphtdocsproject outesweb.php on line 18 and exactly 2 expected

Laravel Database Strict Mode

How to redirect to another page after n seconds in wordpress without using javascript?

WordPress - Dynamically add user ID to the end of a URL

How to use $this->session->set_userdata in codeigniter

Symfony run hint kernel.secret parameter not found

Reorder attribute dropdown terms in Woocommerce single variable products

PHP | "The requested PHP extension bcmath is missing from your system."

About Contact Privacy policy Terms and conditions