From 33ba96d5af04a8c6e0a86e0a544ec85d06749b4f Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 16 Feb 2025 18:49:33 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 9aed41b..c6d9bab 100755 --- a/composer.json +++ b/composer.json @@ -11,17 +11,17 @@ ], "require": { "php": "^7.1 || ^8.0", - "illuminate/container": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0", - "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0", - "illuminate/http": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0", - "illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0", + "illuminate/container": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0", + "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0", + "illuminate/http": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0", + "illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0", "cloudconvert/cloudconvert-php": "^3.1.0", "symfony/psr-http-message-bridge": "^1.2|^2.0 || ^7.0", "nyholm/psr7": "^1.2" }, "require-dev": { - "phpunit/phpunit": "^7.0|^8.0|^9.5.10 || ^10.5", - "orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0 || ^9.0", + "phpunit/phpunit": "^7.0|^8.0|^9.5.10 || ^10.5 || ^11.5.3", + "orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0 || ^9.0 || ^10.0", "php-http/guzzle7-adapter": "^1.0" }, "autoload": {