<pman>deps de dev

This commit is contained in:
Jephté Clain 2025-03-01 13:26:41 +04:00
parent edf280abef
commit 3dad20558a

View File

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