-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 838 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 838 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
{
"name": "bread/module-breadcheckout",
"description": "Offers Bread Pay financing and checkout tools for your Magento store",
"license": "MIT",
"minimum-stability": "stable",
"version": "2.4.8",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0"
},
"suggest": {
"hyva-themes/magento2-default-theme": "Required for Hyva theme compatibility",
"hyva-themes/magento2-hyva-checkout": "Required for Hyva Checkout integration"
},
"type": "magento2-module",
"repositories": [{
"type": "vcs",
"url": "git@github.com:getbread/magento-v2-bread.git"
}],
"autoload": {
"files": ["registration.php"],
"psr-4": {
"Bread\\BreadCheckout\\": ""
},
"exclude-from-classmap": [
"Magewire/"
]
}
}