Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(backend): upgrade api platform 4.0 #10

Merged
merged 12 commits into from
Dec 10, 2024
2 changes: 1 addition & 1 deletion backend/Dockerfile-worker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-cli
FROM php:8.4-cli
LABEL authors="mrossard"

RUN apt-get update && \
Expand Down
3 changes: 2 additions & 1 deletion backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"ext-ldap": "*",
"ext-oci8": "*",
"ext-pcntl": "*",
"api-platform/core": "3.2.*",
"api-platform/doctrine-orm": "*",
"api-platform/symfony": "^3 || ^4",
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.8",
"doctrine/doctrine-migrations-bundle": "^3.2",
Expand Down
Loading