diff --git a/composer.json b/composer.json index 83f9286..c7b1f8c 100644 --- a/composer.json +++ b/composer.json @@ -2,12 +2,12 @@ "name": "reecem/mocker", "description": "Mock class constructor args based on the reflection class", "require": { - "illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/filesystem": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^12.8", + "illuminate/filesystem": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^12.8" }, "require-dev": { - "phpunit/phpunit": "^7.5|^8.0|^9.5.10", - "orchestra/testbench": "^3.5|^4.0|^7.0" + "phpunit/phpunit": "^7.5|^8.0|^9.5.10|^10.0|^11.0|^12.1", + "orchestra/testbench": "^3.5|^4.0|^7.0|^8.0|^9.0|^10.2" }, "keywords": [ "laravel",