forked from ReimuHakurei/phpPgAdmin
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
135 lines (135 loc) · 7.78 KB
/
Copy pathcomposer.json
File metadata and controls
135 lines (135 loc) · 7.78 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "phppgadmin/phppgadmin",
"description": "phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for PostgreSQL DBAs, newbies, and hosting services.",
"type": "project",
"license": "GPL-2.0-or-later",
"autoload-dev": {
"psr-4": {
"Tests\\": "Tests/"
}
},
"config": {
"allow-plugins": {
"captainhook/hook-installer": true,
"codeception/c3": true,
"cyclonedx/cyclonedx-php-composer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
},
"platform": {
"php": "8.2"
}
},
"require": {
"php": ">=8.2",
"ext-gettext": "*",
"ext-pgsql": "*",
"ext-mbstring": "*",
"adodb/adodb-php": "^5.22",
"locr-company/http-status-code": "^1.0",
"symfony/yaml": "^7.3"
},
"require-dev": {
"captainhook/captainhook": "^5.27",
"captainhook/hook-installer": "^1.0",
"codeception/codeception": "^5.3",
"codeception/c3": "^2.9",
"codeception/module-asserts": "*",
"codeception/module-phpbrowser": "*",
"codeception/module-webdriver": "^4.0",
"cyclonedx/cyclonedx-php-composer": "^6.0",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpat/phpat": "^0.12.0",
"phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^2.1",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-deprecation-rules": "^2.0",
"slevomat/coding-standard": "^8.25",
"squizlabs/php_codesniffer": "^4.0",
"vlucas/phpdotenv": "^5.6"
},
"minimum-stability": "stable",
"scripts": {
"dev:analyze": [
"@dev:analyze:phpstan"
],
"dev:analyze:phpstan": "@dev:analyze:phpstan-8.2",
"dev:analyze:phpstan-8.2": "phpstan analyse --configuration=phpstan-8.2.neon --autoload-file=autoload-tests.php --memory-limit=512M",
"dev:analyze:phpstan-8.3": "phpstan analyse --configuration=phpstan-8.3.neon --autoload-file=autoload-tests.php --memory-limit=512M",
"dev:analyze:phpstan-8.4": "phpstan analyse --configuration=phpstan-8.4.neon --autoload-file=autoload-tests.php --memory-limit=512M",
"dev:analyze:phpstan-8.5": "phpstan analyse --configuration=phpstan-8.5.neon --autoload-file=autoload-tests.php --memory-limit=512M",
"dev:lint": [
"@dev:lint:php",
"@dev:lint:phpcs"
],
"dev:lint:php": "parallel-lint --exclude vendor .",
"dev:lint:phpcs": "phpcs -d memory_limit=256M src/ autoload.php all_db.php all_db_export.php alter_db.php alter_role.php alter_tablespace.php browser.php create_db.php create_role.php create_tablespace.php dbexport.php drop_db.php drop_role.php drop_tablespace.php history.php history_clear.php history_delete.php history_download.php index.php intro.php login.php logout.php roles.php server-logout.php servers.php servers-tree.php sqledit.php tablespaces.php",
"dev:test": [
"@dev:test:acceptance"
],
"dev:test:unit": "php -d register_argc_argv=On vendor/bin/codecept run Unit",
"dev:test:acceptance": "php -d register_argc_argv=On vendor/bin/codecept run Acceptance",
"dev:test:coverage:ci": "codecept run Unit,Acceptance --coverage --coverage-xml",
"dev:test:coverage:html": "codecept run Unit,Acceptance --coverage --coverage-html",
"build-locales": [
"@build-locale-af_ZA",
"@build-locale-ar",
"@build-locale-ca_ES",
"@build-locale-cs_CZ",
"@build-locale-da_DK",
"@build-locale-de_DE",
"@build-locale-el_GR",
"@build-locale-en_US",
"@build-locale-es_ES",
"@build-locale-fr_FR",
"@build-locale-gl_ES",
"@build-locale-he_IL",
"@build-locale-hu_HU",
"@build-locale-it_IT",
"@build-locale-ja_JP",
"@build-locale-lt_LT",
"@build-locale-mn_MN",
"@build-locale-nl_NL",
"@build-locale-pl_PL",
"@build-locale-pt_BR",
"@build-locale-pt_PT",
"@build-locale-ro_RO",
"@build-locale-ru_RU",
"@build-locale-sk_SK",
"@build-locale-sv_SE",
"@build-locale-tr_TR",
"@build-locale-uk_UA",
"@build-locale-zh_CN",
"@build-locale-zh_TW"
],
"build-locale-af_ZA": "msgfmt locale/af_ZA/LC_MESSAGES/messages.po -o locale/af_ZA/LC_MESSAGES/messages.mo",
"build-locale-ar": "msgfmt locale/ar/LC_MESSAGES/messages.po -o locale/ar/LC_MESSAGES/messages.mo",
"build-locale-ca_ES": "msgfmt locale/ca_ES/LC_MESSAGES/messages.po -o locale/ca_ES/LC_MESSAGES/messages.mo",
"build-locale-cs_CZ": "msgfmt locale/cs_CZ/LC_MESSAGES/messages.po -o locale/cs_CZ/LC_MESSAGES/messages.mo",
"build-locale-da_DK": "msgfmt locale/da_DK/LC_MESSAGES/messages.po -o locale/da_DK/LC_MESSAGES/messages.mo",
"build-locale-de_DE": "msgfmt locale/de_DE/LC_MESSAGES/messages.po -o locale/de_DE/LC_MESSAGES/messages.mo",
"build-locale-el_GR": "msgfmt locale/el_GR/LC_MESSAGES/messages.po -o locale/el_GR/LC_MESSAGES/messages.mo",
"build-locale-en_US": "msgfmt locale/en_US/LC_MESSAGES/messages.po -o locale/en_US/LC_MESSAGES/messages.mo",
"build-locale-es_ES": "msgfmt locale/es_ES/LC_MESSAGES/messages.po -o locale/es_ES/LC_MESSAGES/messages.mo",
"build-locale-fr_FR": "msgfmt locale/fr_FR/LC_MESSAGES/messages.po -o locale/fr_FR/LC_MESSAGES/messages.mo",
"build-locale-gl_ES": "msgfmt locale/gl_ES/LC_MESSAGES/messages.po -o locale/gl_ES/LC_MESSAGES/messages.mo",
"build-locale-he_IL": "msgfmt locale/he_IL/LC_MESSAGES/messages.po -o locale/he_IL/LC_MESSAGES/messages.mo",
"build-locale-hu_HU": "msgfmt locale/hu_HU/LC_MESSAGES/messages.po -o locale/hu_HU/LC_MESSAGES/messages.mo",
"build-locale-it_IT": "msgfmt locale/it_IT/LC_MESSAGES/messages.po -o locale/it_IT/LC_MESSAGES/messages.mo",
"build-locale-ja_JP": "msgfmt locale/ja_JP/LC_MESSAGES/messages.po -o locale/ja_JP/LC_MESSAGES/messages.mo",
"build-locale-lt_LT": "msgfmt locale/lt_LT/LC_MESSAGES/messages.po -o locale/lt_LT/LC_MESSAGES/messages.mo",
"build-locale-mn_MN": "msgfmt locale/mn_MN/LC_MESSAGES/messages.po -o locale/mn_MN/LC_MESSAGES/messages.mo",
"build-locale-nl_NL": "msgfmt locale/nl_NL/LC_MESSAGES/messages.po -o locale/nl_NL/LC_MESSAGES/messages.mo",
"build-locale-pl_PL": "msgfmt locale/pl_PL/LC_MESSAGES/messages.po -o locale/pl_PL/LC_MESSAGES/messages.mo",
"build-locale-pt_BR": "msgfmt locale/pt_BR/LC_MESSAGES/messages.po -o locale/pt_BR/LC_MESSAGES/messages.mo",
"build-locale-pt_PT": "msgfmt locale/pt_PT/LC_MESSAGES/messages.po -o locale/pt_PT/LC_MESSAGES/messages.mo",
"build-locale-ro_RO": "msgfmt locale/ro_RO/LC_MESSAGES/messages.po -o locale/ro_RO/LC_MESSAGES/messages.mo",
"build-locale-ru_RU": "msgfmt locale/ru_RU/LC_MESSAGES/messages.po -o locale/ru_RU/LC_MESSAGES/messages.mo",
"build-locale-sk_SK": "msgfmt locale/sk_SK/LC_MESSAGES/messages.po -o locale/sk_SK/LC_MESSAGES/messages.mo",
"build-locale-sv_SE": "msgfmt locale/sv_SE/LC_MESSAGES/messages.po -o locale/sv_SE/LC_MESSAGES/messages.mo",
"build-locale-tr_TR": "msgfmt locale/tr_TR/LC_MESSAGES/messages.po -o locale/tr_TR/LC_MESSAGES/messages.mo",
"build-locale-uk_UA": "msgfmt locale/uk_UA/LC_MESSAGES/messages.po -o locale/uk_UA/LC_MESSAGES/messages.mo",
"build-locale-zh_CN": "msgfmt locale/zh_CN/LC_MESSAGES/messages.po -o locale/zh_CN/LC_MESSAGES/messages.mo",
"build-locale-zh_TW": "msgfmt locale/zh_TW/LC_MESSAGES/messages.po -o locale/zh_TW/LC_MESSAGES/messages.mo"
}
}