-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
40 lines (40 loc) · 1.04 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
38
39
40
{
"name": "spirit-digital-agency/magento2-facebook-pixel",
"description": "Integrate facebook pixel event tracking to your Magento 2 store.",
"keywords": [
"magento2",
"magento2-module",
"facebook",
"facebook event tracking",
"facebook pixel",
"facebook pixel event tracking",
"integration",
"spirit digital agency"
],
"type": "magento2-module",
"version": "1.0.2",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Spirit Digital Agency",
"email": "[email protected]",
"homepage": "https://spirit.com.gr",
"role": "Technical Support"
}
],
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0",
"magento/framework": ">100.0",
"spirit-digital-agency/magento2-spirit-core": "~1.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Spirit\\FacebookPixel\\": ""
}
}
}