Feature Request
Document what does mean require.php in composer.json.
| Q |
A |
| New Feature |
yes |
| RFC |
yes |
| BC Break |
no |
Summary
It should be clearly noted, that require.php part of composer.json means PHP versions, for which this lib can generate code.
Because it's strange, that this tool can not generate from php 7.x code, that will work in php 8.x for example.
As all new versions usually is old versions + new stuff. Code, that works in many versions just ot contain fancy latest features.
So pls document it clearly.
Feature Request
Document what does mean
require.phpin composer.json.Summary
It should be clearly noted, that
require.phppart of composer.json means PHP versions, for which this lib can generate code.Because it's strange, that this tool can not generate from php 7.x code, that will work in php 8.x for example.
As all new versions usually is old versions + new stuff. Code, that works in many versions just ot contain fancy latest features.
So pls document it clearly.