-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.09 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": "siberfx/backpack-leaflet-drawjs",
"description": "LeafletDrawjs for Laravel Backpack ^6.x",
"keywords": [
"laravel 9.x",
"laravel 10.x",
"laravel 11.x",
"backpack",
"leaflet-drawjs",
"leaflet-polygon",
"leaflet polygon json",
"leafjs",
"openstreetmaps",
"mapbox"
],
"homepage": "https://github.com/siberfx/backpack-leaflet-drawjs",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Selim Görmüş",
"email": "[email protected]",
"role": "Fullstack Software Engineer"
}
],
"require": {
"php": "^8.1",
"backpack/crud": "^6.0",
"illuminate/support": "^9.0|^10.0|^11.0"
},
"minimum-stability": "dev",
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Siberfx\\LeafletDrawjs\\LeafLetServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Siberfx\\LeafletDrawjs\\": "src"
}
}
}