From e05e9c554bd1a1ea063dfcf0828b63bb52783723 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Fri, 14 Mar 2025 15:40:48 +0400 Subject: [PATCH 1/2] Init changelog & version 0.4.0p82 --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3a24c49..1ed7c17 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## Release 0.4.0p82 du 14/03/2025-15:40 + ## Release 0.4.0p74 du 14/03/2025-15:35 * `7e90311` tracer le hook From a9fcd5a6543fa97bcac91b1f487c6b2dba917f6f Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Fri, 14 Mar 2025 15:41:00 +0400 Subject: [PATCH 2/2] deps de dist --- composer.json | 6 +----- composer.lock | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 27 deletions(-) diff --git a/composer.json b/composer.json index 17fe3b8..59ef416 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": "v4.27.0" }, "require": { - "nulib/php": "^8.2-dev", + "nulib/php": "^0.4.0p82", "ext-dom": "*", "ext-fileinfo": "*", "ext-filter": "*", diff --git a/composer.lock b/composer.lock index 8a032a8..eda943d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,15 +4,15 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0f5b3319349792d5979218c3eb2677c5", + "content-hash": "b8cc65f204cb4f352f82d67135a72dc8", "packages": [ { "name": "nulib/php", - "version": "0.3.4p82", + "version": "0.4.0p82", "source": { "type": "git", "url": "https://git.univ-reunion.fr/sda-php/nulib.git", - "reference": "cb86dd93bd494b407425b5205e70411e1331ce65" + "reference": "fd120298a91bddcaa3da2decd34b8f99853fb070" }, "require": { "ext-json": "*", @@ -50,7 +50,7 @@ } ], "description": "fonctions et classes essentielles", - "time": "2025-03-01T02:24:30+00:00" + "time": "2025-03-14T11:24:39+00:00" }, { "name": "symfony/deprecation-contracts", @@ -913,16 +913,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.70.2", + "version": "v3.72.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "1ca468270efbb75ce0c7566a79cca8ea2888584d" + "reference": "900389362c43d116fee1ffc51f7878145fa61b57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/1ca468270efbb75ce0c7566a79cca8ea2888584d", - "reference": "1ca468270efbb75ce0c7566a79cca8ea2888584d", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/900389362c43d116fee1ffc51f7878145fa61b57", + "reference": "900389362c43d116fee1ffc51f7878145fa61b57", "shasum": "" }, "require": { @@ -1004,7 +1004,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.70.2" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.72.0" }, "funding": [ { @@ -1012,7 +1012,7 @@ "type": "github" } ], - "time": "2025-03-03T21:07:23+00:00" + "time": "2025-03-13T11:25:37+00:00" }, { "name": "icecave/parity", @@ -1488,16 +1488,16 @@ }, { "name": "justinrainbow/json-schema", - "version": "6.2.0", + "version": "6.2.1", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", - "reference": "460c0a09407f4d0d47679476745c4185ff0f1961" + "reference": "dff04e3c7c11451a6b4e30709e17c44526ebff73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/460c0a09407f4d0d47679476745c4185ff0f1961", - "reference": "460c0a09407f4d0d47679476745c4185ff0f1961", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/dff04e3c7c11451a6b4e30709e17c44526ebff73", + "reference": "dff04e3c7c11451a6b4e30709e17c44526ebff73", "shasum": "" }, "require": { @@ -1558,9 +1558,9 @@ ], "support": { "issues": "https://github.com/jsonrainbow/json-schema/issues", - "source": "https://github.com/jsonrainbow/json-schema/tree/6.2.0" + "source": "https://github.com/jsonrainbow/json-schema/tree/6.2.1" }, - "time": "2025-02-26T20:58:15+00:00" + "time": "2025-03-06T21:27:10+00:00" }, { "name": "marc-mabe/php-enum", @@ -2040,16 +2040,16 @@ }, { "name": "phpbench/phpbench", - "version": "1.4.0", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/phpbench/phpbench.git", - "reference": "4248817222514421cba466bfa7adc7d8932345d4" + "reference": "78cd98a9aa34e0f8f80ca01972a8b88d2c30194b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpbench/phpbench/zipball/4248817222514421cba466bfa7adc7d8932345d4", - "reference": "4248817222514421cba466bfa7adc7d8932345d4", + "url": "https://api.github.com/repos/phpbench/phpbench/zipball/78cd98a9aa34e0f8f80ca01972a8b88d2c30194b", + "reference": "78cd98a9aa34e0f8f80ca01972a8b88d2c30194b", "shasum": "" }, "require": { @@ -2126,7 +2126,7 @@ ], "support": { "issues": "https://github.com/phpbench/phpbench/issues", - "source": "https://github.com/phpbench/phpbench/tree/1.4.0" + "source": "https://github.com/phpbench/phpbench/tree/1.4.1" }, "funding": [ { @@ -2134,7 +2134,7 @@ "type": "github" } ], - "time": "2025-01-26T19:54:45+00:00" + "time": "2025-03-12T08:01:40+00:00" }, { "name": "phpstan/phpstan",