diff --git a/composer.json b/composer.json index 1b9191b..f70c7b5 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,10 @@ "type": "library", "description": "wrapper pour phpoffice/phpspreadsheet", "repositories": [ + { + "type": "path", + "url": "../nulib" + }, { "type": "composer", "url": "https://repos.univ-reunion.fr/composer" @@ -15,7 +19,7 @@ } }, "require": { - "nulib/php": "^0.5.0p82", + "nulib/php": "^8.2-dev", "phpoffice/phpspreadsheet": "^3.3.0", "php": "^8.2" }, diff --git a/composer.lock b/composer.lock index cb2a7d1..ca965af 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": "43cfff303044dd9941cd96395f1c64d6", + "content-hash": "34445aa6f912ea531f9bda732789af63", "packages": [ { "name": "composer/pcre", @@ -272,11 +272,11 @@ }, { "name": "nulib/php", - "version": "0.5.0p82", - "source": { - "type": "git", - "url": "https://git.univ-reunion.fr/sda-php/nulib.git", - "reference": "9f8b6545e68079728bb7349487b99024bd7d5090" + "version": "dev-dev82", + "dist": { + "type": "path", + "url": "../nulib", + "reference": "a8094658d8ae21c9e66fba3120b9efede4d54ce7" }, "require": { "ext-json": "*", @@ -316,7 +316,9 @@ } ], "description": "fonctions et classes essentielles", - "time": "2025-04-30T00:33:36+00:00" + "transport-options": { + "relative": true + } }, { "name": "phpoffice/phpspreadsheet", @@ -2519,7 +2521,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "nulib/php": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {