From c08bc485a50a342984ec417729eed91f5393de77 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 8 Jan 2023 16:10:17 -0500 Subject: [PATCH] Updated Default Values --- src/ncc/Abstracts/CompilerExtensionDefaultVersions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncc/Abstracts/CompilerExtensionDefaultVersions.php b/src/ncc/Abstracts/CompilerExtensionDefaultVersions.php index e590c70..328fceb 100644 --- a/src/ncc/Abstracts/CompilerExtensionDefaultVersions.php +++ b/src/ncc/Abstracts/CompilerExtensionDefaultVersions.php @@ -9,5 +9,5 @@ // [1] = MaximumVersion // ---------------------------------------------------------------- - const PHP = ['8.0', '8.1']; + const PHP = ['8.0', '8.2']; } \ No newline at end of file