From 90207ba0cdddd8e741d77b3171041c8832ef2d0b Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 27 Feb 2024 19:42:11 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index f7f13be..ca05b35 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,13 @@ "php": "^7.3 || ^8.0", "doctrine/dbal": "^2.0|^3.0", "fakerphp/faker": "^1.13", - "illuminate/console": "^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0" + "illuminate/console": "^7.0|^8.0|^9.0|^10.0 || ^11.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0 || ^11.0" }, "require-dev": { - "orchestra/testbench": "^6.12|^7.0|^8.0", - "phpunit/phpunit": "^8.0 || ^9.0", - "spatie/phpunit-snapshot-assertions": "^4.2" + "orchestra/testbench": "^6.12|^7.0|^8.0 || ^9.0", + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.5", + "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1" }, "autoload": { "psr-4": { @@ -40,7 +40,6 @@ "scripts": { "test": "vendor/bin/phpunit", "test-coverage": "vendor/bin/phpunit --coverage-html coverage" - }, "config": { "sort-packages": true