diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..e10d072 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,3 @@ +## Release 0.3.0p74 du 01/03/2025-13:18 + +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 2aa641b..1e0216a 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,6 @@ "type": "library", "description": "wrapper pour phpoffice/phpspreadsheet", "repositories": [ - { - "type": "path", - "url": "../nulib" - }, { "type": "composer", "url": "https://repos.univ-reunion.fr/composer" @@ -19,7 +15,7 @@ } }, "require": { - "nulib/php": "^7.4-dev", + "nulib/php": "^0.3.0p74", "phpoffice/phpspreadsheet": "^1.0", "php": "^7.4" },