build: Remove php version from composer.json

The required MediaWiki version in extension.json is 1.43 and does not
support php7.4,
remove the outdated version constraint from composer.json

Change-Id: Ia29e84f0662a07a9f95829be674ec13e97d5a6e5
This commit is contained in:
Umherirrender 2024-11-08 21:10:40 +01:00
parent 4170b22181
commit 126aafa8b8

View file

@ -28,7 +28,6 @@
"phpcs": "phpcs -sp --cache"
},
"require": {
"php": ">=7.4.3",
"ext-json": "*",
"ext-dom": "*"
},