diff --git a/composer.json b/composer.json index a1c8990..87aa065 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ } ], "require": { - "php": "^7.2 || ^8.0", - "contao/core-bundle": "^4.9", - "symfony/config": "^4.4 || ^5.1", - "symfony/dependency-injection": "^4.4 || ^5.1", - "symfony/http-kernel": "^4.4 || ^5.1" + "php": "^7.2 || ^8.1", + "contao/core-bundle": "^4.13 || ^5.0", + "symfony/config": "^5.4 || ^6.0", + "symfony/dependency-injection": "^5.4 || ^6.0", + "symfony/http-kernel": "^5.4 || ^6.0" }, "conflict": { "contao/manager-plugin": "<2.0 || >=3.0" diff --git a/src/EventListener/ClickpressGridListener.php b/src/EventListener/ClickpressGridListener.php index aa2fcdd..4254993 100644 --- a/src/EventListener/ClickpressGridListener.php +++ b/src/EventListener/ClickpressGridListener.php @@ -15,11 +15,11 @@ use Contao\CoreBundle\ServiceAnnotation\Callback; use Contao\CoreBundle\ServiceAnnotation\Hook; +use Contao\Database; use Contao\DataContainer; use Contao\LayoutModel; use Contao\PageModel; use Contao\PageRegular; -use Database; use Terminal42\ServiceAnnotationBundle\ServiceAnnotationInterface; /**