<pman>Intégration de la branche rel74-0.8.0
This commit is contained in:
commit
b11cc50143
@ -1,3 +1,7 @@
|
|||||||
|
## Release 0.8.0p74 du 07/11/2025-10:39
|
||||||
|
|
||||||
|
* `65fbe88` début migration ldap
|
||||||
|
|
||||||
## Release 0.7.0p82 du 22/10/2025-19:08
|
## Release 0.7.0p82 du 22/10/2025-19:08
|
||||||
|
|
||||||
## Release 0.7.0p74 du 22/10/2025-19:06
|
## Release 0.7.0p74 du 22/10/2025-19:06
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
0.7.0
|
0.8.0
|
||||||
|
|||||||
@ -3,18 +3,6 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"description": "espace de maturation pour les librairies",
|
"description": "espace de maturation pour les librairies",
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
|
||||||
"type": "path",
|
|
||||||
"url": "../nulib-base"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "path",
|
|
||||||
"url": "../nulib-spout"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "path",
|
|
||||||
"url": "../nulib-phpss"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
"url": "https://repos.univ-reunion.fr/composer"
|
"url": "https://repos.univ-reunion.fr/composer"
|
||||||
@ -30,9 +18,9 @@
|
|||||||
"php": "^7.4"
|
"php": "^7.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"nulib/base": "^7.4-dev",
|
"nulib/base": "^0.8.0p74",
|
||||||
"nulib/spout": "^7.4-dev",
|
"nulib/spout": "^0.8.0p74",
|
||||||
"nulib/phpss": "^7.4-dev",
|
"nulib/phpss": "^0.8.0p74",
|
||||||
"nulib/tests": "^7.4",
|
"nulib/tests": "^7.4",
|
||||||
"ext-posix": "*",
|
"ext-posix": "*",
|
||||||
"ext-pcntl": "*",
|
"ext-pcntl": "*",
|
||||||
|
|||||||
74
composer.lock
generated
74
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": "2dc79f259fa01ba2a990fbcb8fcec728",
|
"content-hash": "b80f028afa573b48945cac46de66b402",
|
||||||
"packages": [],
|
"packages": [],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
@ -997,11 +997,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nulib/base",
|
"name": "nulib/base",
|
||||||
"version": "dev-dev74",
|
"version": "0.8.0p74",
|
||||||
"dist": {
|
"source": {
|
||||||
"type": "path",
|
"type": "git",
|
||||||
"url": "../nulib-base",
|
"url": "https://git.univ-reunion.fr/sda-php/nulib-base.git",
|
||||||
"reference": "b6d53059a3dc39d0aa9d4492c362e9f1d1cce16e"
|
"reference": "d14dcd25ee0157d4ec619cd2265b1ad6b2b35a57"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
@ -1030,9 +1030,13 @@
|
|||||||
"php/bin/dumpser.php",
|
"php/bin/dumpser.php",
|
||||||
"php/bin/json2yml.php",
|
"php/bin/json2yml.php",
|
||||||
"php/bin/yml2json.php",
|
"php/bin/yml2json.php",
|
||||||
|
"php/bin/db.dump.php",
|
||||||
"php/bin/sqlite.capacitor.php",
|
"php/bin/sqlite.capacitor.php",
|
||||||
|
"php/bin/sqlite.load.php",
|
||||||
|
"php/bin/sqlite.dump.php",
|
||||||
"php/bin/mysql.capacitor.php",
|
"php/bin/mysql.capacitor.php",
|
||||||
"php/bin/pgsql.capacitor.php"
|
"php/bin/pgsql.capacitor.php",
|
||||||
|
"php/bin/create-capacitor-channels.php"
|
||||||
],
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@ -1059,20 +1063,18 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "fonctions et classes essentielles",
|
"description": "fonctions et classes essentielles",
|
||||||
"transport-options": {
|
"time": "2025-11-07T06:27:14+00:00"
|
||||||
"relative": true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nulib/phpss",
|
"name": "nulib/phpss",
|
||||||
"version": "dev-dev74",
|
"version": "0.8.0p74",
|
||||||
"dist": {
|
"source": {
|
||||||
"type": "path",
|
"type": "git",
|
||||||
"url": "../nulib-phpss",
|
"url": "https://git.univ-reunion.fr/sda-php/nulib-phpss.git",
|
||||||
"reference": "06802fe052af5259cd4a1d83d928025ed69bbefa"
|
"reference": "053e37d46ab818b619bfa43283c7357a24371cf0"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"nulib/base": "^7.4-dev",
|
"nulib/base": "^0.8.0p74",
|
||||||
"php": "^7.4",
|
"php": "^7.4",
|
||||||
"phpoffice/phpspreadsheet": "^1.0"
|
"phpoffice/phpspreadsheet": "^1.0"
|
||||||
},
|
},
|
||||||
@ -1103,17 +1105,15 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "wrapper pour phpoffice/phpspreadsheet",
|
"description": "wrapper pour phpoffice/phpspreadsheet",
|
||||||
"transport-options": {
|
"time": "2025-11-07T06:36:00+00:00"
|
||||||
"relative": true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nulib/spout",
|
"name": "nulib/spout",
|
||||||
"version": "dev-dev74",
|
"version": "0.8.0p74",
|
||||||
"dist": {
|
"source": {
|
||||||
"type": "path",
|
"type": "git",
|
||||||
"url": "../nulib-spout",
|
"url": "https://git.univ-reunion.fr/sda-php/nulib-spout.git",
|
||||||
"reference": "d843ef4600a6906debc9b6947971f7fe58e4869c"
|
"reference": "6270fec936bacf5f43fc29d900b3c8702ab61344"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
@ -1121,7 +1121,7 @@
|
|||||||
"ext-libxml": "*",
|
"ext-libxml": "*",
|
||||||
"ext-xmlreader": "*",
|
"ext-xmlreader": "*",
|
||||||
"ext-zip": "*",
|
"ext-zip": "*",
|
||||||
"nulib/base": "^7.4-dev",
|
"nulib/base": "^0.8.0p74",
|
||||||
"php": "^7.4"
|
"php": "^7.4"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
@ -1159,9 +1159,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "wrapper pour openspout/openspout",
|
"description": "wrapper pour openspout/openspout",
|
||||||
"transport-options": {
|
"time": "2025-11-07T06:32:08+00:00"
|
||||||
"relative": true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nulib/tests",
|
"name": "nulib/tests",
|
||||||
@ -1402,16 +1400,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpoffice/phpspreadsheet",
|
"name": "phpoffice/phpspreadsheet",
|
||||||
"version": "1.30.0",
|
"version": "1.30.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
||||||
"reference": "2f39286e0136673778b7a142b3f0d141e43d1714"
|
"reference": "fa8257a579ec623473eabfe49731de5967306c4c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/2f39286e0136673778b7a142b3f0d141e43d1714",
|
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fa8257a579ec623473eabfe49731de5967306c4c",
|
||||||
"reference": "2f39286e0136673778b7a142b3f0d141e43d1714",
|
"reference": "fa8257a579ec623473eabfe49731de5967306c4c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1433,7 +1431,7 @@
|
|||||||
"maennchen/zipstream-php": "^2.1 || ^3.0",
|
"maennchen/zipstream-php": "^2.1 || ^3.0",
|
||||||
"markbaker/complex": "^3.0",
|
"markbaker/complex": "^3.0",
|
||||||
"markbaker/matrix": "^3.0",
|
"markbaker/matrix": "^3.0",
|
||||||
"php": "^7.4 || ^8.0",
|
"php": ">=7.4.0 <8.5.0",
|
||||||
"psr/http-client": "^1.0",
|
"psr/http-client": "^1.0",
|
||||||
"psr/http-factory": "^1.0",
|
"psr/http-factory": "^1.0",
|
||||||
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
|
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
|
||||||
@ -1502,9 +1500,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
|
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
|
||||||
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.30.0"
|
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.30.1"
|
||||||
},
|
},
|
||||||
"time": "2025-08-10T06:28:02+00:00"
|
"time": "2025-10-26T16:01:04+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-code-coverage",
|
"name": "phpunit/php-code-coverage",
|
||||||
@ -4277,11 +4275,7 @@
|
|||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": [],
|
||||||
"nulib/base": 20,
|
|
||||||
"nulib/spout": 20,
|
|
||||||
"nulib/phpss": 20
|
|
||||||
},
|
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user