-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 816 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 816 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
{
"name": "gnikolovski/capi",
"description": "Provides Meta Conversion API functionality for Drupal.",
"type": "drupal-module",
"homepage": "https://gorannikolovski.com/product/meta-conversions-api-for-drupal",
"authors": [
{
"name": "Goran Nikolovski",
"email": "goran@gorannikolovski.com",
"homepage": "https://gorannikolovski.com",
"role": "Developer"
}
],
"support": {
"issues": "https://gorannikolovski.com/contact",
"email": "goran@gorannikolovski.com"
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
"require": {
"drupal/commerce": "^2.27 || ^3.0",
"drupal/core": "^9.5 || ^10 || ^11",
"facebook/php-business-sdk": "^22.0",
"php": ">=8.0"
}
}