Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18aa8ad569 |
14
.pman.conf
14
.pman.conf
@ -1,11 +1,11 @@
|
|||||||
# -*- 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=dev74
|
UPSTREAM=
|
||||||
DEVELOP=dev82
|
DEVELOP=dev74
|
||||||
FEATURE=wip82/
|
FEATURE=wip74/
|
||||||
RELEASE=rel82-
|
RELEASE=rel74-
|
||||||
MAIN=main82
|
MAIN=main74
|
||||||
TAG_SUFFIX=p82
|
TAG_SUFFIX=p74
|
||||||
HOTFIX=hotf82-
|
HOTFIX=hotf74-
|
||||||
DIST=
|
DIST=
|
||||||
NOAUTO=
|
NOAUTO=
|
||||||
|
|||||||
@ -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=d12
|
DIST=d11
|
||||||
#REGISTRY=pubdocker.univ-reunion.fr/dist
|
#REGISTRY=pubdocker.univ-reunion.fr/dist
|
||||||
|
|||||||
@ -18,15 +18,15 @@
|
|||||||
"nulib/php": "*"
|
"nulib/php": "*"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"symfony/yaml": "^7.3",
|
"symfony/yaml": "^5.4",
|
||||||
"symfony/expression-language": "^7.3",
|
"symfony/expression-language": "^5.4",
|
||||||
"phpmailer/phpmailer": "^6.8",
|
"phpmailer/phpmailer": "^6.8",
|
||||||
"league/commonmark": "^2.7",
|
"league/commonmark": "^2.7",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"php": "^8.2"
|
"php": "^7.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"nulib/tests": "^8.2",
|
"nulib/tests": "^7.4",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
"ext-posix": "*",
|
"ext-posix": "*",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user