From 1c15f082e43a308a6e9b22736803114ea2caaed1 Mon Sep 17 00:00:00 2001 From: Mariano Goldman Date: Sun, 7 Apr 2024 19:00:48 -0300 Subject: [PATCH] Support Laravel 11 --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e5389b7..20ccad7 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.2", "guzzlehttp/guzzle": "^7.5.0", - "illuminate/support": "^11.0 | ^10.0", + "illuminate/support": "^11.0", "ext-json": "*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 7a422d4..81f2954 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d00864cfd3c160e2c6bee2323e6d2342", + "content-hash": "f763722343b5ad348e889367d887f45d", "packages": [ { "name": "brick/math",