From b504b8b8bc5d474b450057d7a521bd5853d29537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Ferriz?= Date: Mon, 30 Dec 2024 18:47:50 -0600 Subject: [PATCH] Update composer.json Update php, illuminate and phpunit versions. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 55523c8..16a181f 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ } ], "require": { - "php": "^7.1|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0" + "php": "^7.1|^8.0|^8.2", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "orchestra/testbench": "^4.0", - "phpunit/phpunit": "^8.0|^9.0" + "phpunit/phpunit": "^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {