Skip to content

Commit 9878e2e

Browse files
Copilotjbtronics
andcommitted
Fix Symfony version and fixtures command in Copilot instructions
Co-authored-by: jbtronics <[email protected]>
1 parent ff3a411 commit 9878e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copilot Instructions for Part-DB
22

3-
Part-DB is an Open-Source inventory management system for electronic components built with Symfony 6 and modern web technologies.
3+
Part-DB is an Open-Source inventory management system for electronic components built with Symfony 7.4 and modern web technologies.
44

55
## Technology Stack
66

@@ -57,7 +57,7 @@ Part-DB is an Open-Source inventory management system for electronic components
5757

5858
- Create database: `php bin/console doctrine:database:create --env=dev`
5959
- Run migrations: `php bin/console doctrine:migrations:migrate --env=dev`
60-
- Load fixtures: `php bin/console partdb:fixtures:load --env=dev`
60+
- Load fixtures: `php bin/console partdb:fixtures:load -n --env=dev`
6161

6262
Or use Makefile shortcuts:
6363
- `make dev-setup`: Complete development environment setup

0 commit comments

Comments
 (0)