-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation problem via Composer #73
Comments
Can you please share your composer.local.json |
Make sure, your |
yes sure
and
well I don't actually understand how to avoid all those packages and how it should solve the problem |
I got the exact same error too now! Trying to solve this problem.
Done~ |
So I tried to delete everything from composer.local.json and repeated 'composer update'
So the source of problems is semantic mediawiki but I still don't know how to solve this, the only one thing's clear it's not about breadcrumbs |
See https://www.semantic-mediawiki.org/wiki/Help:Installation/Quick_guide and https://www.mediawiki.org/wiki/Composer#Installing_Composer specifically the note "Currently, only Composer 1.x is supported by MediaWiki." |
@gesinn-it thanks for suggestion, I use:
|
@tim1mike can you please also share your composer.json, I'm wondering about "No version set (parsed as 1.0.0)". Which operating system are you using? How did you install MediaWiki? |
@gesinn-it we're using VDS with Ubuntu 18.04 and LAMP
composer.json from mw 1.35.1
And this is 'composer update --no-dev' with all details just to be sure
|
I think the problem here is this section in
If you remove this line, an update call works fine. The error mentions "They both replace mediawiki/semantic-mediawiki and thus cannot coexist", so this will prevent that. The other copy of this replace statement is in Since the whole idea seems like it is just trying to replace an older way of naming the package (?), if you don't actually have the older name, I don't thing getting rid of the replace will cause problems. But what do I know. |
Setup and configuration
Issue
Seems like Composer doesn't like anything I do:
After I added required strings for SBL into my composer.local.json and did
composer update
I got this error:
So I absolutely have no clues what's wrong, maybe you guys can solve it?
Thanks
The text was updated successfully, but these errors were encountered: