Bump requirements and fix symfony/event-dispatcher usage

This commit is contained in:
David Molineus
2022-02-21 16:31:52 +01:00
parent f2584d400c
commit d6a7e14a05
7 changed files with 28 additions and 20 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ namespace Netzmacht\Contao\Leaflet\Event;
use Netzmacht\LeafletPHP\Definition;
use Netzmacht\LeafletPHP\Value\GeoJson\GeoJsonObject;
use Symfony\Component\EventDispatcher\Event;
use Symfony\Contracts\EventDispatcher\Event;
/**
* Class ConvertToGeoJsonEvent is emitted when the DefinitionMapper converts a definition to a geo json feature.