forked from platonua/Magento_2.4_Ukraine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
24 lines (24 loc) · 941 Bytes
/
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
{
"name": "platon/module-platon-pay",
"description": "«Platon Pay» is an ideal solution for online stores accepting payments from cards: Visa, Mastercard, Prostir. Easy and convenient installation and configuration of the module will allow you to set up the ability to accept online card payments on your website in a few minutes.",
"require": {
"php": "~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
"magento/module-sales": "~101.0.0|~102.0.0|~103.0.0",
"magento/module-checkout": "~100.2.0|~100.3.0|~100.4.0",
"magento/module-payment": "~100.2.0|~100.3.0|~100.4.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"type": "magento2-module",
"version": "100.1.1",
"license": "GPL-2.0-or-later",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Platon\\PlatonPay\\": ""
}
}
}