From d2a34c584b9d607cb6c00659a6bb445b86766788 Mon Sep 17 00:00:00 2001 From: "Daniel S. Billing" Date: Tue, 21 May 2024 10:22:20 +0200 Subject: [PATCH] Added support for Laravel 11 --- README.md | 1 + composer.json | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f8144f..e13ac95 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The service provider for this package will be automatically registered for you. | 8.x | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | | 9.x | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | | 10.x | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | +| 11.x | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ## Usage diff --git a/composer.json b/composer.json index d1d6a87..5785876 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,14 @@ } ], "require": { - "php": "^7.1|^8.0|^8.1|^8.2", - "illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0", - "illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0", + "php": "^7.1|^8.0|^8.1|^8.2|^8.3", + "illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0|^11.0", + "illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0|^11.0", "intervention/image": "^2.4" }, "require-dev": { - "phpunit/phpunit": "^7.0|^8.0|^9.0", - "orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0" + "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0|^11.0", + "orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0" }, "autoload": { "psr-4": {