From 654f61bbf04b3543627d42792f27d403c92356c8 Mon Sep 17 00:00:00 2001 From: Zach Neumann Date: Wed, 8 Jan 2025 08:07:35 -0700 Subject: [PATCH] fix typo --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index c96db0b52..ec42de64d 100644 --- a/docs/development.md +++ b/docs/development.md @@ -58,7 +58,7 @@ _(most operating systems package these with `-dev` or `-devel` suffixes)_ ### PHP -The PHP agent supports PHP versions `7.2`, `7.3`, `7.4`,`8.0`, `8.1`, '8.2', `8.3` and `8.4`. +The PHP agent supports PHP versions `7.2`, `7.3`, `7.4`,`8.0`, `8.1`, `8.2`, `8.3` and `8.4`. ## Build the PHP Agent