From 39616b40fb8b7c0152ea66ed15723eb4bf1d189e Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 2 Mar 2024 03:53:27 +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 7050496..1a0e554 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ ], "require": { "php": "^7.2|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/cache": "^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/cache": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "suggest": { "illuminate/database": "Allows for storing of currencies in the database" }, "require-dev": { - "phpunit/phpunit": "^8.0|^9.5.10", + "phpunit/phpunit": "^8.0|^9.5.10|^10.5", "mockery/mockery": "^1.3", "phpstan/phpstan": "^0.12.14|^1.9", "squizlabs/php_codesniffer": "^3.5"