From 10e89438418b3b1c0c9bed9b14b511c1490ee232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 02:19:53 +0000 Subject: [PATCH] Update longitude-one/doctrine-spatial requirement from ^3.0 to ^4.0 Updates the requirements on [longitude-one/doctrine-spatial](https://github.com/longitude-one/doctrine-spatial) to permit the latest version. - [Release notes](https://github.com/longitude-one/doctrine-spatial/releases) - [Changelog](https://github.com/longitude-one/doctrine-spatial/blob/main/CHANGELOG.md) - [Commits](https://github.com/longitude-one/doctrine-spatial/compare/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: longitude-one/doctrine-spatial 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 38c0a368..c38373a2 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "kagurati/patreon": "^1.1", "kagurati/torutils": "^0.2.0", "league/commonmark": "^2.3", - "longitude-one/doctrine-spatial": "^3.0", + "longitude-one/doctrine-spatial": "^4.0", "phpdocumentor/reflection-docblock": "^5.3", "phpstan/phpdoc-parser": "^1.15", "stripe/stripe-php": "^10.3",