-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
29 lines (29 loc) · 987 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
25
26
27
28
29
{
"name": "rvvup/module-magento-payments-hyva-checkout",
"description": "Compatibility module for Rvvup payment gateway for Magento 2",
"type": "magento2-module",
"require": {
"php": "^7.3 || ^8.1",
"rvvup/module-magento-payments": "1.9.1",
"hyva-themes/magento2-compat-module-fallback": "^1.0",
"hyva-themes/magento2-hyva-checkout": "^1.1",
"magewirephp/magewire": "*"
},
"require-dev": {
"phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10 || ^11",
"magento/magento-coding-standard": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpstan/phpstan": "^0.12.2 || ^1.2 || ^2.0",
"phpstan/extension-installer": "1.4.x",
"bitexpert/phpstan-magento": "~0.28",
"php": "^7.3|^8.1"
},
"autoload": {
"files": [
"src/registration.php"
],
"psr-4": {
"Rvvup\\PaymentsHyvaCheckout\\": "src/"
}
}
}