diff --git a/composer.json b/composer.json index ff58aaa..385b2fb 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,14 @@ } ], "require": { - "php": "^8.1", - "illuminate/support": "^10.0", + "php": "^8.1|^8.2|^8.3", + "illuminate/support": "^10.0|^11.0", "geo-io/wkb-parser": "^1.0", "jmikola/geojson": "^1.1" }, "require-dev": { "orchestra/testbench": "^6.23|^7.0|^8.0", - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^10.0|^11.0" }, "autoload": { "psr-4": {