-1

I'm using the following composer version, composer -V

Composer version @package_branch_alias_version@ (1.0.0-beta2) 2016-03-27 16:00:34

I tried to do a "composer install" and I get the following error.

Drupal-project requires Composer version 1.0.0 or higher. Please update your Composer before continuing.

I don't know what should be checked differently on this project to be able to use a development version of composer.

2 Answers2

0

I'd suggest uninstalling composer and re-installing the proper version:

second reply explains it pretty well, use the official documentation to re-install Why am I unable to self-update composer?

0

Upgrade your system to Ubuntu 18.04 (bionic), where the Composer version is >= 1.0.0.

colan
  • 2,818
  • 2
  • 20
  • 17