From 8f137746cc093b1dc52babaef1afad0acb6e4526 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 18 Feb 2025 19:42:26 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index bd834b3..f9c4855 100644 --- a/composer.json +++ b/composer.json @@ -10,14 +10,14 @@ ], "require": { "php": "7.*|8.*", - "illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" + "illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.5|^3.14", - "phpunit/phpunit": "6.2.*|^8.5.8|^9.3.3|^10.5", - "orchestra/testbench": "^3.5|^4.0|^5.0|^8.0|^9.0" + "phpunit/phpunit": "6.2.*|^8.5.8|^9.3.3|^10.5|^11.5.3", + "orchestra/testbench": "^3.5|^4.0|^5.0|^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {