diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..a5c1a7d --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,3 @@ +## Release 0.3.0p74 du 01/03/2025-09:23 + +release initiale diff --git a/VERSION.txt b/VERSION.txt new file mode 100644 index 0000000..0d91a54 --- /dev/null +++ b/VERSION.txt @@ -0,0 +1 @@ +0.3.0 diff --git a/composer.json b/composer.json index 329e133..1f19f97 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,6 @@ "type": "library", "description": "wrapper pour openspout/openspout", "repositories": [ - { - "type": "path", - "url": "../nulib" - }, { "type": "composer", "url": "https://repos.univ-reunion.fr/composer" @@ -22,7 +18,7 @@ "openspout/openspout": "v3.7.4" }, "require": { - "nulib/php": "^7.4-dev", + "nulib/php": "^0.3.0p74", "ext-dom": "*", "ext-filter": "*", "ext-libxml": "*",