From ba7866263cf2baa0bcc01b11f38b033052c5529f Mon Sep 17 00:00:00 2001 From: Dave Ryan Date: Sat, 6 Dec 2025 08:36:49 -0700 Subject: [PATCH] Update documentation to reflect PHP 8.5 support --- docs/plugins.md | 2 +- docs/servers/php.md | 1 + versioned_docs/version-3.x/servers/php.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index e095c86..5013e7c 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -83,7 +83,7 @@ Here is how the `composer.json` should look like: "test": "vendor/bin/phpunit" }, "require": { - "php": "^8.4", + "php": "^8.5", "illuminate/support": "^12.0" }, "require-dev": { diff --git a/docs/servers/php.md b/docs/servers/php.md index 1b2f486..daa3851 100644 --- a/docs/servers/php.md +++ b/docs/servers/php.md @@ -25,6 +25,7 @@ server creation in the `PHP` menu in the server page or in the [Services](./serv - PHP 8.2 - PHP 8.3 - PHP 8.4 +- PHP 8.5 ## Install and Uninstall diff --git a/versioned_docs/version-3.x/servers/php.md b/versioned_docs/version-3.x/servers/php.md index 1b2f486..daa3851 100644 --- a/versioned_docs/version-3.x/servers/php.md +++ b/versioned_docs/version-3.x/servers/php.md @@ -25,6 +25,7 @@ server creation in the `PHP` menu in the server page or in the [Services](./serv - PHP 8.2 - PHP 8.3 - PHP 8.4 +- PHP 8.5 ## Install and Uninstall