diff --git a/.laminas-ci.json b/.laminas-ci.json index 22d49f42..75244e18 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -3,6 +3,7 @@ "gd" ], "ignore_php_platform_requirements": { - "8.2": true + "8.2": true, + "8.3": true } } \ No newline at end of file diff --git a/composer.json b/composer.json index 536ea669..92b53c39 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } }, "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "laminas/laminas-servicemanager": "^3.10.0", "laminas/laminas-stdlib": "^3.6.0", "laminas/laminas-validator": "^2.15.1"