From 3beaa80695399a6a467bd4ca84c6510dc1114840 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Fri, 29 Nov 2024 07:16:00 +0400 Subject: [PATCH] maj deps php8.2 --- .runphp.conf | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.runphp.conf b/.runphp.conf index 89af070..c0643eb 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 diff --git a/composer.json b/composer.json index 5e807cf..71ee3c8 100644 --- a/composer.json +++ b/composer.json @@ -15,10 +15,10 @@ } }, "require": { - "php": "^7.4" + "php": "^8.2" }, "require-dev": { - "nulib/tests": "7.4", + "nulib/tests": "8.2", "ext-posix": "*", "ext-pcntl": "*", "ext-curl": "*"