Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions .devcontainer/php-devcontainer/devcontainer.json

This file was deleted.

2 changes: 0 additions & 2 deletions .github/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ Each implementation has detailed instructions in `.github/instructions/[language
- **Python**: FastAPI with Poetry, pytest, and Pydantic models
- **Java**: Spring Boot with comprehensive quality tools
- **C#**: ASP.NET Core with StyleCop analyzers
- **PHP**: Slim Framework with PSR standards
- **Go**: Chi Router with oapi-codegen, high test coverage
- **Kotlin**: Ktor with coroutines and serialization
- **Ruby**: Rails API with multi-database support (planned)

## Quality Metrics and Comparison

Expand Down
4 changes: 1 addition & 3 deletions .github/instructions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ This directory contains GitHub Copilot coding agent instructions for the Lamp Co
├── python.instructions.md # Python-specific guidance
├── java.instructions.md # Java-specific guidance
├── csharp.instructions.md # C#-specific guidance
├── php.instructions.md # PHP-specific guidance
├── go.instructions.md # Go-specific guidance
├── kotlin.instructions.md # Kotlin-specific guidance
└── ruby.instructions.md # Ruby-specific guidance
└── kotlin.instructions.md # Kotlin-specific guidance
```

## How It Works
Expand Down
29 changes: 0 additions & 29 deletions .github/instructions/php.instructions.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/instructions/ruby.instructions.md

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ jobs:
cache: 'maven'
cache-dependency-path: 'src/java/pom.xml'

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite, dom, filter, gd, iconv, json, mbstring, pdo
tools: composer:v2
coverage: xdebug

- name: Install poetry
run: pipx install poetry

Expand Down
Loading