-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
54 lines (54 loc) · 1.46 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
48
49
50
51
52
53
54
{
"name": "nasumilu/ux-leafletjs",
"description": "Symfony UX for Leaflet.",
"type": "symfony-bundle",
"license": "Apache-2.0",
"authors": [
{
"name": "Michael Lucas",
"email": "nasumilu@gmail.com"
}
],
"autoload": {
"psr-4": {
"Nasumilu\\UX\\Leafletjs\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Nasumilu\\UX\\Leafletjs\\Tests\\": "tests/"
}
},
"require": {
"php": ">=7.2.5",
"symfony/config": "^5.3|^6.0",
"symfony/dependency-injection": "^5.3|^6.0",
"symfony/http-kernel": "^5.3|^6.0",
"symfony/serializer": "^v5.3|^6.0",
"symfony/options-resolver": "^5.3|^6.0"
},
"require-dev": {
"symfony/framework-bundle": "^5.3|^6.0",
"symfony/twig-bundle": "^5.3|^6.0",
"symfony/webpack-encore-bundle": "^1.11",
"symfony/yaml": "^5.3|^6.0",
"symfony/http-foundation": "^5.3|^6.0",
"symfony/routing": "^5.3|^6.0",
"symfony/test-pack": "^v1.0",
"symfony/serializer-pack": "dev-main"
},
"conflict": {
"symfony/flex": "<1.13",
"symfony/webpack-encore-bundle": "<1.11"
},
"config": {
"sort-packages": true
},
"extra": {
"thanks": {
"name": "nasumilu/ux-leafletjs",
"url": "https://github.com/nasumilu/ux-leafletjs"
}
},
"minimum-stability": "dev"
}