-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 957 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 957 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
{
"name": "bagisto/productpdfgenerate-extension",
"license": "MIT",
"description" : "The PDF Catalog Generator for Bagisto extension enables store owners to easily generate professionally formatted PDF catalogs from their product listings. This feature is essential for businesses looking to share product information with customers in a clean, organized, and portable format, perfect for offline viewing, distribution, or print.",
"authors": [
{
"name": "Kishan Kanani",
"email": "kishan.kanani@brainstream.tech"
}
],
"require": {},
"autoload": {
"psr-4": {
"Brainstream\\ProductPdfGenerate\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Brainstream\\ProductPdfGenerate\\Providers\\ProductPdfGenerateServiceProvider"
],
"aliases": {}
}
},
"minimum-stability": "dev"
}