<pman>deps de dev

This commit is contained in:
Jephté Clain 2025-04-30 04:40:14 +04:00
parent 00affe1feb
commit 4bd6aa2350
2 changed files with 17 additions and 9 deletions

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": "composer", "type": "composer",
"url": "https://repos.univ-reunion.fr/composer" "url": "https://repos.univ-reunion.fr/composer"
@ -18,7 +22,7 @@
"openspout/openspout": "v3.7.4" "openspout/openspout": "v3.7.4"
}, },
"require": { "require": {
"nulib/php": "^0.5.0p74", "nulib/php": "^7.4-dev",
"ext-dom": "*", "ext-dom": "*",
"ext-filter": "*", "ext-filter": "*",
"ext-libxml": "*", "ext-libxml": "*",

20
composer.lock generated
View File

@ -4,15 +4,15 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "fe6b4daee2e700fcdc3dc40c9ffe935d", "content-hash": "1096948ae214037700effae248ef800b",
"packages": [ "packages": [
{ {
"name": "nulib/php", "name": "nulib/php",
"version": "0.5.0p74", "version": "dev-dev74",
"source": { "dist": {
"type": "git", "type": "path",
"url": "https://git.univ-reunion.fr/sda-php/nulib.git", "url": "../nulib",
"reference": "4037bf20424eb48708e5fdf9fc8e10f2ef71d134" "reference": "1671354fd8eed5044d3f7593f3db9185f4c16bc6"
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
@ -52,7 +52,9 @@
} }
], ],
"description": "fonctions et classes essentielles", "description": "fonctions et classes essentielles",
"time": "2025-04-30T00:32:10+00:00" "transport-options": {
"relative": true
}
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -4571,7 +4573,9 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {
"nulib/php": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {