• 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 assert parameter attribute sub-structures in PHPUnit mock call expectations

Match csv filenames to table names and import

Composer Curl error 60: SSL certificate problem: unable to get local issuer certificate

Which is faster php date functions or carbon?

Best way to scrolldown onpageload

500 (Internal Server Error) with Laravel & Docker [duplicate]

PHPUnit (Phar) Fatal Error Only When Test Fails

PHP AWS Cognito 'Error executing "SignUp" : ResourceNotFoundException : User pool client XXXX does not exist

How to run or debug php on Visual Studio Code (VSCode)

Must be of the type array, null given,

laravel controller function parameters

Adding one microsecond to Datetime object in PHP

Whats the point of running Laravel with the command 'php artisan serve'?

Filter WooCommerce products with post__in and additional meta queries

php script to delete files older than 24 hrs, deletes all files

About Contact Privacy policy Terms and conditions