From c91d2f2e8504f794b259ad04753b142f26151070 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Fri, 28 Feb 2025 20:17:41 +0400 Subject: [PATCH] maj deps php8.2 --- .pman.conf | 14 +++++++------- .runphp.conf | 2 +- composer.json | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.pman.conf b/.pman.conf index ba5edad..1686b67 100644 --- a/.pman.conf +++ b/.pman.conf @@ -1,11 +1,11 @@ # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8 -UPSTREAM= -DEVELOP=dev74 -FEATURE=wip74/ -RELEASE=rel74- -MAIN=dist74 -TAG_SUFFIX=p74 -HOTFIX=hotf74- +UPSTREAM=dev74 +DEVELOP=dev82 +FEATURE=wip82/ +RELEASE=rel82- +MAIN=dist82 +TAG_SUFFIX=p82 +HOTFIX=hotf82- DIST= NOAUTO= 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 7171bf4..3f414a8 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": "*",