-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
169 lines (169 loc) · 5.31 KB
/
composer.json
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "btcpay/prestashop-plugin",
"description": "BTCPay Server payment plugin for PrestaShop",
"license": "MIT",
"type": "prestashop-module",
"keywords": [
"BTCPay",
"BTCPay Server",
"bitcoin",
"crypto",
"ecommerce",
"module",
"payment",
"plugin",
"prestashop"
],
"homepage": "https://github.com/btcpayserver/prestashop-plugin",
"support": {
"issues": "https://github.com/btcpayserver/prestashop-plugin/issues",
"source": "https://github.com/btcpayserver/prestashop-plugin"
},
"require": {
"php": ">=8.0",
"ext-PDO": "*",
"ext-bcmath": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-zip": "*",
"composer/installers": "^1.12.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"ergebnis/composer-normalize": "^2.43.0",
"ezyang/htmlpurifier": "dev-master as 4.17.0",
"friendsofphp/php-cs-fixer": "^3.4.0",
"lcobucci/jwt": "dev-3.4.6-patch as 3.4.6",
"php-parallel-lint/php-console-highlighter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.4.0",
"phpoffice/phpspreadsheet": "^1.29.1",
"prestashop/autoindex": "^2.1",
"prestashop/php-dev-tools": "^5",
"prestashop/prestashop": "^8.1.7",
"roave/security-advisories": "dev-latest",
"slevomat/coding-standard": "^8.15.0",
"squizlabs/php_codesniffer": "^3.10.2"
},
"replace": {
"prestashop/blockreassurance": "^5.1.4",
"prestashop/blockwishlist": "^3",
"prestashop/classic": "^2.0.0-beta",
"prestashop/contactform": "^4.3.0",
"prestashop/dashactivity": "^2",
"prestashop/dashgoals": "^2",
"prestashop/dashproducts": "^2",
"prestashop/dashtrends": "^2",
"prestashop/gamification": "^2.4.0",
"prestashop/graphnvd3": "^2",
"prestashop/gridhtml": "^2",
"prestashop/gsitemap": "^4",
"prestashop/pagesnotfound": "^2",
"prestashop/productcomments": "^7.0",
"prestashop/ps_banner": "^2",
"prestashop/ps_bestsellers": "^1.0",
"prestashop/ps_brandlist": "^1.0",
"prestashop/ps_cashondelivery": "^2.0",
"prestashop/ps_categoryproducts": "^1.0",
"prestashop/ps_categorytree": "^2",
"prestashop/ps_checkpayment": "^2",
"prestashop/ps_contactinfo": "^3.2",
"prestashop/ps_crossselling": "^2.0",
"prestashop/ps_currencyselector": "^2",
"prestashop/ps_customeraccountlinks": "^3",
"prestashop/ps_customersignin": "^2",
"prestashop/ps_customtext": "^4",
"prestashop/ps_dataprivacy": "^2.0",
"prestashop/ps_distributionapiclient": "^1.0.1",
"prestashop/ps_emailalerts": "^3.0",
"prestashop/ps_emailsubscription": "^2.7.0",
"prestashop/ps_facetedsearch": "^3.7.1",
"prestashop/ps_faviconnotificationbo": "^2",
"prestashop/ps_featuredproducts": "^2",
"prestashop/ps_googleanalytics": "^5.0",
"prestashop/ps_imageslider": "^3",
"prestashop/ps_languageselector": "^2",
"prestashop/ps_linklist": "^6",
"prestashop/ps_mainmenu": "^2",
"prestashop/ps_newproducts": "^1.0",
"prestashop/ps_searchbar": "^2",
"prestashop/ps_sharebuttons": "^2",
"prestashop/ps_shoppingcart": "^3",
"prestashop/ps_socialfollow": "^2",
"prestashop/ps_specials": "^1.0",
"prestashop/ps_supplierlist": "^1.0",
"prestashop/ps_themecusto": "^1",
"prestashop/ps_viewedproduct": "^1.2",
"prestashop/ps_wirepayment": "^2",
"prestashop/psgdpr": "^1.0",
"prestashop/statsbestcategories": "^2",
"prestashop/statsbestcustomers": "^2",
"prestashop/statsbestmanufacturers": "^2",
"prestashop/statsbestproducts": "^2",
"prestashop/statsbestsuppliers": "^2",
"prestashop/statsbestvouchers": "^2",
"prestashop/statscarrier": "^2",
"prestashop/statscatalog": "^2",
"prestashop/statscheckup": "^2",
"prestashop/statsdata": "^2",
"prestashop/statsforecast": "^2",
"prestashop/statsnewsletter": "^2",
"prestashop/statspersonalinfos": "^2",
"prestashop/statsproduct": "^2",
"prestashop/statsregistrations": "^2",
"prestashop/statssales": "^2",
"prestashop/statssearch": "^2",
"prestashop/statsstock": "^2",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php54": "*",
"symfony/polyfill-php55": "^1.10",
"symfony/polyfill-php56": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/PrestaShop/jwt"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"BTCPay\\": "modules/btcpay/src"
},
"classmap": [
"modules/btcpay/btcpay.php"
]
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true
},
"platform": {
"php": "8.0"
},
"preferred-install": "dist",
"prepend-autoloader": false,
"sort-packages": true
},
"scripts": {
"post-install-cmd": [
"@install-codestandards"
],
"install-codestandards": [
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"
]
}
}