-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
38 lines (38 loc) · 1022 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": "bogo/module-buyonegetone",
"description": "Buy One Get One Free module for Magento 2",
"type": "magento2-module",
"version": "1.5.32",
"keywords": [
"magento2",
"magento2-module",
"magento2-extension",
"bogo",
"buy-one-get-one"
],
"homepage": "https://github.com/rigdoge/magento-bogo",
"license": "MIT",
"authors": [
{
"name": "Bogo",
"email": "[email protected]",
"homepage": "https://github.com/rigdoge",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"php": "~8.2.0||~8.3.0",
"magento/framework": "103.0.*",
"magento/module-catalog": "104.0.*",
"magento/module-checkout": "100.4.*"
},
"autoload": {
"files": [
"app/code/Bogo/BuyOneGetOne/registration.php"
],
"psr-4": {
"Bogo\\BuyOneGetOne\\": "app/code/Bogo/BuyOneGetOne"
}
}
}