Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
44b6507d02 | |||
e55f2c15fc | |||
6943a14944 | |||
1205b61cff | |||
5e337a3967 | |||
7c6d599adf | |||
dff61fe6f0 | |||
01cc8a3428 | |||
bef92989c8 | |||
3dad20558a | |||
f8929f0bc3 | |||
edf280abef | |||
3605b386ce | |||
9555ea7004 | |||
93e344953f | |||
797496612a | |||
89bce4d03f | |||
3c51b0ebee |
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=
|
||||
|
||||
|
@ -5,8 +5,8 @@ composer:
|
||||
dev:
|
||||
link: true
|
||||
require:
|
||||
nulib/php: ^7.4-dev
|
||||
nulib/php: ^8.2-dev
|
||||
dist:
|
||||
link: false
|
||||
require:
|
||||
nulib/php: ^0.4.0p74
|
||||
nulib/php: ^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,9 +1,13 @@
|
||||
## Release 0.4.0p82 du 14/03/2025-15:30
|
||||
|
||||
## Release 0.4.0p74 du 14/03/2025-15:27
|
||||
|
||||
* maj nulib
|
||||
* `92017f6` tracer le hook
|
||||
* `c19123a` ajout config .pman.yml
|
||||
|
||||
## Release 0.3.0p82 du 01/03/2025-13:24
|
||||
|
||||
## Release 0.3.0p74 du 01/03/2025-13:18
|
||||
|
||||
release initiale
|
||||
|
@ -3,10 +3,6 @@
|
||||
"type": "library",
|
||||
"description": "wrapper pour phpoffice/phpspreadsheet",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../nulib"
|
||||
},
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://repos.univ-reunion.fr/composer"
|
||||
@ -19,12 +15,12 @@
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"nulib/php": "^7.4-dev",
|
||||
"phpoffice/phpspreadsheet": "^1.0",
|
||||
"php": "^7.4"
|
||||
"nulib/php": "^0.4.0p82",
|
||||
"phpoffice/phpspreadsheet": "^3.3.0",
|
||||
"php": "^8.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"nulib/tests": "^7.4"
|
||||
"nulib/tests": "^8.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
957
composer.lock
generated
957
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user