-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 1.08 KB
/
composer.json
File metadata and controls
37 lines (37 loc) · 1.08 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
{
"name": "symfony/ux-google-map",
"type": "symfony-ux-map-bridge",
"description": "Symfony UX Map GoogleMaps Bridge",
"keywords": ["symfony-ux", "google-maps", "map"],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Hugo Alliaume",
"email": "hugo@alliau.me"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": ">=8.1",
"symfony/stimulus-bundle": "^2.18.1|^3.0",
"symfony/ux-map": "^2.19|^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^7.2|^8.0",
"symfony/ux-icons": "^2.18|^3.0",
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
"phpunit/phpunit": "^9.6.22"
},
"autoload": {
"psr-4": { "Symfony\\UX\\Map\\Bridge\\Google\\": "src/" },
"exclude-from-classmap": []
},
"autoload-dev": {
"psr-4": { "Symfony\\UX\\Map\\Bridge\\Google\\Tests\\": "tests/" }
},
"minimum-stability": "dev"
}