From 549048b790e89b3cd0e77ac47bcbc8b14bcf03bc Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 16 Feb 2025 19:08:53 +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 ca05b35..cd0ccb0 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,14 @@ ], "require": { "php": "^7.3 || ^8.0", - "doctrine/dbal": "^2.0|^3.0", + "doctrine/dbal": "^2.0|^3.0 || ^4.2", "fakerphp/faker": "^1.13", - "illuminate/console": "^7.0|^8.0|^9.0|^10.0 || ^11.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0 || ^11.0" + "illuminate/console": "^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0" }, "require-dev": { - "orchestra/testbench": "^6.12|^7.0|^8.0 || ^9.0", - "phpunit/phpunit": "^8.0 || ^9.0 || ^10.5", + "orchestra/testbench": "^6.12|^7.0|^8.0 || ^9.0 || ^10.0", + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.5 || ^11.5.3", "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1" }, "autoload": {