diff --git a/.laminas-ci.json b/.laminas-ci.json index 2a9baaad..a44cf210 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -18,5 +18,8 @@ "command": "composer require psr/simple-cache:^2.0 && vendor/bin/phpunit" } } - ] + ], + "ignore_php_platform_requirements": { + "8.4": true + } } diff --git a/composer.json b/composer.json index a8c52e05..f6ef649d 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,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", "laminas/laminas-eventmanager": "^3.4", "laminas/laminas-servicemanager": "^4.1", "laminas/laminas-stdlib": "^3.6", diff --git a/composer.lock b/composer.lock index 25e11c72..b3f22535 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d68ee84d476166acff0df8963554132d", + "content-hash": "78b1de2e3e43b8a987f5c08c448a5563", "packages": [ { "name": "brick/varexporter", @@ -5120,7 +5120,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "platform-dev": [], "platform-overrides": { diff --git a/docs/book/index.md b/docs/book/index.md index c8e03110..4deaa92b 100644 --- a/docs/book/index.md +++ b/docs/book/index.md @@ -9,6 +9,7 @@ $ composer require laminas/laminas-cache ## Learn +