<pman>Intégration de la branche rel82-0.4.0

This commit is contained in:
Jephté Clain 2025-03-14 15:41:00 +04:00
commit 2b2af6be95
6 changed files with 49 additions and 38 deletions

View File

@ -12,12 +12,16 @@ DIST=
NOAUTO=
AFTER_CREATE_RELEASE='
set -x
pman --composer-select-profile dist
composer u
composer u || exit 1
git commit -am "<pman>deps de dist"
true
'
AFTER_MERGE_RELEASE='
set -x
pman --composer-select-profile dev
composer u
composer u || exit 1
git commit -am "<pman>deps de dev"
true
'

View File

@ -9,4 +9,4 @@ composer:
dist:
link: false
require:
nulib/php: ^0.3.0p82
nulib/php: ^0.4.0p82

View File

@ -1,3 +1,10 @@
## Release 0.4.0p82 du 14/03/2025-15:40
## Release 0.4.0p74 du 14/03/2025-15:35
* `7e90311` tracer le hook
* `ddce350` ajout config .pman.yml
## Release 0.3.1p82 du 04/03/2025-12:17
* `519f341` application patch page_order

View File

@ -1 +1 @@
0.3.1
0.4.0

View File

@ -18,7 +18,7 @@
"openspout/openspout": "v4.27.0"
},
"require": {
"nulib/php": "^0.3.0p82",
"nulib/php": "^0.4.0p82",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-filter": "*",

66
composer.lock generated
View File

@ -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": {
@ -952,18 +952,18 @@
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0"
},
"require-dev": {
"facile-it/paraunit": "^1.3.1 || ^2.5",
"infection/infection": "^0.29.10",
"justinrainbow/json-schema": "^5.3 || ^6.0",
"facile-it/paraunit": "^1.3.1 || ^2.6",
"infection/infection": "^0.29.14",
"justinrainbow/json-schema": "^5.3 || ^6.2",
"keradus/cli-executor": "^2.1",
"mikey179/vfsstream": "^1.6.12",
"php-coveralls/php-coveralls": "^2.7",
"php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6",
"phpunit/phpunit": "^9.6.22 || ^10.5.45 || ^11.5.7",
"symfony/var-dumper": "^5.4.48 || ^6.4.18 || ^7.2.0",
"symfony/yaml": "^5.4.45 || ^6.4.18 || ^7.2.0"
"phpunit/phpunit": "^9.6.22 || ^10.5.45 || ^11.5.12",
"symfony/var-dumper": "^5.4.48 || ^6.4.18 || ^7.2.3",
"symfony/yaml": "^5.4.45 || ^6.4.18 || ^7.2.3"
},
"suggest": {
"ext-dom": "For handling output formats in XML",
@ -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,20 +2134,20 @@
"type": "github"
}
],
"time": "2025-01-26T19:54:45+00:00"
"time": "2025-03-12T08:01:40+00:00"
},
{
"name": "phpstan/phpstan",
"version": "1.12.19",
"version": "1.12.21",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "c42ba9bab7a940ed00092ecb1c77bad98896d789"
"reference": "14276fdef70575106a3392a4ed553c06a984df28"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c42ba9bab7a940ed00092ecb1c77bad98896d789",
"reference": "c42ba9bab7a940ed00092ecb1c77bad98896d789",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/14276fdef70575106a3392a4ed553c06a984df28",
"reference": "14276fdef70575106a3392a4ed553c06a984df28",
"shasum": ""
},
"require": {
@ -2192,7 +2192,7 @@
"type": "github"
}
],
"time": "2025-02-19T15:42:21+00:00"
"time": "2025-03-09T09:24:50+00:00"
},
{
"name": "phpstan/phpstan-phpunit",