diff --git a/composer.json b/composer.json index 386e154..2977459 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,6 @@ "type": "library", "description": "wrapper pour phpoffice/phpspreadsheet", "repositories": [ - { - "type": "path", - "url": "../nulib-base" - }, { "type": "composer", "url": "https://repos.univ-reunion.fr/composer" @@ -19,7 +15,7 @@ } }, "require": { - "nulib/base": "^7.4-dev", + "nulib/base": "^0.8.0p74", "phpoffice/phpspreadsheet": "^1.0", "php": "^7.4" }, diff --git a/composer.lock b/composer.lock index 8c23bd6..46105bd 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "6dc1632c00c3a9480171d34a2976d8f5", + "content-hash": "7df82896ba228767623d3ceb09a72a82", "packages": [ { "name": "composer/pcre", @@ -808,11 +808,11 @@ }, { "name": "nulib/base", - "version": "dev-dev74", - "dist": { - "type": "path", - "url": "../nulib-base", - "reference": "b6d53059a3dc39d0aa9d4492c362e9f1d1cce16e" + "version": "0.8.0p74", + "source": { + "type": "git", + "url": "https://git.univ-reunion.fr/sda-php/nulib-base.git", + "reference": "d14dcd25ee0157d4ec619cd2265b1ad6b2b35a57" }, "require": { "ext-json": "*", @@ -841,9 +841,13 @@ "php/bin/dumpser.php", "php/bin/json2yml.php", "php/bin/yml2json.php", + "php/bin/db.dump.php", "php/bin/sqlite.capacitor.php", + "php/bin/sqlite.load.php", + "php/bin/sqlite.dump.php", "php/bin/mysql.capacitor.php", - "php/bin/pgsql.capacitor.php" + "php/bin/pgsql.capacitor.php", + "php/bin/create-capacitor-channels.php" ], "type": "library", "extra": { @@ -870,9 +874,7 @@ } ], "description": "fonctions et classes essentielles", - "transport-options": { - "relative": true - } + "time": "2025-11-07T06:27:14+00:00" }, { "name": "phpmailer/phpmailer", @@ -957,16 +959,16 @@ }, { "name": "phpoffice/phpspreadsheet", - "version": "1.30.0", + "version": "1.30.1", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", - "reference": "2f39286e0136673778b7a142b3f0d141e43d1714" + "reference": "fa8257a579ec623473eabfe49731de5967306c4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/2f39286e0136673778b7a142b3f0d141e43d1714", - "reference": "2f39286e0136673778b7a142b3f0d141e43d1714", + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fa8257a579ec623473eabfe49731de5967306c4c", + "reference": "fa8257a579ec623473eabfe49731de5967306c4c", "shasum": "" }, "require": { @@ -988,7 +990,7 @@ "maennchen/zipstream-php": "^2.1 || ^3.0", "markbaker/complex": "^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-factory": "^1.0", "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" @@ -1057,9 +1059,9 @@ ], "support": { "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", @@ -4178,9 +4180,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "nulib/base": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {