From fb9500ddee484b506c0823be0d85fe9292b0d67e Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Fri, 5 Apr 2024 14:51:17 -0400 Subject: [PATCH] Laravel 11.x Compatibility (#21) Bump dependencies for Laravel 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index da120bf..e4446ef 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "json-mapper/json-mapper": "^2.3", "php": "^7.2 || ^8.0", - "illuminate/support": "^5.5|^6|^7|^8|^9|^10" + "illuminate/support": "^5.5|^6|^7|^8|^9|^10 || ^11.0" }, "autoload": { "psr-4": { @@ -43,8 +43,8 @@ "ext-json": "*", "squizlabs/php_codesniffer": "^3.5", "phpstan/phpstan": "^0.12.19 || ^1.0.0", - "phpunit/phpunit": "^8.0 || ^9.0", - "orchestra/testbench": "^5.3|^6.0", + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.5", + "orchestra/testbench": "^5.3|^6.0 || ^9.0", "php-coveralls/php-coveralls": "^2.4", "guzzlehttp/guzzle": "^6.5 || ^7.0" }