From 02490ebd6757dafc0450b11a1eb0a8508022dee3 Mon Sep 17 00:00:00 2001 From: Alejandro S Date: Mon, 25 Dec 2023 14:44:21 -0400 Subject: [PATCH] bump php 8.3 and laravel 10 container --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8cf7f4b..d9fabb2 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "php": "^7.3|^8.0|^8.1|^8.2", - "illuminate/container": "^8.0||^9.0" + "php": "^7.3|^8.0|^8.1|^8.2|^8.3", + "illuminate/container": "^8.0||^9.0||^10.0" }, "require-dev": { "phpunit/phpunit": "^9.3",