-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·37 lines (37 loc) · 1.05 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
{
"name": "multisafepay/magento2-core",
"description": "MultiSafepay module for Magento 2",
"version": "2.10.0",
"require": {
"multisafepay/php-sdk": "^5.2",
"php-http/guzzle6-adapter": "*",
"guzzlehttp/psr7": "*",
"http-interop/http-factory-guzzle": "^1.0",
"magento/framework": "^102.0|^103.0",
"magento/module-sales": "^102.0|^103.0",
"magento/module-checkout": "^100.0",
"magento/module-payment": "^100.0",
"magento/module-quote": "^101.0",
"magento/module-store": "^101.0",
"magento/module-vault": "^101.0",
"php": ">=7.1",
"ext-pcre": "*",
"ext-json": "*"
},
"require-dev": {
"object-calisthenics/phpcs-calisthenics-rules": "^3.5 || ^2.0",
"php-http/mock-client": "^1.3"
},
"type": "magento2-module",
"license": [
"OSL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MultiSafepay\\ConnectCore\\": ""
}
}
}