Added PHP8.4 (#380)

This commit is contained in:
Rasel Islam Rafi
2024-11-28 03:40:09 +06:00
committed by GitHub
parent d77ceb1472
commit acdbfa70f5
2 changed files with 7 additions and 0 deletions

View File

@ -27,4 +27,6 @@ final class PHP
const V82 = '8.2';
const V83 = '8.3';
const V84 = '8.4';
}