• 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

PHP array slice from position + attempt to return fixed number of items

Set quantity minimum, maximum and step at product level in Woocommerce

Laravel php artisan serve to mimic HTTPS

Add restriction to WooCommerce coupons by allowed user ID

Add rows to Single product Additional information table in WooCommerce 3.6

How to separate letters and digits from a string in php

How to render html from a @foreach loop in a textarea

zsh: command not found: php

How to get the total hour from starting time to end time in php

Display the default discounted price and percentage on Woocommerce products

Laravel 8: Array to string conversion while calling route:list

Laravel 5.1 xmlHttpRequest AJAX POST TokenMismatchException

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

How do I loop through an MS SQL database with VB.NET?

Why the name of trucks are same in 2nd and 3rd record of company data retrieval?

About Contact Privacy policy Terms and conditions