diff --git a/composer.json b/composer.json index 7354164..ab8f48d 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^5.5 || ^7.0 || ^8.0 || ^8.1 || ^8.2", + "php": "^5.5 || ^7.0 || ^8.0 || ^8.1 || ^8.2 || ^8.3", "ext-curl": "*", "illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" },