-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 917 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 917 Bytes
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
{
"name": "adyen/module-hyva-checkout",
"description": "Adyen Integration with Hyva Checkout",
"type": "magento2-module",
"version": "1.3.0",
"license": "MIT",
"require": {
"adyen/module-payment": "^9.13.0",
"hyva-themes/magento2-default-theme": "^1.3",
"hyva-themes/magento2-hyva-checkout": "^1.3",
"hyva-themes/magento2-theme-module": "^1.3.11"
},
"require-dev": {
"phpunit/phpunit": "~9.6.1",
"magento/magento-coding-standard": "*",
"squizlabs/php_codesniffer": "~3.13.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Adyen\\Hyva\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"config": {
"allow-plugins": {
"magento/composer-dependency-version-audit-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}