From 6bfaf63d4ffec0438b3ff62bee942511c32521ee Mon Sep 17 00:00:00 2001 From: David Molineus Date: Wed, 11 Oct 2017 15:24:45 +0200 Subject: [PATCH] Require Contao 4.4.7. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9400e5a..6c0fc50 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require": { "php": ">=7.0", - "contao/core-bundle": "^4.4", + "contao/core-bundle": "^4.4.7", "netzmacht/contao-leaflet-libraries": "^1.0", "netzmacht/php-javascript-builder": "^1.0", "netzmacht/php-leaflet": "^1.0.1",