• 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

Extract string between first whitespace and last whitespace in php

Python - Include another Python script

PHP-Sort array based on another array?

Get lat/lon from google maps url ftid (hex)

Store multiple fields in JSON column (Nova CMS)

How avoid Moved Permanently The document has moved here

How to skip cart page on woocomerce for certain products only?

how to prevent float variables displaying as scientific notation when printing [duplicate]

Laravel print last executed SQL query with Query log

Login if user is active using Laravel Breeze

I want to use codeigniter foreign character library in my custom PHP project how i can use it?

Laravel 8 Multiple Relationships for Factory

How to get the ID of the link in another page in php

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'name' cannot be null

Unable to guess the mime type as no guessers are available Laravel 5.2

About Contact Privacy policy Terms and conditions