mw-install:sqlite: Use run.php entrypoint
commita007f6e09a9ed65a77e51dfe0435f85e9841d23c
authorKosta Harlan <kharlan@wikimedia.org>
Wed, 29 Nov 2023 11:05:59 +0000 (29 12:05 +0100)
committerKosta Harlan <kharlan@wikimedia.org>
Sun, 3 Dec 2023 20:44:40 +0000 (3 21:44 +0100)
treee4244a68b0506d93bb39b5bd7fc4be6111ea7bd0
parent17dc640876886cb8d509e63e113b317450fb525f
mw-install:sqlite: Use run.php entrypoint

Why:

- Calling maintenance scripts directly is deprecated and emits a
  warning, which would be confusing especially for a new contributor to
  MediaWiki

What:

- Use run.php entrypoint for `composer mw-install:sqlite`

Bug: T347347
Change-Id: Id0c31b8205c03e8036d0fe1e36f5d01ad7d12867
composer.json