<pman>deps de dev
This commit is contained in:
parent
1340c90d62
commit
eec9215431
@ -3,6 +3,18 @@
|
||||
"type": "library",
|
||||
"description": "espace de maturation pour les librairies",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../nulib"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../nulib-spout"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../nulib-phpss"
|
||||
},
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://repos.univ-reunion.fr/composer"
|
||||
@ -18,9 +30,9 @@
|
||||
"php": "^7.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"nulib/php": "^0.4.0p74",
|
||||
"nulib/spout": "^0.4.0p74",
|
||||
"nulib/phpss": "^0.4.0p74",
|
||||
"nulib/php": "^7.4-dev",
|
||||
"nulib/spout": "^7.4-dev",
|
||||
"nulib/phpss": "^7.4-dev",
|
||||
"nulib/tests": "^7.4",
|
||||
"ext-posix": "*",
|
||||
"ext-pcntl": "*",
|
||||
|
54
composer.lock
generated
54
composer.lock
generated
@ -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": "85c16d446d9a6899358782f7520bf3f6",
|
||||
"content-hash": "0b1e015d12aecf1cdfbdc6a702d83d25",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
@ -585,11 +585,11 @@
|
||||
},
|
||||
{
|
||||
"name": "nulib/php",
|
||||
"version": "0.4.0p74",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.univ-reunion.fr/sda-php/nulib.git",
|
||||
"reference": "559feda663fc99f8baee2ba32f164b19bdd01927"
|
||||
"version": "dev-dev74",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "../nulib",
|
||||
"reference": "927915093af5196099ae26645c07e90ddf1b2330"
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
@ -627,18 +627,20 @@
|
||||
}
|
||||
],
|
||||
"description": "fonctions et classes essentielles",
|
||||
"time": "2025-03-14T11:23:41+00:00"
|
||||
"transport-options": {
|
||||
"relative": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "nulib/phpss",
|
||||
"version": "0.4.0p74",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.univ-reunion.fr/sda-php/nulib-phpss.git",
|
||||
"reference": "1d8a88039f17242c72ff20cd01538b3fce8f8692"
|
||||
"version": "dev-dev74",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "../nulib-phpss",
|
||||
"reference": "9e4f41e38deef10993d859202988567db9d4fada"
|
||||
},
|
||||
"require": {
|
||||
"nulib/php": "^0.4.0p74",
|
||||
"nulib/php": "^7.4-dev",
|
||||
"php": "^7.4",
|
||||
"phpoffice/phpspreadsheet": "^1.0"
|
||||
},
|
||||
@ -669,15 +671,17 @@
|
||||
}
|
||||
],
|
||||
"description": "wrapper pour phpoffice/phpspreadsheet",
|
||||
"time": "2025-03-14T11:28:01+00:00"
|
||||
"transport-options": {
|
||||
"relative": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "nulib/spout",
|
||||
"version": "0.4.0p74",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.univ-reunion.fr/sda-php/nulib-spout.git",
|
||||
"reference": "b5836e61961838c7f6d6735cdb671d47e05315e0"
|
||||
"version": "dev-dev74",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "../nulib-spout",
|
||||
"reference": "65c74a1db6dda718aa20970ede3dfa4b4d32c791"
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
@ -685,7 +689,7 @@
|
||||
"ext-libxml": "*",
|
||||
"ext-xmlreader": "*",
|
||||
"ext-zip": "*",
|
||||
"nulib/php": "^0.4.0p74",
|
||||
"nulib/php": "^7.4-dev",
|
||||
"php": "^7.4"
|
||||
},
|
||||
"replace": {
|
||||
@ -723,7 +727,9 @@
|
||||
}
|
||||
],
|
||||
"description": "wrapper pour openspout/openspout",
|
||||
"time": "2025-03-14T11:36:53+00:00"
|
||||
"transport-options": {
|
||||
"relative": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "nulib/tests",
|
||||
@ -2937,7 +2943,11 @@
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"stability-flags": {
|
||||
"nulib/php": 20,
|
||||
"nulib/spout": 20,
|
||||
"nulib/phpss": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
|
Loading…
Reference in New Issue
Block a user