Skip to content

Conversation

iMattPro
Copy link
Member

@iMattPro iMattPro commented Oct 2, 2025

Titania is brute-force overwriting the composer/installers settings of every submitted extension. This should not be happening, unless the parameter is not already present in the submitted extension.

So if a user submits an extension with "composer/installers": "~2.0" Titania is overwriting that and knocking it back down to "composer/installers": "~1.0.0". This is not good, and is also gonna guarantee no extensions will ever be installable via the phpBB4 extension catalog. 😂

This change will only add composer/installers if not already present in the extension. Also, if the extension submitted is phpBB4 compatible, then it will use ^1.0 || ^2.0 composer installers to ensure it shows up and is installable in the extension catalog (this is based on examining the ext's composer.json phpbb version constraints and the phpBB branch it was submitted to).

@iMattPro iMattPro requested review from DavidIQ and paul999 October 2, 2025 19:04
@iMattPro iMattPro force-pushed the fix-composer-installers branch from bbb8dca to a60c693 Compare October 2, 2025 21:38
@iMattPro iMattPro force-pushed the fix-composer-installers branch from 32c9d81 to 1596214 Compare October 3, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant