From c012c6c29bcd9cd7de3de0f212b7e491150af04d Mon Sep 17 00:00:00 2001 From: Erik Perri Date: Wed, 11 Sep 2024 18:08:43 -0400 Subject: [PATCH] build: updated minimum Laravel version --- UPGRADE.md | 4 ++++ composer.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index 8105cfe..c79c63b 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -2,6 +2,10 @@ ## v5 +### Upgrading from v5.2 to v5.3 + +- Minimum Laravel version increased from `11.8` to `11.23.2`. + ### Upgrading from v5.1 to v5.2 - Minimum Laravel version increased from `11.5` to `11.8`. diff --git a/composer.json b/composer.json index 6dcc5e3..d0bf08a 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@ "minimum-stability": "stable", "require": { "php": "^8.2", - "laravel/framework": "^11.8" + "laravel/framework": "^11.23.2" }, "require-dev": { "ext-json": "*", - "orchestra/testbench": "^9.0", + "orchestra/testbench": "^9.4", "phpunit/phpunit": "^10.5", "laravel/pint": "1.13.9", "larastan/larastan": "^2.0"