Remove deprecated stuff from composer.json

I'm told[1] these keys are for making the exitension installable via
composer, which is something we don't want and is deprecated.

The keys kept are for installing dependencies of the extension via
composer, which we do want.

[1]: See http://bots.wmflabs.org/~wm-bot/logs/%23wikimedia-dev/20160823.txt at timestamp 17:46:17.

Change-Id: I87c2ea5960444218646de166ca8dd0e2d730712f
This commit is contained in:
Brad Jorsch 2016-08-23 13:48:33 -04:00 committed by Umherirrender
parent 877ddb8e05
commit 3b4dc92716

View file

@ -1,22 +1,4 @@
{
"name": "mediawiki/scribunto",
"type": "mediawiki-extension",
"description": "Framework for embedding scripting languages into MediaWiki pages",
"homepage": "https://www.mediawiki.org/wiki/Extension:Scribunto",
"license": "GPL-2.0+ AND MIT",
"authors": [
{
"name": "Victor Vasiliev",
"email": "vasilvv@gmail.com"
},
{
"name": "Tim Starling",
"email": "tstarling@users.mediawiki.org"
}
],
"require": {
"composer/installers": ">=1.0.1"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.2",
"mediawiki/mediawiki-codesniffer": "0.12.0",