mirror of
https://github.com/symfony/ux-leaflet-map.git
synced 2026-03-23 16:42:19 +01:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "symfony/ux-leaflet-map",
|
|
"type": "symfony-ux-map-bridge",
|
|
"description": "Symfony UX Map Leaflet Bridge",
|
|
"keywords": ["symfony-ux", "leaflet", "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",
|
|
"symfony/ux-map": "^2.19"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^7.2|^8.0",
|
|
"symfony/ux-icons": "^2.18",
|
|
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
|
|
"phpunit/phpunit": "^9.6.22"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\UX\\Map\\Bridge\\Leaflet\\": "src/" },
|
|
"exclude-from-classmap": []
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": { "Symfony\\UX\\Map\\Bridge\\Leaflet\\Tests\\": "tests/" }
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|