From a11cad62e58889083dc04bb3494219645f6d6888 Mon Sep 17 00:00:00 2001 From: Madalin Tache Date: Wed, 31 May 2023 14:14:27 +0300 Subject: [PATCH] Allow Laravel 10. (#38) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8671c0f..f2c6bab 100644 --- a/composer.json +++ b/composer.json @@ -12,15 +12,15 @@ } ], "require": { - "php": ">=7.2", + "php": ">=7.2 || ^8.0 || ^8.1", "ext-json": "*", "ext-pcre": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^5.3 || ^6 || ^7", "guzzlehttp/promises": "~1.0", "guzzlehttp/psr7": "^1.4.1", - "illuminate/notifications": "^6.0 || ^7.0 || ^8.0 || ^9.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0", + "illuminate/notifications": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "ramsey/uuid": "^3.7 || ^4.1" }, "require-dev": {