diff --git a/composer.json b/composer.json index 8067e4345..00b2a8498 100644 --- a/composer.json +++ b/composer.json @@ -36,13 +36,13 @@ } }, "require": { - "php": "^7.4|^8.0", - "illuminate/container": "^8.0|^9.0|^10.0", + "php": "^7.4|^8.0|^8.2", + "illuminate/container": "^8.0|^9.0|^10.0|^11.0", "mnapoli/silly": "^1.8", "symfony/process": "^4.0|^5.0|^6.0|^7.0", "guzzlehttp/guzzle": "^7.7", "phpseclib/phpseclib": "^3.0", - "illuminate/collections": "^8.0|^9.0|^10.0", + "illuminate/collections": "^8.0|^9.0|^10.0|^11.0", "composer/ca-bundle": "^1.3" }, "conflict": {