From 9878e2e7957738bc251bbf022074de377558aa59 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Dec 2025 21:48:12 +0000 Subject: [PATCH] Fix Symfony version and fixtures command in Copilot instructions Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com> --- .github/copilot-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 3e82599a..b04bd3f3 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,6 +1,6 @@ # Copilot Instructions for Part-DB -Part-DB is an Open-Source inventory management system for electronic components built with Symfony 6 and modern web technologies. +Part-DB is an Open-Source inventory management system for electronic components built with Symfony 7.4 and modern web technologies. ## Technology Stack @@ -57,7 +57,7 @@ Part-DB is an Open-Source inventory management system for electronic components - Create database: `php bin/console doctrine:database:create --env=dev` - Run migrations: `php bin/console doctrine:migrations:migrate --env=dev` -- Load fixtures: `php bin/console partdb:fixtures:load --env=dev` +- Load fixtures: `php bin/console partdb:fixtures:load -n --env=dev` Or use Makefile shortcuts: - `make dev-setup`: Complete development environment setup