diff --git a/.pman.conf b/.pman.conf index 272df17..58e7ee0 100644 --- a/.pman.conf +++ b/.pman.conf @@ -1,12 +1,12 @@ # -*- 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 +UPSTREAM=dev74 +DEVELOP=dev82 +FEATURE=wip82/ +RELEASE=rel82- +MAIN=dist82 TAG_PREFIX= -TAG_SUFFIX=p74 -HOTFIX=hotf74- +TAG_SUFFIX=p82 +HOTFIX=hotf82- DIST= NOAUTO=1 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 2aa641b..f70c7b5 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ } }, "require": { - "nulib/php": "^7.4-dev", - "phpoffice/phpspreadsheet": "^1.0", - "php": "^7.4" + "nulib/php": "^8.2-dev", + "phpoffice/phpspreadsheet": "^3.3.0", + "php": "^8.2" }, "require-dev": { - "nulib/tests": "^7.4" + "nulib/tests": "^8.2" }, "autoload": { "psr-4": {