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
|
# -*- 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=
|
NOAUTO=
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@ composer:
|
|||||||
dev:
|
dev:
|
||||||
link: true
|
link: true
|
||||||
require:
|
require:
|
||||||
nulib/php: ^7.4-dev
|
nulib/php: ^8.2-dev
|
||||||
dist:
|
dist:
|
||||||
link: false
|
link: false
|
||||||
require:
|
require:
|
||||||
nulib/php: ^0.4.0p74
|
nulib/php: ^0.4.0p82
|
||||||
|
@ -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
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
|
## Release 0.4.0p82 du 14/03/2025-15:30
|
||||||
|
|
||||||
## Release 0.4.0p74 du 14/03/2025-15:27
|
## Release 0.4.0p74 du 14/03/2025-15:27
|
||||||
|
|
||||||
* maj nulib
|
* maj nulib
|
||||||
* `92017f6` tracer le hook
|
* `92017f6` tracer le hook
|
||||||
* `c19123a` ajout config .pman.yml
|
* `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 0.3.0p74 du 01/03/2025-13:18
|
||||||
|
|
||||||
release initiale
|
release initiale
|
||||||
|
@ -3,10 +3,6 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"description": "wrapper pour phpoffice/phpspreadsheet",
|
"description": "wrapper pour phpoffice/phpspreadsheet",
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
|
||||||
"type": "path",
|
|
||||||
"url": "../nulib"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
"url": "https://repos.univ-reunion.fr/composer"
|
"url": "https://repos.univ-reunion.fr/composer"
|
||||||
@ -19,12 +15,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"nulib/php": "^7.4-dev",
|
"nulib/php": "^0.4.0p82",
|
||||||
"phpoffice/phpspreadsheet": "^1.0",
|
"phpoffice/phpspreadsheet": "^3.3.0",
|
||||||
"php": "^7.4"
|
"php": "^8.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"nulib/tests": "^7.4"
|
"nulib/tests": "^8.2"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"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