-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json.ci
45 lines (45 loc) · 966 Bytes
/
composer.json.ci
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
41
42
43
44
45
{
"name": "pixelopen/magento-plausible",
"description": "Add Plausible Analytics to Magento",
"require": {
"php": "^8",
"magento/module-backend": "*",
"magento/module-checkout": "*",
"magento/module-config": "*",
"magento/module-contact": "*",
"magento/module-customer": "*",
"magento/module-store": "*",
"magento/framework": "*"
},
"type": "magento2-module",
"version": "100.3.0",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"PixelOpen\\Plausible\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"authors": [
{
"name": "Pixel Open",
"homepage": "https://pixel-open.org/",
"role": "Developer"
}
],
"config": {
"allow-plugins": {
"magento/composer-dependency-version-audit-plugin": true
}
},
"require-dev": {
"symplify/easy-coding-standard": "^12.1"
}
}