mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
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:
parent
4170b22181
commit
126aafa8b8
|
@ -28,7 +28,6 @@
|
|||
"phpcs": "phpcs -sp --cache"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.4.3",
|
||||
"ext-json": "*",
|
||||
"ext-dom": "*"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue