Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Jephté Clain | 0b6e16cfe4 |
|
@ -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
|
||||
|
|
|
@ -27,13 +27,13 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4"
|
||||
"php": "^8.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"nulib/php": "^7.4-dev",
|
||||
"nulib/spout": "^7.4-dev",
|
||||
"nulib/phpss": "^7.4-dev",
|
||||
"nulib/tests": "^7.4",
|
||||
"nulib/php": "^8.2-dev",
|
||||
"nulib/spout": "^8.2-dev",
|
||||
"nulib/phpss": "^8.2-dev",
|
||||
"nulib/tests": "^8.2",
|
||||
"ext-posix": "*",
|
||||
"ext-pcntl": "*",
|
||||
"ext-fileinfo": "*",
|
||||
|
|
Loading…
Reference in New Issue