Compare commits

...

5 Commits

4 changed files with 15 additions and 25 deletions

View File

@ -1,12 +1,12 @@
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8 # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
UPSTREAM= UPSTREAM=dev74
DEVELOP=dev74 DEVELOP=dev82
FEATURE=wip74/ FEATURE=wip82/
RELEASE=rel74- RELEASE=rel82-
MAIN=dist74 MAIN=dist82
TAG_PREFIX= TAG_PREFIX=
TAG_SUFFIX=p74 TAG_SUFFIX=p82
HOTFIX=hotf74- HOTFIX=hotf82-
DIST= DIST=
NOAUTO=1 NOAUTO=1

View File

@ -4,5 +4,5 @@
RUNPHP= RUNPHP=
# Si RUNPHP n'est pas défini, les variables suivantes peuvent être définies # Si RUNPHP n'est pas défini, les variables suivantes peuvent être définies
DIST=d11 DIST=d12
#REGISTRY=pubdocker.univ-reunion.fr/dist #REGISTRY=pubdocker.univ-reunion.fr/dist

View File

@ -1,3 +1,5 @@
## Release 0.3.0p82 du 01/03/2025-13:49
## Release 0.3.0p74 du 01/03/2025-13:44 ## Release 0.3.0p74 du 01/03/2025-13:44
release initiale release initiale

View File

@ -3,18 +3,6 @@
"type": "library", "type": "library",
"description": "espace de maturation pour les librairies", "description": "espace de maturation pour les librairies",
"repositories": [ "repositories": [
{
"type": "path",
"url": "../nulib"
},
{
"type": "path",
"url": "../nulib-spout"
},
{
"type": "path",
"url": "../nulib-phpss"
},
{ {
"type": "composer", "type": "composer",
"url": "https://repos.univ-reunion.fr/composer" "url": "https://repos.univ-reunion.fr/composer"
@ -27,13 +15,13 @@
} }
}, },
"require": { "require": {
"php": "^7.4" "php": "^8.2"
}, },
"require-dev": { "require-dev": {
"nulib/php": "^7.4-dev", "nulib/php": "^0.3.0p82",
"nulib/spout": "^7.4-dev", "nulib/spout": "^0.3.0p82",
"nulib/phpss": "^7.4-dev", "nulib/phpss": "^0.3.0p82",
"nulib/tests": "^7.4", "nulib/tests": "^8.2",
"ext-posix": "*", "ext-posix": "*",
"ext-pcntl": "*", "ext-pcntl": "*",
"ext-fileinfo": "*", "ext-fileinfo": "*",