From cb00c55377aad3b075dfd6b528f99b29355f415d Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 27 Feb 2024 14:41:26 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 55cc8a8..ed4d5b4 100644 --- a/composer.json +++ b/composer.json @@ -17,15 +17,15 @@ "require": { "php": "^8.0", "guzzlehttp/guzzle": "^6.0|^7.2", - "illuminate/contracts": "^8.0|^9.0|^10.0", + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", "spatie/ignition": "^1.3", "spatie/laravel-package-tools": "^1.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.5", - "orchestra/testbench": "^6.0|^7.0|^8.0", - "pestphp/pest": "^1.21", - "phpunit/phpunit": "^9.3", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", + "pestphp/pest": "^1.21|^2.34", + "phpunit/phpunit": "^9.3|^10.5", "symfony/process": "^5.3|^6.0" }, "autoload": {