Skip to content

Commit cf98266

Browse files
committed
docs: update dependencies and naming conventions in Copilot instructions
1 parent c67380e commit cf98266

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
@@ -10,7 +10,7 @@ MageForge is a powerful CLI front-end development toolkit for Magento 2 that sim
1010
- **Language**: PHP 8.3+
1111
- **Package Manager**: Composer
1212
- **Type**: magento2-module
13-
- **Dependencies**:
13+
- **Dependencies**:
1414
- Laravel Prompts (for interactive CLI)
1515
- Magento Framework
1616

@@ -29,7 +29,7 @@ MageForge is a powerful CLI front-end development toolkit for Magento 2 that sim
2929

3030
- **Indentation**: Use 4 spaces (not tabs) for indentation
3131
- **Line Length**: Keep lines under 80 characters wherever possible
32-
- **Naming Conventions**:
32+
- **Naming Conventions**:
3333
- Classes: PascalCase
3434
- Methods and properties: camelCase
3535
- Constants: UPPER_SNAKE_CASE

0 commit comments

Comments
 (0)