maj deps php8.2

This commit is contained in:
Jephté Clain 2024-11-29 07:29:55 +04:00
parent 664a713c0a
commit 53188fd2d8
2 changed files with 12 additions and 8 deletions

View File

@ -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 #REGISTRY=pubdocker.univ-reunion.fr

View File

@ -19,22 +19,26 @@
} }
}, },
"replace": { "replace": {
"openspout/openspout": "v3.7.4" "openspout/openspout": "v4.27.0"
}, },
"require": { "require": {
"nulib/php": "^7.4-dev", "nulib/php": "^8.2-dev",
"ext-dom": "*", "ext-dom": "*",
"ext-fileinfo": "*",
"ext-filter": "*", "ext-filter": "*",
"ext-libxml": "*", "ext-libxml": "*",
"ext-xmlreader": "*", "ext-xmlreader": "*",
"ext-zip": "*", "ext-zip": "*",
"php": "^7.4" "php": "^8.2"
}, },
"require-dev": { "require-dev": {
"nulib/tests": "^7.4", "nulib/tests": "^8.2",
"friendsofphp/php-cs-fixer": "^3.4", "friendsofphp/php-cs-fixer": "^3.64.0",
"phpstan/phpstan": "^1.4", "infection/infection": "^0.29.6",
"phpstan/phpstan-phpunit": "^1.0", "phpbench/phpbench": "^1.3.1",
"phpstan/phpstan": "^1.12.4",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.1",
"ext-zlib": "*" "ext-zlib": "*"
}, },
"autoload": { "autoload": {