Skip to content

Allow psr/log versions ^2.0 and ^3.0 in composer.json#282

Merged
malberts merged 1 commit into
ProfessionalWiki:masterfrom
physikerwelt:master
Jun 15, 2026
Merged

Allow psr/log versions ^2.0 and ^3.0 in composer.json#282
malberts merged 1 commit into
ProfessionalWiki:masterfrom
physikerwelt:master

Conversation

@physikerwelt

Copy link
Copy Markdown
Contributor

Otherwise, composer complains about version conflicts
when installed from MW root dir and extension is
included via merge-plugin.

{
	"extra": {
		"merge-plugin": {
			"include": [
				"extensions/*/composer.json",
				"skins/*/composer.json"
			]
		}
	}
}

Otherwise, composer complains about version conflicts
when installed from MW root dir and extension is
included via merge-plugin.

```json
{
	"extra": {
		"merge-plugin": {
			"include": [
				"extensions/*/composer.json",
				"skins/*/composer.json"
			]
		}
	}
}
```
@malberts malberts merged commit 9391ebb into ProfessionalWiki:master Jun 15, 2026
4 of 9 checks passed
@JeroenDeDauw JeroenDeDauw mentioned this pull request Jun 15, 2026
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.

2 participants