Compare commits
22 Commits
Author | SHA1 | Date | |
---|---|---|---|
2da0780a56 | |||
3c90d2fdfb | |||
1579fe28cc | |||
8e18999f20 | |||
c51809e476 | |||
fc795bbfcb | |||
b364e797ea | |||
c9630dcf67 | |||
eb74c5ee4e | |||
bb3db4ccd3 | |||
3d7e72ed53 | |||
62b8b76ae5 | |||
cf5da535b3 | |||
6bbcafc45d | |||
5f2ecda649 | |||
191f6a8a5b | |||
75bef42ac0 | |||
02b3b9f993 | |||
ab4a4bd89c | |||
cbf29dae66 | |||
6cae1c73b1 | |||
537d1a8a94 |
14
.pman.conf
14
.pman.conf
@ -1,13 +1,13 @@
|
||||
# -*- 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=
|
||||
|
||||
|
12
.pman.yml
12
.pman.yml
@ -5,12 +5,12 @@ composer:
|
||||
dev:
|
||||
link: true
|
||||
require-dev:
|
||||
nulib/php: ^7.4-dev
|
||||
nulib/spout: ^7.4-dev
|
||||
nulib/phpss: ^7.4-dev
|
||||
nulib/php: ^8.2-dev
|
||||
nulib/spout: ^8.2-dev
|
||||
nulib/phpss: ^8.2-dev
|
||||
dist:
|
||||
link: false
|
||||
require-dev:
|
||||
nulib/php: ^0.4.0p74
|
||||
nulib/spout: ^0.4.0p74
|
||||
nulib/phpss: ^0.4.0p74
|
||||
nulib/php: ^0.4.0p82
|
||||
nulib/spout: ^0.4.0p82
|
||||
nulib/phpss: ^0.4.0p82
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
## Release 0.4.1p82 du 17/03/2025-17:23
|
||||
|
||||
## Release 0.4.1p74 du 17/03/2025-17:19
|
||||
|
||||
* `56fda96` changer le type de variables gérées par EnvConfig
|
||||
|
@ -3,18 +3,6 @@
|
||||
"type": "library",
|
||||
"description": "espace de maturation pour les librairies",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../nulib"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../nulib-spout"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../nulib-phpss"
|
||||
},
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://repos.univ-reunion.fr/composer"
|
||||
@ -27,13 +15,13 @@
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4"
|
||||
"php": "^8.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"nulib/php": "^7.4-dev",
|
||||
"nulib/spout": "^7.4-dev",
|
||||
"nulib/phpss": "^7.4-dev",
|
||||
"nulib/tests": "^7.4",
|
||||
"nulib/php": "^0.4.0p82",
|
||||
"nulib/spout": "^0.4.0p82",
|
||||
"nulib/phpss": "^0.4.0p82",
|
||||
"nulib/tests": "^8.2",
|
||||
"ext-posix": "*",
|
||||
"ext-pcntl": "*",
|
||||
"ext-fileinfo": "*",
|
||||
|
1017
composer.lock
generated
1017
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user