From 4c1c2c16dbeee2769e1e0fd9f0189d2ee9836ea6 Mon Sep 17 00:00:00 2001 From: Sten Govaerts Date: Tue, 2 Apr 2024 17:36:47 +0200 Subject: [PATCH] Support Laravel 11 Changed composer dependencies to support Laravel 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 93b8fa1..7baa0e5 100644 --- a/composer.json +++ b/composer.json @@ -24,15 +24,15 @@ ], "require": { "php": "^5.6.4 || ^7.0 || ^8.0 || ^8.1", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "ext-curl": "*", "ext-json": "*" }, "require-dev": { "roave/security-advisories": "dev-latest", "phpunit/phpunit": "^8.0|^9.0", - "illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "autoload": { "psr-4": {