Merge branch 'develop' into feat/erp-203-tests-product-rg
Pull Request — Quality gate / Frontend (lint + Vitest + build) (pull_request) Successful in 1m50s
Pull Request — Quality gate / Backend (PHP CS + PHPUnit) (pull_request) Successful in 5m33s

This commit is contained in:
2026-06-25 12:43:22 +00:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
parameters:
app.version: '0.1.151'
app.version: '0.1.152'
+1
View File
@@ -18,6 +18,7 @@ COPY config config/
COPY migrations migrations/
COPY public public/
COPY src src/
COPY templates templates/
RUN composer dump-autoload --optimize --no-dev