From bc069b672d65748fdc257e23c667310946e7837e Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Thu, 2 Nov 2023 06:52:05 +0000 Subject: [PATCH] initialize PHP 8.3 support --- composer.json | 2 +- config/set/php83.php | 18 ++++++++++++++++++ config/set/up-to-php83.php | 14 ++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 config/set/php83.php create mode 100644 config/set/up-to-php83.php diff --git a/config/set/php83.php b/config/set/php83.php new file mode 100644 index 00000000..32531fb1 --- /dev/null +++ b/config/set/php83.php @@ -0,0 +1,18 @@ +import(__DIR__ . '/up-to-php82.php'); + $containerConfigurator->import(__DIR__ . '/php83.php'); +};