-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
73 lines (73 loc) · 1.76 KB
/
Copy pathcomposer.json
File metadata and controls
73 lines (73 loc) · 1.76 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "maximum-software/pdf-forms-for-wpforms",
"description": "Build WPForms from PDF forms. Get PDFs filled automatically and attached to email messages and/or website responses on form submissions.",
"version": "1.3.4",
"type": "wordpress-plugin",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Maximum Software Inc",
"email": "contact@maximum.software"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.6"
},
"require-dev": {
"maximum-software/wp-plugin-tooling": "dev-main"
},
"repositories": [
{
"type": "vcs",
"url": "ssh://git@gitea.maximum.software:2222/maximum-software/wp-plugin-tooling.git"
}
],
"config": {
"process-timeout": 3600,
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"maximum-software/wp-plugin-tooling": true
}
},
"extra": {
"wp-plugin-tooling": {
"slug": "pdf-forms-for-wpforms",
"domain": "pdf-forms-for-wpforms",
"main_file": "pdf-forms-for-wpforms.php",
"svn_url": "https://plugins.svn.wordpress.org/pdf-forms-for-wpforms",
"php_version": "5.6",
"wp_version": "5.4",
"translation_headers": {
"Last-Translator": "Maximum Software Inc <contact@maximum.software>",
"Language-Team": "Maximum Software Inc <contact@maximum.software>"
},
"prefixes": [
"pdf_forms_for_wpforms",
"PDF_FORMS_FOR_WPFORMS",
"Pdf_Forms_For_WPForms",
"WPForms_Pdf_Ninja"
],
"phpcs_files": [
"./modules",
"./inc",
"./pdf-forms-for-wpforms.php"
],
"package_files": [
"pdf-forms-for-wpforms.php",
"readme.txt",
"LICENSE",
"js",
"css",
"html",
"modules",
"inc",
"languages"
]
}
}
}