Compare commits
44 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a3fe311b05 | |||
| bc94580bfd | |||
| 0e67253574 | |||
| 0603337ed9 | |||
| af69476802 | |||
| 3f2cdac630 | |||
| 047ced704b | |||
| 33dd3b909d | |||
| b8d59ffefc | |||
| b721f8fee5 | |||
| fc56aadc04 | |||
| 303506ac36 | |||
| b1f5936b9d | |||
| a1b8154456 | |||
| e0b4f6ef5d | |||
| 5ecda877d6 | |||
| 18bf9831cc | |||
| 19ef9cae64 | |||
| 620e1b8eab | |||
| 149c24cb74 | |||
| 291da468c9 | |||
| 893f321e6f | |||
| 6325f05f37 | |||
| e06fa96a22 | |||
| df916ff29b | |||
| 44b6507d02 | |||
| c1be1ee95a | |||
| e55f2c15fc | |||
| 6943a14944 | |||
| 1205b61cff | |||
| 5e337a3967 | |||
| 7c6d599adf | |||
| dff61fe6f0 | |||
| 01cc8a3428 | |||
| bef92989c8 | |||
| 3dad20558a | |||
| f8929f0bc3 | |||
| edf280abef | |||
| 3605b386ce | |||
| 9555ea7004 | |||
| 93e344953f | |||
| 797496612a | |||
| 89bce4d03f | |||
| 3c51b0ebee |
@ -5,8 +5,8 @@ composer:
|
||||
dev:
|
||||
link: true
|
||||
require:
|
||||
nulib/base: ^7.4-dev
|
||||
nulib/base: ^8.2-dev
|
||||
dist:
|
||||
link: false
|
||||
require:
|
||||
nulib/base: ^0.7.0p74
|
||||
nulib/base: ^0.7.0p82
|
||||
|
||||
16
.pman.conf
16
.pman.conf
@ -1,27 +1,25 @@
|
||||
# -*- 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=main74
|
||||
UPSTREAM=dev74
|
||||
DEVELOP=dev82
|
||||
FEATURE=wip82/
|
||||
RELEASE=rel82-
|
||||
MAIN=main82
|
||||
TAG_PREFIX=
|
||||
TAG_SUFFIX=p74
|
||||
HOTFIX=hotf74-
|
||||
TAG_SUFFIX=p82
|
||||
HOTFIX=hotf82-
|
||||
DIST=
|
||||
NOAUTO=
|
||||
|
||||
AFTER_CREATE_RELEASE='
|
||||
set -x
|
||||
pcomp-select_profile.php dist
|
||||
composer u || exit 1
|
||||
git commit -am "<pman>deps de dist"
|
||||
true
|
||||
'
|
||||
AFTER_MERGE_RELEASE='
|
||||
set -x
|
||||
pcomp-select_profile.php dev
|
||||
composer u || exit 1
|
||||
git commit -am "<pman>deps de dev"
|
||||
true
|
||||
'
|
||||
|
||||
@ -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.7.1p82 du 22/10/2025-19:00
|
||||
|
||||
## Release 0.7.1p74 du 22/10/2025-18:53
|
||||
|
||||
## Release 0.7.0p74 du 22/10/2025-18:52
|
||||
|
||||
@ -3,10 +3,6 @@
|
||||
"type": "library",
|
||||
"description": "wrapper pour phpoffice/phpspreadsheet",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../nulib-base"
|
||||
},
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://repos.univ-reunion.fr/composer"
|
||||
@ -19,12 +15,12 @@
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"nulib/base": "^7.4-dev",
|
||||
"phpoffice/phpspreadsheet": "^1.0",
|
||||
"php": "^7.4"
|
||||
"nulib/base": "^0.7.0p82",
|
||||
"phpoffice/phpspreadsheet": "^3.3.0",
|
||||
"php": "^8.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"nulib/tests": "^7.4"
|
||||
"nulib/tests": "^8.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user