Hi,
Doctrine DBAL is only used for building the schema files out of abstract
schema changes (tables.json). If you don't do anything with database
schema, just remove it from require-dev or install it with --no-dev option
(it's a dev dependency not a production one)

HTH

Am Mo., 3. Juli 2023 um 20:37 Uhr schrieb Jeffrey Walton <noloa...@gmail.com
>:

> I'm trying to upgrade from Mediawiki 1.38 to Mediawiki 1.39 on Ubuntu
> 20.04 LTS, x96_64, LTS. Ubuntu 20 provides Composer 1.
>
> When I run 'composer install --verbose --no-dev' I get this error:
>
> <BEGIN>
>   Problem 1
>     - Installation request for doctrine/dbal 3.4.2 -> satisfiable by
> doctrine/dbal[3.4.2].
>     - doctrine/dbal 3.4.2 requires composer-runtime-api ^2 -> no
> matching package found.
>
> Potential causes:
>  - A typo in the package name
>  - The package is not available in a stable-enough version according
> to your minimum-stability setting
>    see <https://getcomposer.org/doc/04-schema.md#minimum-stability>
> for more details.
>  - It's a private package and you forgot to add a custom repository to
> find it
> </END>
>
> I want to remove whatever is using doctrine/dbal.
>
> How do I determine which Mediawiki component is using doctrine/dbal?
>
> Thanks in advance.
> _______________________________________________
> MediaWiki-l mailing list -- mediawiki-l@lists.wikimedia.org
> To unsubscribe send an email to mediawiki-l-le...@lists.wikimedia.org
>
> https://lists.wikimedia.org/postorius/lists/mediawiki-l.lists.wikimedia.org/
>


-- 
Amir (he/him)
_______________________________________________
MediaWiki-l mailing list -- mediawiki-l@lists.wikimedia.org
To unsubscribe send an email to mediawiki-l-le...@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/mediawiki-l.lists.wikimedia.org/

Reply via email to