• 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

Attempted to call an undefined method named "get" of class "MailController"

display WooCommerce “Add to cart” button with short-code [add_to_cart ] dynamically

Center point of multiple gps coordinates with php

Getting public posts of a random user from Facebook API

Ajax GET request fails in laravel 8

I need to link Google Sheet with my Laravel

The difference when using if statement true === something() vs something() === true [duplicate]

Call to undefined function openssl_decrypt

Laravel - Browser displays message again when I press back button

How do I call a php file with axios?

Symfony autowiring issues since docker update

Laravel Nova, route not found

PHP Startup: Unable to load dynamic library 'openssl' in Ubuntu

Update Total in checkout of Woocommerce with Ajax Request

Add custom text under order details on WooCommerce My account view order pages

About Contact Privacy policy Terms and conditions