From 6429af37b32d07795750f2906e2ea432f31b194b Mon Sep 17 00:00:00 2001 From: Borja Puig Date: Sun, 19 Feb 2023 18:03:44 +0100 Subject: [PATCH] Add Laravel 10 support --- README.md | 3 ++- composer.json | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f656092d..49e6b1d0 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Current stable version is v7. Click on each version to read documentation. | Laravel | Laravel Subby | |:--------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 10.x | [v7.x](https://bpuig.github.io/laravel-subby/v7.x/) | | 9.x | [v6.x](https://bpuig.github.io/laravel-subby/v6.x/), [v7.x](https://bpuig.github.io/laravel-subby/v7.x/) | | 8.x | [v3.x](https://bpuig.github.io/laravel-subby/v3.x/), [v4.x](https://bpuig.github.io/laravel-subby/v4.x/), [v5.x](https://bpuig.github.io/laravel-subby/v5.x/) | | 7.x | [v4.x](https://bpuig.github.io/laravel-subby/v4.x/) | @@ -32,7 +33,7 @@ creating the original! This software is released under [The MIT License (MIT)](LICENSE). -© 2020 - 2022 B. Puig, Some rights reserved. +© 2020 - 2023 B. Puig, Some rights reserved. diff --git a/composer.json b/composer.json index 55f6660b..82dced96 100644 --- a/composer.json +++ b/composer.json @@ -23,15 +23,15 @@ } ], "require": { - "php": "^8.0.2", - "laravel/framework": "^v9.0.0", + "php": "^8.0", + "laravel/framework": "^v9.0|^v10.0", "doctrine/dbal": "^2.13.3|^3.1.4" }, "require-dev": { - "illuminate/console": "^9.0", - "illuminate/container": "^9.0", - "phpunit/phpunit": "^9.5.8", - "orchestra/testbench": "^7.0.0" + "illuminate/console": "^9.0|^10.0", + "illuminate/container": "^9.0|^10.0", + "phpunit/phpunit": "^9.5.8|^10.0", + "orchestra/testbench": "^7.0|^8.0" }, "autoload": { "psr-4": {