From 2f05e349fd1b1fd938805aba6b58cae19ee58907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Aur=C3=A9lio=20Deleu?= Date: Thu, 23 Nov 2023 14:27:13 -0400 Subject: [PATCH] Support PHP 8.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a6a7d0c..669d32a 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "illuminate/http": "^8.0 || ^9.0 || ^10.0", "illuminate/queue": "^8.0 || ^9.0 || ^10.0", "illuminate/support": "^8.0 || ^9.0 || ^10.0", - "laravel/octane": "^1.2", + "laravel/octane": "^1.2 || ^2.0", "riverline/multipart-parser": "^2.0" }, "require-dev": {