diff --git a/CHANGES.md b/CHANGES.md index 50b525c..3c63cb1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## Release 0.7.1p82 du 22/10/2025-18:44 + ## Release 0.7.1p74 du 22/10/2025-18:40 ## Release 0.7.0p74 du 22/10/2025-18:38 diff --git a/composer.json b/composer.json index 3c82aa7..e453cd4 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,6 @@ "type": "library", "description": "wrapper pour openspout/openspout", "repositories": [ - { - "type": "path", - "url": "../nulib-base" - }, { "type": "composer", "url": "https://repos.univ-reunion.fr/composer" @@ -22,7 +18,7 @@ "openspout/openspout": "v4.27.0" }, "require": { - "nulib/base": "^8.2-dev", + "nulib/base": "^0.7.0p82", "ext-dom": "*", "ext-fileinfo": "*", "ext-filter": "*",