-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.01 KB
/
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
39
40
41
{
"name": "shekel/shekel-lib",
"description": "Shekel Internal Services",
"type": "project",
"require": {
"php": "^8.0",
"barryvdh/laravel-dompdf": "^2.0.x-dev",
"doctrine/dbal": "^3.4",
"guzzlehttp/guzzle": "^7.4",
"illuminate/auth": "9.x-dev",
"illuminate/console": "9.x-dev",
"illuminate/database": "9.x-dev",
"illuminate/http": "9.x-dev",
"jenssegers/agent": "3.0.x-dev",
"opcodesio/log-viewer": "dev-main",
"pragmarx/yaml": "^1.3"
},
"autoload": {
"psr-4": {
"Shekel\\ShekelLib\\": "src/"
}
},
"authors": [
{
"name": "Muheez Jimoh",
"email": "jamuheez2009@gmail.com"
}
],
"license": "MIT",
"minimum-stability": "dev",
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Shekel\\ShekelLib\\ShekelServiceProvider"
]
}
}
}