-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 957 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
33
34
35
36
37
38
{
"name": "extend/magento-breeze-module",
"description": "Breeze Compatibility module for Extend Warranty",
"require": {
"magento/framework": ">=101.0",
"extend/module-warranty": "dev-master",
"swissup/module-breeze": "^2.0.0"
},
"type": "magento2-module",
"version": "1.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Gamma Partners LLC",
"email": "[email protected]",
"homepage": "https://www.gammapartners.com",
"role": "Support"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Extend\\WarrantyBreeze\\": ""
}
},
"minimum-stability": "dev",
"repositories": {
"extend": {
"type": "git",
"url": "https://github.com/helloextend/magento-extension/"
}
}
}