mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2025-11-28 11:43:43 +01:00
Fix links (#8)
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
Leaflet geocode widget
|
Leaflet geocode widget
|
||||||
======================
|
======================
|
||||||
|
|
||||||
[](https://travis-ci.org/netzmacht/contao-leaflet-geocode-widget)
|
[](https://github.com/netzmacht/contao-leaflet-geocode-widget/actions)
|
||||||
[](http://packagist.org/packages/netzmacht/contao-leaflet-geocode-widget)
|
[](http://packagist.org/packages/netzmacht/contao-leaflet-geocode-widget)
|
||||||
[](http://packagist.org/packages/netzmacht/contao-leaflet-geocode-widget)
|
[](http://packagist.org/packages/netzmacht/contao-leaflet-geocode-widget)
|
||||||
[](http://packagist.org/packages/netzmacht/contao-leaflet-geocode-widget)
|
[](http://packagist.org/packages/netzmacht/contao-leaflet-geocode-widget)
|
||||||
[](https://github.com/contao-community-alliance/coding-standard)
|
|
||||||
|
|
||||||
This extension provides an widget to pick coordinates from a map. It uses the leaflet framework.
|
This extension provides a widget to pick coordinates from a map. It uses the leaflet framework.
|
||||||
|
|
||||||
Changlog
|
Changlog
|
||||||
--------
|
--------
|
||||||
@@ -17,7 +16,8 @@ See [CHANGELOG](CHANGELOG.md).
|
|||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
- Contao ~4.4
|
- Contao ^4.13||^5.0
|
||||||
|
- PHP ^7.4||^8.0
|
||||||
|
|
||||||
|
|
||||||
Install
|
Install
|
||||||
|
|||||||
@@ -19,9 +19,8 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"email": "mail@netzmacht.de",
|
"email": "mail@netzmacht.de",
|
||||||
"issues": "https://github.com/contao-bootstrap/core/issues",
|
"issues": "https://github.com/netzmacht/contao-leaflet-geocode-widget/issues",
|
||||||
"wiki": "http://contao-bootstrap.netzmacht.de",
|
"source": "https://github.com/netzmacht/contao-leaflet-geocode-widget"
|
||||||
"source": "https://github.com/contao-bootstrap/core"
|
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4 || ^8.0",
|
"php": "^7.4 || ^8.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user