• 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 validate form data in codeigniter 4

Get image type from base64 encoded src string

Unable to get password for the instance created from AMI

Warning file_get_contents () failed to open stream: HTTP request failed! HTTP/1.0 402 Payment Required

Yii2 select2 database exception number of bound variables does not match number of tokens

Stop caching for PHP 5.5.3 in MAMP

Uploading video to Youtube using Youtube Data API V3 and Google API Client PHP -- getting 401 (unauthorized) message

Error converting docx to pdf using Unoconv

Destroy session upon refresh

Correct way to use LIKE '%{$var}%' with prepared statements?

Transpose csv file data [duplicate]

Only on Firefox "Loading failed for the <script> with source"

get data-value with variable value

How can I get new CSRF token in LARAVEL by using ajax

file_get_contents() without "Http" to access external URL [closed]

About Contact Privacy policy Terms and conditions