This repository was archived by the owner on Sep 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathcomposer.json
More file actions
56 lines (56 loc) · 1.41 KB
/
composer.json
File metadata and controls
56 lines (56 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "inpsyde/multilingual-press",
"description": "Simply THE multisite-based free open source plugin for your multilingual websites.",
"type": "wordpress-plugin",
"keywords": [
"bilingual",
"i18n",
"international",
"internationalization",
"l10n",
"lang",
"language",
"localization",
"multi",
"multilanguage",
"multilingual",
"multisite",
"network",
"translation"
],
"license": "GPL-3.0",
"authors": [
{
"name": "Inpsyde GmbH",
"email": "hello@inpsyde.com",
"homepage": "http://inpsyde.com",
"role": "Company"
}
],
"support": {
"issues": "https://github.com/inpsyde/multilingual-press/issues",
"forum": "https://wordpress.org/support/plugin/multilingual-press",
"wiki": "https://github.com/inpsyde/multilingual-press/wiki",
"source": "https://github.com/inpsyde/multilingual-press",
"docs": "http://docs.multilingualpress.org"
},
"require": {
"php": ">=5.2.4"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.2",
"phpunit/phpunit": "~4.8|~5.1",
"squizlabs/php_codesniffer": "^2.0|^3.0",
"wimg/php-compatibility": "^8.0",
"wp-coding-standards/wpcs": "^0.13.1"
},
"extra": {
"branch-alias": {
"dev-2.10": "2.10.x-dev"
}
},
"conflict": {
"johnpbloch/wordpress": "^5.0.x-dev",
"johnpbloch/wordpress-core": "^5.0.x-dev"
}
}