• 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

Read users and passwords from a txt file

Changing font color in javascript

Change user role if checkout custom checkbox is checked in WooCommerce

run a query using EXECUTE BLOCK to prepair a column for an unique-Index

How to disable widget block editor of WordPress?

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'posts.post' doesn't exist

Put content of wordpress page inside div

Docker & Laravel : configure: error: Package requirements (oniguruma) were not met

Warning: mysqli_stmt::bind_param(): Number of elements in type definition string doesn't match number of bind variables 11 [closed]

Explode not working properly with dash

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

I need to link Google Sheet with my Laravel

How to delete old images from public folder on update using Laravel

sort() not affecting original array while inside foreach loop

Php - Sum up the numbers in an array one by one

About Contact Privacy policy Terms and conditions