feat: always sync full 24 months horizon of contingents

This commit is contained in:
Björn Fromme
2026-08-20 12:03:21 +02:00
parent 351fbab498
commit c1f0cda479
6 changed files with 41 additions and 42 deletions
Generated
+20 -21
View File
@@ -3120,24 +3120,24 @@
},
{
"name": "masterminds/html5",
"version": "2.10.1",
"version": "2.11.0",
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
"reference": "fd5018f6815fff903946d0564977b44ce8010e29"
"reference": "a1e7a2f88ee13635d86fc61cfbdf2306a76ddfc7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fd5018f6815fff903946d0564977b44ce8010e29",
"reference": "fd5018f6815fff903946d0564977b44ce8010e29",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/a1e7a2f88ee13635d86fc61cfbdf2306a76ddfc7",
"reference": "a1e7a2f88ee13635d86fc61cfbdf2306a76ddfc7",
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": ">=5.3.0"
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9 || ^10"
"phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10"
},
"type": "library",
"extra": {
@@ -3181,9 +3181,9 @@
],
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
"source": "https://github.com/Masterminds/html5-php/tree/2.10.1"
"source": "https://github.com/Masterminds/html5-php/tree/2.11.0"
},
"time": "2026-06-23T18:43:15+00:00"
"time": "2026-08-18T06:18:41+00:00"
},
{
"name": "monolog/monolog",
@@ -12001,16 +12001,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.95.18",
"version": "v3.95.20",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "a8b4e4216faabf67f4e96110ee99a48c96e4e683"
"reference": "4d6c9886a77dbc1db3b9eaca6472cedf9eb1fab7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a8b4e4216faabf67f4e96110ee99a48c96e4e683",
"reference": "a8b4e4216faabf67f4e96110ee99a48c96e4e683",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/4d6c9886a77dbc1db3b9eaca6472cedf9eb1fab7",
"reference": "4d6c9886a77dbc1db3b9eaca6472cedf9eb1fab7",
"shasum": ""
},
"require": {
@@ -12046,7 +12046,6 @@
"infection/infection": "^0.32.7",
"justinrainbow/json-schema": "^6.10.0",
"keradus/cli-executor": "^2.3",
"mikey179/vfsstream": "^1.6.12",
"php-coveralls/php-coveralls": "^2.9.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.8",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.8",
@@ -12094,7 +12093,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.95.18"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.20"
},
"funding": [
{
@@ -12102,7 +12101,7 @@
"type": "github"
}
],
"time": "2026-07-30T15:46:02+00:00"
"time": "2026-08-19T16:28:14+00:00"
},
{
"name": "myclabs/deep-copy",
@@ -13496,16 +13495,16 @@
},
{
"name": "rector/rector",
"version": "2.6.2",
"version": "2.6.3",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "03cd615cdd5648abb5f10ff3a684fdb976687190"
"reference": "7e46709996a4b3dc59e1d6ecbb6a38ace335bd58"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/03cd615cdd5648abb5f10ff3a684fdb976687190",
"reference": "03cd615cdd5648abb5f10ff3a684fdb976687190",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/7e46709996a4b3dc59e1d6ecbb6a38ace335bd58",
"reference": "7e46709996a4b3dc59e1d6ecbb6a38ace335bd58",
"shasum": ""
},
"require": {
@@ -13544,7 +13543,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.6.2"
"source": "https://github.com/rectorphp/rector/tree/2.6.3"
},
"funding": [
{
@@ -13552,7 +13551,7 @@
"type": "github"
}
],
"time": "2026-08-12T06:23:05+00:00"
"time": "2026-08-18T22:01:18+00:00"
},
{
"name": "sebastian/cli-parser",