diff --git a/composer.json b/composer.json index d0821d9..867c7d3 100644 --- a/composer.json +++ b/composer.json @@ -3,12 +3,12 @@ "description": "Make debugging easier by adding more data to your laravel logs", "require": { "php": "^7.3|^8.0", - "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "monolog/monolog": "^1.23|^2.1.1|^3.2" }, "require-dev": { - "phpunit/phpunit": "^9.3.9|^10.5", - "orchestra/testbench": "^6.23.0|^7.0.0|^8.0|^9.0" + "phpunit/phpunit": "^9.3.9|^10.5|^11.5.3", + "orchestra/testbench": "^6.23.0|^7.0.0|^8.0|^9.0|^10.0" }, "license": "MIT", "authors": [