From 29bc1ee7ae9d967287ecbd3485a2fee41a13e65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 4 Jun 2024 14:31:47 +0200 Subject: [PATCH] support for laravel 11 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 8f370d5..c26fd36 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ } ], "require": { - "php": "^7.4|^8.1", - "doctrine/dbal": "^3.1", - "illuminate/support": "^8.0|^9.0|^10.0" + "php": "^8.2", + "doctrine/dbal": "^4.0", + "illuminate/support": "^11.0" }, "require-dev": { - "orchestra/testbench": "^6.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^9.1", + "phpunit/phpunit": "^11.1" }, "autoload": { "psr-4": {