diff --git a/composer.json b/composer.json index f0f2324..3b91c42 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "php": "^8.1", "ext-json": "*", - "illuminate/contracts": "^10.0.0", + "illuminate/contracts": "^10.0|^11.0", "lloricode/paymaya-sdk-php": "^2.0.0", "spatie/laravel-package-tools": "^1.16.2" }, @@ -29,7 +29,7 @@ "composer-runtime-api": "^2.2.2", "laravel/pint": "^1.14", "nesbot/carbon": "^2.72.3", - "orchestra/testbench": "^8.21.1", + "orchestra/testbench": "^8.21.1|^9.0", "pestphp/pest": "^2.34.1", "pestphp/pest-plugin-laravel": "^2.3", "phpstan/extension-installer": "^1.3.1",