• 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 create a scheduler application in php

Do I need to install `fxp/composer-asset-plugin` if I'm not doing front-end development

How to use React Router with Laravel?

401 Unauthorized only occurring on some pages in Laravel 8

Move a child array to parent array and change parent/child name

How can I get data from PHP to Android TextView?

Laravel: Create morphs() relationship nullable

Mysqli Output to a table

How to upload mpdf file after generating to s3 bucket in php

In PHP, which is faster: preg_split or explode?

PHPMyAdmin not working as intended at remote server. Error 500, $respond not found

Add restriction to WooCommerce coupons by allowed user ID

Search for array row with specific column value and return another value from qualifying row

Can't find vendor/autoload.php for Ratchet

how to display a view on laravel 8 and not have a 404 NOT FOUND page?

About Contact Privacy policy Terms and conditions