we will do this by issuing an order 7
The following guide describes how to change the composer version from 2.x to 1.x. The whole thing is done from the terminal with a few commands.
The following guide describes how to change the composer version from 2.x to 1.x. The whole thing is done from the terminal with a few commands:
1 | composer --version |
is the result:
1 2 3 | Do not run Composer as root/super user! See https://getcomposer.org/root for details Continue as root/super user [yes]? Composer version 2.1.6 2021-08-19 17:11:08 |
The following guide describes how to change the composer version from 2.x to 1.x. The whole thing is done from the terminal with a few commands 1.9.3 The following guide describes how to change the composer version from 2.x to 1.x. The whole thing is done from the terminal with a few commands:
1 | composer self-update 1.9.3 |
The following guide describes how to change the composer version from 2.x to 1.x. The whole thing is done from the terminal with a few commands:
1 | composer --version |
is the result:
1 2 | Do not run Composer as root/super user! See https://getcomposer.org/root for details Composer version 1.9.3 2020-02-04 12:58:49 |
The following guide describes how to change the composer version from 2.x to 1.x. The whole thing is done from the terminal with a few commands 2.1.6 we will do this by issuing an order:
1 | composer self-update --rollback |