<pman>deps de dev

This commit is contained in:
Jephté Clain 2025-05-30 23:18:33 +04:00
parent 255400906c
commit c3c43b2435
2 changed files with 17 additions and 9 deletions

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.6.0p74",
"nulib/base": "^7.4-dev",
"phpoffice/phpspreadsheet": "^1.0",
"php": "^7.4"
},

20
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "046a2f42e01b302145e12c79bfb29587",
"content-hash": "6dc1632c00c3a9480171d34a2976d8f5",
"packages": [
{
"name": "composer/pcre",
@ -396,11 +396,11 @@
},
{
"name": "nulib/base",
"version": "0.6.0p74",
"source": {
"type": "git",
"url": "https://git.univ-reunion.fr/sda-php/nulib-base.git",
"reference": "ea531c41bcb054250b0efc334c6aaa6f77543070"
"version": "dev-dev74",
"dist": {
"type": "path",
"url": "../nulib-base",
"reference": "a319baec05c4022edc07f738a9f4cbad3e486b82"
},
"require": {
"ext-json": "*",
@ -443,7 +443,9 @@
}
],
"description": "fonctions et classes essentielles",
"time": "2025-05-30T18:35:54+00:00"
"transport-options": {
"relative": true
}
},
{
"name": "phpoffice/phpspreadsheet",
@ -2856,7 +2858,9 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {
"nulib/base": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {