From b7380ee645c9393540337719822e81c965a65ef1 Mon Sep 17 00:00:00 2001 From: "Daniel S. Billing" Date: Sat, 2 Jul 2022 11:22:11 +0200 Subject: [PATCH 1/2] Bump packages --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 6a2ebfc..12c7d55 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ ], "require": { "php": "^7.1|^8.0", - "illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*", - "illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*", + "illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*", + "illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*", "intervention/image": "^2.4" }, "require-dev": { - "phpunit/phpunit": "^7.0|^8.0", - "orchestra/testbench": "^3.7|^4.0|^5.0|^6.0" + "phpunit/phpunit": "^7.0|^8.0|^9.0", + "orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0" }, "autoload": { "psr-4": { From dd471a7891b604751caf904773f9cc40134797d4 Mon Sep 17 00:00:00 2001 From: "Daniel S. Billing" Date: Sun, 10 Dec 2023 15:30:11 +0100 Subject: [PATCH 2/2] Add support for Laravel 10 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 12c7d55..d1d6a87 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ } ], "require": { - "php": "^7.1|^8.0", - "illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*", - "illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*", + "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", "intervention/image": "^2.4" }, "require-dev": {