<pman>Intégration de la branche rel82-0.8.0

This commit is contained in:
Jephté Clain 2025-11-07 10:37:24 +04:00
commit cfda33c8ed
5 changed files with 20 additions and 12 deletions

View File

@ -9,4 +9,4 @@ composer:
dist: dist:
link: false link: false
require: require:
nulib/base: ^0.7.0p82 nulib/base: ^0.8.0p82

View File

@ -1,3 +1,7 @@
## Release 0.8.0p82 du 07/11/2025-10:37
## Release 0.8.0p74 du 07/11/2025-10:35
## Release 0.7.1p82 du 22/10/2025-19:00 ## Release 0.7.1p82 du 22/10/2025-19:00
## Release 0.7.1p74 du 22/10/2025-18:53 ## Release 0.7.1p74 du 22/10/2025-18:53

View File

@ -1 +1 @@
0.7.1 0.8.0

View File

@ -15,7 +15,7 @@
} }
}, },
"require": { "require": {
"nulib/base": "^0.7.0p82", "nulib/base": "^0.8.0p82",
"phpoffice/phpspreadsheet": "^3.3.0", "phpoffice/phpspreadsheet": "^3.3.0",
"php": "^8.2" "php": "^8.2"
}, },

22
composer.lock generated
View File

@ -812,7 +812,7 @@
"dist": { "dist": {
"type": "path", "type": "path",
"url": "../nulib-base", "url": "../nulib-base",
"reference": "b6d53059a3dc39d0aa9d4492c362e9f1d1cce16e" "reference": "aa7809124ae7ba3f6c3a04e410210d6949896bdd"
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
@ -841,9 +841,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": {
@ -957,16 +961,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": {
@ -988,7 +992,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"
@ -1057,9 +1061,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": "psr/cache", "name": "psr/cache",