hoaproject / Central

Hoa is a modular, extensible, and structured set of PHP libraries.
https://hoa-project.net/
Other
104 stars 8 forks source link

Provide Supported PHP-Versions in all composer.json files #70

Closed Idrinth closed 7 years ago

Idrinth commented 7 years ago

Currently people wanting to use your libraries are forced to look up a secondary library (hoa/consistency) to figure out the officially supported version. Adding the required php-version to the other libraries would provide an easier and quicker way to figure out if the given version is useable as intended.

This has pretty much the same reasoning as #33, since quite often the developers do not have complete control over the provided enviroment and this would speed up checking the requirements.

Grummfy commented 7 years ago

Hello, thanks or reaching us. That's an excellent idea and it's quiet simple to do.

vonglasow commented 7 years ago

Hello,

thanks it looks good idea, you can follow here the progression of this work.

Progression

vonglasow commented 7 years ago

All composer.json files is up to date.

Hywan commented 7 years ago

Releases will come granually.

Idrinth commented 7 years ago

thank you