summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: a3088546e897a26e454b71a8b799be8f7a91ee24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"name": "wikimedia/wikidiff2",
	"description": "Wikidiff2 is a PHP extension which formats changes between two input texts, producing HTML or JSON.",
	"type": "php-ext",
	"license": "GPL-2.0-or-later",
	"authors": [
		{
			"name": "Tim Starling",
			"email": "tstarling@wikimedia.org"
		},
		{
			"name": "Wikimedia Community"
		}
	],
	"php-ext": {
		"extension-name": "wikidiff2"
	},
	"require": {
		"php": ">=8.2"
	}
}