diff --git a/CHANGES.md b/CHANGES.md index 1787c27..7cf4946 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## Release 0.6.0p74 du 30/05/2025-22:43 + +modifier la dépendance de nulib/php à nulib/base + ## Release 0.5.0p82 du 30/04/2025-04:43 ## Release 0.5.0p74 du 30/04/2025-04:39 diff --git a/VERSION.txt b/VERSION.txt index 8f0916f..a918a2a 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.5.0 +0.6.0 diff --git a/composer.json b/composer.json index 91acbc3..00144ea 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,8 @@ "ext-libxml": "*", "ext-xmlreader": "*", "ext-zip": "*", - "php": "^7.4" + "php": "^7.4", + "nulib/php": "^0.6.0p74" }, "require-dev": { "nulib/tests": "^7.4",