-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.45 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.45 KB
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
39
40
41
42
43
{
"name": "obelaw/flow",
"description": "Obelaw Flow is a software system designed to help businesses streamline, automate, and manage core business operations related to accounting, sales, purchasing, and inventory. The system provides a centralized platform that integrates these vital functions, enabling companies to gain a comprehensive view of their financial and operational performance and make better-informed decisions.",
"autoload": {
"psr-4": {
"Obelaw\\": "addons/",
"Obelaw\\Flow\\": "src/"
},
"files": [
"helpers/autoload.php"
]
},
"authors": [
{
"name": "Karim Mohamed",
"email": "komicho1996@gmail.com"
}
],
"require": {
"php": "^8.2",
"laravel/framework": "^11.9",
"milon/barcode": "^11.0",
"flowframe/laravel-trend": "^0.3.0",
"conedevelopment/blade-filters": "^1.0@dev",
"obelaw/audit": "dev-main",
"obelaw/twist": "dev-main",
"obelaw/o-configs": "^v1.1.0",
"obelaw/permit": "dev-main",
"obelaw/catalog": "dev-main",
"obelaw/contacts": "dev-main",
"obelaw/shipping": "dev-main",
"maatwebsite/excel": "^3.1"
},
"extra": {
"laravel": {
"providers": [
"Obelaw\\Flow\\FlowServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}