Fix invalid composer requierement
Some checks failed
Build & Deploy / Validation, build et push (push) Failing after 4m22s
Some checks failed
Build & Deploy / Validation, build et push (push) Failing after 4m22s
This commit is contained in:
parent
01ecc29800
commit
029c93e866
3 changed files with 8 additions and 2 deletions
|
|
@ -51,6 +51,9 @@
|
|||
"symfony/flex": true,
|
||||
"symfony/runtime": true
|
||||
},
|
||||
"platform": {
|
||||
"php": "8.5"
|
||||
},
|
||||
"bump-after-update": true,
|
||||
"sort-packages": true
|
||||
},
|
||||
|
|
|
|||
5
app/composer.lock
generated
5
app/composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "bb71a9c139945fc285e2cfbfcb4259ca",
|
||||
"content-hash": "e79b32f42904e41114de64d78ef4dfc7",
|
||||
"packages": [
|
||||
{
|
||||
"name": "composer/semver",
|
||||
|
|
@ -10168,5 +10168,8 @@
|
|||
"ext-zip": "*"
|
||||
},
|
||||
"platform-dev": {},
|
||||
"platform-overrides": {
|
||||
"php": "8.5"
|
||||
},
|
||||
"plugin-api-version": "2.9.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# 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 ──────────────────────────────────────
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
|
|
|||
Loading…
Reference in a new issue