-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 806 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 806 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
30
{
"name": "spaggel/tooltip",
"description": "Product attribute tooltips module for Magento 2",
"require": {
"magento/framework": "~103.0",
"magento/module-backend": "~102.0",
"magento/module-catalog": "~104.0",
"magento/module-store": "~101.0",
"magento/module-ui": "~101.2",
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0"
},
"type": "magento2-module",
"license": "MIT",
"authors": [
{
"name": "Daniel van der Linden",
"email": "daniel@spaggel.nl",
"homepage": "https://spaggel.nl",
"role": "Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Spaggel\\Tooltip\\": ""
}
}
}