From 07072142cb7a5c7937d565dad8f44959e2eb59d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 04:21:23 +0000 Subject: [PATCH] Update league/geotools requirement from ^0.8.0 to ^0.8.0 || ^1.0.0 Updates the requirements on [league/geotools](https://github.com/thephpleague/geotools) to permit the latest version. - [Release notes](https://github.com/thephpleague/geotools/releases) - [Changelog](https://github.com/thephpleague/geotools/blob/master/CHANGELOG.md) - [Commits](https://github.com/thephpleague/geotools/compare/0.8.0...1.0.0) --- updated-dependencies: - dependency-name: league/geotools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cae1881..6cb6839 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.3", "adgoal-common/base": "^4.0", - "league/geotools": "^0.8.0", + "league/geotools": "^0.8.0 || ^1.0.0", "marc-mabe/php-enum": "^4.0", "moneyphp/money": "^3.2", "ramsey/uuid": "^3.8 || ^4.0",