-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
32 lines (32 loc) · 836 Bytes
/
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
{
"name": "clivewalkden/magento2-usersnap",
"description": "A plugin for Magento 2 that outputs the Usersnap javascript code into the website",
"type": "magento2-module",
"homepage": "https://github.com/clivewalkden/Magento2_Usersnap",
"authors": [
{
"name": "Clive Walkden",
"email": "[email protected]",
"homepage": "https://clivewalkden.co.uk"
}
],
"license": "OSL-3.0",
"require": {
"magento/framework": ">=103.0.3",
"ext-json": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"CliveWalkden\\Usersnap\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
]
}