Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
8d7512e2bf | |||
65c74a1db6 | |||
706ae7dc58 | |||
a8951c11c5 | |||
2e0298bf06 | |||
16380cd157 | |||
91a9edb378 | |||
d62353b478 | |||
67ad1e472a | |||
4567f50599 | |||
19ffe721ce | |||
7e9031169d | |||
d70c1096c2 |
@ -9,4 +9,4 @@ composer:
|
||||
dist:
|
||||
link: false
|
||||
require:
|
||||
nulib/php: ^0.3.0p74
|
||||
nulib/php: ^0.4.0p74
|
@ -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
|
||||
'
|
||||
|
14
CHANGES.md
14
CHANGES.md
@ -1,3 +1,17 @@
|
||||
## 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
|
||||
* `85e9740` réorganiser les patches
|
||||
|
||||
## Release 0.3.0p82 du 01/03/2025-09:28
|
||||
|
||||
## Release 0.3.0p74 du 01/03/2025-09:23
|
||||
|
||||
release initiale
|
||||
|
@ -1 +1 @@
|
||||
0.3.0
|
||||
0.4.0
|
||||
|
36
composer.lock
generated
36
composer.lock
generated
@ -12,7 +12,7 @@
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "../nulib",
|
||||
"reference": "192a7f52c3b70f3f8ddc651f4be3992122c8ab04"
|
||||
"reference": "927915093af5196099ae26645c07e90ddf1b2330"
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
@ -747,16 +747,16 @@
|
||||
},
|
||||
{
|
||||
"name": "friendsofphp/php-cs-fixer",
|
||||
"version": "v3.70.0",
|
||||
"version": "v3.72.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
|
||||
"reference": "2ecd5aae0edc937f0d5aa4a22d1d705c6b2e084e"
|
||||
"reference": "900389362c43d116fee1ffc51f7878145fa61b57"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/2ecd5aae0edc937f0d5aa4a22d1d705c6b2e084e",
|
||||
"reference": "2ecd5aae0edc937f0d5aa4a22d1d705c6b2e084e",
|
||||
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/900389362c43d116fee1ffc51f7878145fa61b57",
|
||||
"reference": "900389362c43d116fee1ffc51f7878145fa61b57",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -786,18 +786,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",
|
||||
@ -838,7 +838,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.0"
|
||||
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.72.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -846,7 +846,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-02-22T23:30:51+00:00"
|
||||
"time": "2025-03-13T11:25:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
@ -1124,16 +1124,16 @@
|
||||
},
|
||||
{
|
||||
"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": {
|
||||
@ -1178,7 +1178,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-02-19T15:42:21+00:00"
|
||||
"time": "2025-03-09T09:24:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-phpunit",
|
||||
|
Loading…
Reference in New Issue
Block a user