From 7ad894fb45de2a2e38f00d8ee895433edc7b4ed4 Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 16 Feb 2025 20:24:23 +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 0cd81d64..76c2bdf1 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ "php": "^8.2", "ext-oci8": ">=3.0.1", "ext-pdo": "*", - "illuminate/database": "^11.15.0", - "illuminate/pagination": "^11.15.0", - "illuminate/support": "^11.15.0", - "illuminate/validation": "^11.15.0", + "illuminate/database": "^11.15.0|^12.0", + "illuminate/pagination": "^11.15.0|^12.0", + "illuminate/support": "^11.15.0|^12.0", + "illuminate/validation": "^11.15.0|^12.0", "yajra/laravel-pdo-via-oci8": "^3.4.4" }, "require-dev": { "mockery/mockery": "^1.6.12", - "orchestra/testbench": "^9.1.2", + "orchestra/testbench": "^9.1.2|^10.0", "phpunit/phpunit": "^10.5|^11.2.7" }, "autoload": {