<pman>deps de dev

This commit is contained in:
Jephté Clain 2025-10-22 19:00:55 +04:00
parent 4b8ca63d5f
commit 0790fe954e

View File

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