diff --git a/.laminas-ci.json b/.laminas-ci.json index 2c63c08..6238f6f 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,2 +1,6 @@ { + "ignore_php_platform_requirements": { + "8.4": true + }, + "backwardCompatibilityCheck": true } diff --git a/composer.json b/composer.json index 379aa6d..ae9398d 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { "laminas/laminas-coding-standard": "~3.0.1",