<pman>deps de dev

This commit is contained in:
Jephté Clain 2025-05-30 22:43:44 +04:00
parent 049bfec80b
commit 590b4b1a7b

View File

@ -3,6 +3,10 @@
"type": "library", "type": "library",
"description": "wrapper pour openspout/openspout", "description": "wrapper pour openspout/openspout",
"repositories": [ "repositories": [
{
"type": "path",
"url": "../nulib"
},
{ {
"type": "path", "type": "path",
"url": "../nulib-base" "url": "../nulib-base"
@ -29,7 +33,7 @@
"ext-xmlreader": "*", "ext-xmlreader": "*",
"ext-zip": "*", "ext-zip": "*",
"php": "^7.4", "php": "^7.4",
"nulib/php": "^0.6.0p74" "nulib/php": "^7.4-dev"
}, },
"require-dev": { "require-dev": {
"nulib/tests": "^7.4", "nulib/tests": "^7.4",