Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
e902acb446 | |||
9e4f41e38d | |||
5dcd04a969 | |||
0484d0fb13 | |||
609ccf4f43 |
@ -1,9 +1,13 @@
|
|||||||
|
## Release 0.4.0p82 du 14/03/2025-15:30
|
||||||
|
|
||||||
## Release 0.4.0p74 du 14/03/2025-15:27
|
## Release 0.4.0p74 du 14/03/2025-15:27
|
||||||
|
|
||||||
* maj nulib
|
* maj nulib
|
||||||
* `92017f6` tracer le hook
|
* `92017f6` tracer le hook
|
||||||
* `c19123a` ajout config .pman.yml
|
* `c19123a` ajout config .pman.yml
|
||||||
|
|
||||||
|
## Release 0.3.0p82 du 01/03/2025-13:24
|
||||||
|
|
||||||
## Release 0.3.0p74 du 01/03/2025-13:18
|
## Release 0.3.0p74 du 01/03/2025-13:18
|
||||||
|
|
||||||
release initiale
|
release initiale
|
||||||
|
@ -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.4.0p74",
|
"nulib/php": "^7.4-dev",
|
||||||
"phpoffice/phpspreadsheet": "^1.0",
|
"phpoffice/phpspreadsheet": "^1.0",
|
||||||
"php": "^7.4"
|
"php": "^7.4"
|
||||||
},
|
},
|
||||||
|
20
composer.lock
generated
20
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"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": "4bcf3eac04a923082745ca17b3c0e147",
|
"content-hash": "d4342f68b5a710c89ae6ee1159f698c9",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/pcre",
|
"name": "composer/pcre",
|
||||||
@ -396,11 +396,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nulib/php",
|
"name": "nulib/php",
|
||||||
"version": "0.4.0p74",
|
"version": "dev-dev74",
|
||||||
"source": {
|
"dist": {
|
||||||
"type": "git",
|
"type": "path",
|
||||||
"url": "https://git.univ-reunion.fr/sda-php/nulib.git",
|
"url": "../nulib",
|
||||||
"reference": "559feda663fc99f8baee2ba32f164b19bdd01927"
|
"reference": "927915093af5196099ae26645c07e90ddf1b2330"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
@ -438,7 +438,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "fonctions et classes essentielles",
|
"description": "fonctions et classes essentielles",
|
||||||
"time": "2025-03-14T11:23:41+00:00"
|
"transport-options": {
|
||||||
|
"relative": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpoffice/phpspreadsheet",
|
"name": "phpoffice/phpspreadsheet",
|
||||||
@ -2842,7 +2844,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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user