Hi,
I have a similar issue I downloaded the 4.5.2 free version but in the composer.lock file the url for the pageHeader extension is set to gitlab.helloworld.com where I have no access and therefore the composer update/install fails. Is this intended or maybe accidential and is there any workaround?
Background:
I install bluespice free in a docker container using Ansible. One of the setup steps is to run the composer update/install which is currently failing.
Without running the command the system is woking but I am not sure if everything ist working correct so far.
the extension PageHeader is planned to get merged into the BlueSpiceDiscovery skin in a future minor release, for which we created internal tracker #40265.
Get the PageHeader folder from the mentioned repo, and paste it into the extensions directory of your code base
Remove the "mediawiki/page-header": "dev-REL1_43-3.0.x",line from the _bluespice/build/bluespice-free-distribution/composer.json file in your code base
Run composer update in your preferred way
We will updated this thread again as well, when the extension is eventually merged and the workaround is no longer needed.