From f99321be123a5afa161bd3330cffb66215fc6bc3 Mon Sep 17 00:00:00 2001 From: /SyntaxLexx Date: Wed, 17 May 2023 23:36:55 +0300 Subject: [PATCH] Update composer.json - Laravel 10 support updated composer dependencies for Laravel 10 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0eb33d2..ff30e40 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.1", "google/cloud-recaptcha-enterprise": "^1.2", - "illuminate/contracts": "^9.0", + "illuminate/contracts": "^9.0|^10.0", "spatie/laravel-package-tools": "^1.13.0" }, "require-dev": { @@ -26,8 +26,8 @@ "nunomaduro/collision": "^6.0", "nunomaduro/larastan": "^2.0.1", "orchestra/testbench": "^7.0", - "pestphp/pest": "^1.21", - "pestphp/pest-plugin-laravel": "^1.1", + "pestphp/pest": "^1.21|^2.0", + "pestphp/pest-plugin-laravel": "^1.1|^2.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0",