markaspot / mark-a-spot

Public Civic Issue Tracking and Crowdsourcing / Mapping Platform based on Drupal. Open311 Server and Client Software
http://mark-a-spot.com
55 stars 30 forks source link

Why using composer 1 #81

Closed ugintl closed 8 months ago

ugintl commented 3 years ago

Most of the distributions are using composer 2 now. Why are you still using composer 1?

markaspot commented 3 years ago

Where do you see the exclusive use of composer 1? Don't you use composer globally anyway?

ugintl commented 3 years ago

I ran composer create command with composer 2, but it said I should use composer 1 because some of the plugins/packages require composer 1.

markaspot commented 3 years ago

This is just the project template and it's not really up to date. You can easily fix this by following the composer output and update the composer.json according to this howto: https://www.drupal.org/docs/develop/using-composer/preparing-your-site-for-composer-2. PRs are always appreciated.