-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 871 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 871 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
{
"name": "drupal/commerce_multisafepay_payments",
"description": "Drupal Commerce MultiSafepay integration",
"version": "4.1.0",
"keywords" : [ "drupal", "drupal commerce", "commerce", "multisafepay" ],
"type": "drupal-module",
"homepage": "https://drupal.org/project/commerce_multisafepay_payments",
"require": {
"drupal/commerce": "^2.39",
"drupal/core": "^8.8 || ^9.4 || 10.*"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"drupal/coder": "^8.3.x-dev",
"multisafepay/coding-standards": "dev-master"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}