From 48e7e968e1e645a0d097cf1f6628cbc47fd264e6 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 18 Feb 2025 14:56:47 +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 d1753db3..c1bb9d34 100644 --- a/composer.json +++ b/composer.json @@ -22,15 +22,15 @@ ], "require": { "php": "^7.1|^8.0", - "illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/view": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/view": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "erusev/parsedown-extra": "^0.8.1|^0.8", "symfony/dom-crawler": "^4.1|^5.0|^6.0|^7.0" }, "require-dev": { - "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0", - "laravel/framework": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "orchestra/testbench": "^3.4|^4.0|^5.0|^7.0|^8.0|^9.0" + "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0|^11.5.3", + "laravel/framework": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "orchestra/testbench": "^3.4|^4.0|^5.0|^7.0|^8.0|^9.0|^10.0" }, "autoload": { "files": [