From 7ddd5bb0771b98dfe3058c049346838666941e4b Mon Sep 17 00:00:00 2001 From: n0nag0n Date: Sat, 28 Jun 2025 17:07:51 -0600 Subject: [PATCH] Update .github/copilot-instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 50774b9..59a33e4 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -4,7 +4,7 @@ This is the main FlightPHP core library for building fast, simple, and extensible PHP web applications. It is dependency-free for core usage and supports PHP 7.4+. ## Project Guidelines -- PHP 7.4 must be supported. PHP8 or greater also supported, but avoid PHP8+ only features. +- PHP 7.4 must be supported. PHP 8 or greater also supported, but avoid PHP 8+ only features. - Keep the core library dependency-free (no polyfills or interface-only repositories). - All Flight projects are meant to be kept simple and fast. Performance is a priority. - Flight is extensible and when implementing new features, consider how they can be added as plugins or extensions rather than bloating the core library.