blob: 316b91f75eefc5ead02e3227c7730d50e6eb96cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "mediawiki/user-functions",
"type": "mediawiki-extension",
"description": "Enhance parser with user functions",
"keywords": [
"MediaWiki",
"User"
],
"homepage": "https://www.mediawiki.org/wiki/Extension:UserFunctions",
"license": "GPL-2.0+",
"require": {
"php": ">=5.3.0",
"composer/installers": "1.*,>=1.0.1"
},
"autoload": {
"files": ["UserFunctions.php"],
"classmap": ["UserFunctions_body.php"]
}
}
|