forked from Yoast/i18n-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 861 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 861 Bytes
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
{
"name" : "wpbp/i18n-notice",
"description": "Handle i18n for plugins, based on Yoast i18n-module ",
"keywords" : ["wordpress"],
"homepage" : "https://github.com/WPBP/i18n-notice",
"license" : "GPL-2.0-or-later",
"authors" : [
{
"name" : "Team Yoast",
"email" : "support@yoast.com",
"homepage": "https://yoast.com"
}
],
"support" : {
"issues": "https://github.com/WPBP/i18n-notice/issues",
"source": "https://github.com/WPBP/i18n-notice"
},
"autoload" : {
"classmap": ["src/"]
},
"require": {
"php": ">=7.1"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}