From 429c271b201e695453604272f8bd06fffd44d690 Mon Sep 17 00:00:00 2001
From: Jephte Clain <Jephte.Clain@univ-reunion.fr>
Date: Sat, 1 Mar 2025 09:24:02 +0400
Subject: [PATCH 1/2] <pman>Init changelog & version 0.3.0p74

---
 CHANGES.md  | 3 +++
 VERSION.txt | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 CHANGES.md
 create mode 100644 VERSION.txt

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

From d3b67e6bb98732d2ae91a791ea29bbdb7c4d220f Mon Sep 17 00:00:00 2001
From: Jephte Clain <Jephte.Clain@univ-reunion.fr>
Date: Sat, 1 Mar 2025 09:24:41 +0400
Subject: [PATCH 2/2] maj deps

---
 composer.json | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

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": "*",