-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (45 loc) · 1.16 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
42
43
44
45
46
47
{
"name": "btx/btx",
"description": "General additional package for laravel framework",
"type": "library",
"keywords": ["bataxdev", "btx","bachtiarpanjaitan","spellnumber"],
"require": {
"php": ">= 7.4.0",
"intervention/image": "^2.7",
"league/fractal": "^0.19.2",
"spatie/laravel-fractal": "^5.8"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Btx\\Query\\": "query/src",
"Btx\\File\\": "file/src",
"Btx\\Http\\": "http/src",
"Btx\\Common\\": "common/src"
},
"files": [
"helpers/lumen.php"
]
},
"suggest": {
"ext-gd": "to use GD library based image processing."
},
"authors": [
{
"name": "Bachtiar Panjaitan",
"email": "[email protected]",
"homepage": "https://btx.bataxdev.com",
"role": "Author"
}
],
"extra": {
"laravel": {
"providers": [
],
"aliases": {
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}