@symfony/ux-google-map 2.24.0 → 2.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,6 +14,8 @@ composer require symfony/ux-google-map:2.23.0
|
|
|
14
14
|
npm add @symfony/ux-google-map@2.23.0
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
+
**Tip:** Your `package.json` file will be automatically modified by [Flex](https://github.com/symfony/flex) when installing or upgrading a PHP package. To prevent this behavior, ensure to **use at least Flex 1.22.0 or 2.5.0**, and run `composer config extra.symfony.flex.synchronize_package_json false`.
|
|
18
|
+
|
|
17
19
|
## Resources
|
|
18
20
|
|
|
19
21
|
- [Documentation](https://github.com/symfony/ux/tree/2.x/src/Map/src/Bridge/Google)
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@symfony/ux-google-map",
|
|
3
3
|
"description": "GoogleMaps bridge for Symfony UX Map, integrate interactive maps in your Symfony applications",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "2.
|
|
5
|
+
"version": "2.25.0",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"symfony-ux",
|
|
8
8
|
"google-maps",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@googlemaps/js-api-loader": "^1.16.6",
|
|
52
52
|
"@hotwired/stimulus": "^3.0.0",
|
|
53
|
-
"@symfony/ux-map": "2.
|
|
53
|
+
"@symfony/ux-map": "2.25.0",
|
|
54
54
|
"@types/google.maps": "^3.55.9"
|
|
55
55
|
}
|
|
56
56
|
}
|