diff --git a/README.md b/README.md index b5d4197..48cdf13 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,9 @@ curl -X POST http://localhost:8000/api/games/{gameId}/moves \ - PHP 8.4 / Symfony 8.1 - Doctrine ORM / PostgreSQL -- PHPUnit 13 / PHPStan 2.2 +- PHPUnit 13 / PHPStan 2.2 (level 8) - Docker / GitHub Actions +- OpenAPI 3.0 / Swagger UI --- @@ -75,13 +76,3 @@ docker compose up -d php bin/console doctrine:migrations:migrate symfony server:start ``` - ---- - -## Roadmap - -- [x] Phase 0 — Project setup (Symfony skeleton, CI, PHPStan, CS Fixer) -- [x] Phase 1 — Domain modeling (Value Objects, Entities, Aggregate Root) -- [x] Phase 2 — Application layer (CQRS, Symfony Messenger) -- [x] Phase 3 — Infrastructure (Doctrine, REST API, Docker) -- [ ] Phase 4 — PHPStan level 8, OpenAPI docs \ No newline at end of file