As this information is set into composer file for the extension, eg
Code: Select all
"extra": {
"display-name": "xxxxxxxxxxxx",
"soft-require": {
"phpbb/phpbb": ">=3.1.4,<3.2.*@dev"
Or should it be left up to the extension author using some code in the migration file (hints are welcome ) that effectively stops the enabling of the extension?
Is there a "hard-require" parameter?