Fix invalid composer requierement
Some checks failed
Build & Deploy / Validation, build et push (push) Failing after 4m22s

This commit is contained in:
Ploush 2026-07-07 15:48:13 +02:00
parent 01ecc29800
commit 029c93e866
3 changed files with 8 additions and 2 deletions

View file

@ -51,6 +51,9 @@
"symfony/flex": true, "symfony/flex": true,
"symfony/runtime": true "symfony/runtime": true
}, },
"platform": {
"php": "8.5"
},
"bump-after-update": true, "bump-after-update": true,
"sort-packages": true "sort-packages": true
}, },

5
app/composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "bb71a9c139945fc285e2cfbfcb4259ca", "content-hash": "e79b32f42904e41114de64d78ef4dfc7",
"packages": [ "packages": [
{ {
"name": "composer/semver", "name": "composer/semver",
@ -10168,5 +10168,8 @@
"ext-zip": "*" "ext-zip": "*"
}, },
"platform-dev": {}, "platform-dev": {},
"platform-overrides": {
"php": "8.5"
},
"plugin-api-version": "2.9.0" "plugin-api-version": "2.9.0"
} }

View file

@ -3,7 +3,7 @@
# Le code source est copié dans l'image au moment du build # Le code source est copié dans l'image au moment du build
# ============================================================ # ============================================================
FROM php:8.3-apache FROM php:8.5-apache
# ── Dépendances système ────────────────────────────────────── # ── Dépendances système ──────────────────────────────────────
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \