<pman>deps de dev

This commit is contained in:
Jephté Clain 2025-03-14 15:30:22 +04:00
parent c1be1ee95a
commit df916ff29b

View File

@ -3,6 +3,10 @@
"type": "library",
"description": "wrapper pour phpoffice/phpspreadsheet",
"repositories": [
{
"type": "path",
"url": "../nulib"
},
{
"type": "composer",
"url": "https://repos.univ-reunion.fr/composer"
@ -15,7 +19,7 @@
}
},
"require": {
"nulib/php": "^0.4.0p82",
"nulib/php": "^8.2-dev",
"phpoffice/phpspreadsheet": "^3.3.0",
"php": "^8.2"
},