This commit is contained in:
2026-03-13 22:37:01 +01:00
parent 1370f61dc3
commit a66b81fe58
15 changed files with 447 additions and 348 deletions
+3
View File
@@ -35,6 +35,9 @@ rector *args:
phpstan *args:
docker compose exec php vendor/bin/phpstan analyse {{ args }}
test *args:
docker compose exec php vendor/bin/phpunit {{ args }}
[confirm]
clean:
docker compose down -v --remove-orphans