Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
e06fa96a22 | |||
df916ff29b | |||
c1be1ee95a | |||
e55f2c15fc | |||
6943a14944 | |||
1205b61cff | |||
5e337a3967 | |||
7c6d599adf | |||
dff61fe6f0 | |||
01cc8a3428 | |||
bef92989c8 | |||
3dad20558a | |||
edf280abef | |||
3605b386ce | |||
9555ea7004 | |||
93e344953f | |||
797496612a | |||
3c51b0ebee |
@ -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
|
||||
|
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=
|
||||
|
||||
|
@ -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
|
||||
|
@ -19,12 +19,12 @@
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"nulib/php": "^7.4-dev",
|
||||
"phpoffice/phpspreadsheet": "^1.0",
|
||||
"php": "^7.4"
|
||||
"nulib/php": "^8.2-dev",
|
||||
"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