• 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

SMTP "Error: DATA not accepted from server!" Opencart 2.3 on InMotionHosting

Performance of foreach, array_map with lambda and array_map with static function

MISSING UPDATES FOR: MEDIA Drupal 9

Dropzone: Submit both form data and dropzone at once

PHP each() function replacement

How can I make Laravel return a custom error for a JSON REST API

php 7 php.ini upload_max_filesize not working

SMTP ERROR: MAIL FROM command failed: 530 5.7.0 Must issue a STARTTLS command first when using PHPMailer

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

I can't delete my image when it is liked because of the foreign key in mysql

Dynamic table in HTML using MySQL and php

Log file is not being written in Laravel 5.5

How to install php_imagick on wamp64

Having issue with matching rows in the database using PDO

PHP cURL (SSL certificate problem: self signed certificate in certificate chain)

About Contact Privacy policy Terms and conditions