From 82541bfc1c5bf22b871b17a0640a388b2d6ac59e Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Thu, 13 Feb 2025 11:57:43 +0400 Subject: [PATCH] maj deps php8.2 --- .runphp.conf | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.runphp.conf b/.runphp.conf index 75c5696..ba9f8dd 100644 --- a/.runphp.conf +++ b/.runphp.conf @@ -4,5 +4,5 @@ RUNPHP= # Si RUNPHP n'est pas défini, les variables suivantes peuvent être définies -DIST=d11 +DIST=d12 #REGISTRY=pubdocker.univ-reunion.fr/dist diff --git a/composer.json b/composer.json index c00697e..e92f23c 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,12 @@ } }, "require": { - "symfony/yaml": "^5.0", + "symfony/yaml": "^7.1", "ext-json": "*", - "php": "^7.4" + "php": "^8.2" }, "require-dev": { - "nulib/tests": "^7.4", + "nulib/tests": "^8.2", "ext-posix": "*", "ext-pcntl": "*", "ext-curl": "*"