diff --git a/.composer.pman.yml b/.composer.pman.yml index 2bb2369..5d33807 100644 --- a/.composer.pman.yml +++ b/.composer.pman.yml @@ -9,4 +9,4 @@ composer: dist: link: false require: - nulib/php: ^0.4.0p82 + nulib/php: ^0.5.0p82 diff --git a/.idea/nulib-spout.iml b/.idea/nulib-spout.iml index 461be9e..8f2160d 100644 --- a/.idea/nulib-spout.iml +++ b/.idea/nulib-spout.iml @@ -4,7 +4,7 @@ - + diff --git a/CHANGES.md b/CHANGES.md index 1ed7c17..56b0369 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## Release 0.5.0p74 du 30/04/2025-04:39 + +* `6c1c85b` remplacer nur_func par func +* `3cdcf49` support de multiples définitions pour border + ## Release 0.4.0p82 du 14/03/2025-15:40 ## Release 0.4.0p74 du 14/03/2025-15:35 diff --git a/VERSION.txt b/VERSION.txt index 1d0ba9e..8f0916f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.4.0 +0.5.0 diff --git a/composer.lock b/composer.lock index eda943d..d9c2ece 100644 --- a/composer.lock +++ b/composer.lock @@ -22,6 +22,8 @@ "require-dev": { "ext-curl": "*", "ext-pcntl": "*", + "ext-pdo": "*", + "ext-pgsql": "*", "ext-posix": "*", "ext-sqlite3": "*", "nulib/tests": "^8.2" @@ -913,16 +915,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.72.0", + "version": "v3.75.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "900389362c43d116fee1ffc51f7878145fa61b57" + "reference": "399a128ff2fdaf4281e4e79b755693286cdf325c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/900389362c43d116fee1ffc51f7878145fa61b57", - "reference": "900389362c43d116fee1ffc51f7878145fa61b57", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/399a128ff2fdaf4281e4e79b755693286cdf325c", + "reference": "399a128ff2fdaf4281e4e79b755693286cdf325c", "shasum": "" }, "require": { @@ -930,6 +932,7 @@ "composer/semver": "^3.4", "composer/xdebug-handler": "^3.0.3", "ext-filter": "*", + "ext-hash": "*", "ext-json": "*", "ext-tokenizer": "*", "fidry/cpu-core-counter": "^1.2", @@ -1004,7 +1007,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.72.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.75.0" }, "funding": [ { @@ -1012,7 +1015,7 @@ "type": "github" } ], - "time": "2025-03-13T11:25:37+00:00" + "time": "2025-03-31T18:40:42+00:00" }, { "name": "icecave/parity", @@ -2138,16 +2141,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.21", + "version": "1.12.25", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "14276fdef70575106a3392a4ed553c06a984df28" + "reference": "e310849a19e02b8bfcbb63147f495d8f872dd96f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/14276fdef70575106a3392a4ed553c06a984df28", - "reference": "14276fdef70575106a3392a4ed553c06a984df28", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e310849a19e02b8bfcbb63147f495d8f872dd96f", + "reference": "e310849a19e02b8bfcbb63147f495d8f872dd96f", "shasum": "" }, "require": { @@ -2192,7 +2195,7 @@ "type": "github" } ], - "time": "2025-03-09T09:24:50+00:00" + "time": "2025-04-27T12:20:45+00:00" }, { "name": "phpstan/phpstan-phpunit",