composer / mirror

Mirroring script for packagist.org and composer repositories metadata in general
MIT License
31 stars 9 forks source link

List required PHP extensions in composer.json #2

Closed legoktm closed 4 years ago

legoktm commented 4 years ago

I couldn't figure out what the minimum PHP version was, it would be nice if that could be specified too.

Seldaek commented 4 years ago

It's developed assuming php 7.4, but I am not sure what the strict minimum is to be honest, it's not using any fancy features so should probably work on 7.1+ easily. Want to add that too?