Create image with fix to validate in mado instance
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
Julie Lenaerts 2025-06-05 10:31:30 +02:00
parent bec75c57ab
commit 6d41e7c249
4 changed files with 905 additions and 1679 deletions

View File

@ -9,7 +9,7 @@
"ext-iconv": "*",
"champs-libres/wopi-bundle": "dev-master@dev",
"champs-libres/wopi-lib": "dev-master@dev",
"chill-project/chill-bundles": "3.11.0",
"chill-project/chill-bundles": "dev-fix_mado_to_validate@dev",
"chill-project/chill-deploy": "^1.0",
"graylog2/gelf-php": "^2.0",
"symfony/console": "5.4.*",

136
composer.lock generated
View File

@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "5cb2b6fa897b8cb6e8dfc626d30b69fc",
"content-hash": "1d5efc21c40a6282fb708ff1b4d5061d",
"packages": [
{
"name": "brick/math",
"version": "0.12.3",
"version": "0.13.1",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
"reference": "866551da34e9a618e64a819ee1e01c20d8a588ba"
"reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba",
"reference": "866551da34e9a618e64a819ee1e01c20d8a588ba",
"url": "https://api.github.com/repos/brick/math/zipball/fc7ed316430118cc7836bf45faff18d5dfc8de04",
"reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04",
"shasum": ""
},
"require": {
@ -56,7 +56,7 @@
],
"support": {
"issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.12.3"
"source": "https://github.com/brick/math/tree/0.13.1"
},
"funding": [
{
@ -64,7 +64,7 @@
"type": "github"
}
],
"time": "2025-02-28T13:11:00+00:00"
"time": "2025-03-29T13:50:30+00:00"
},
{
"name": "champs-libres/wopi-bundle",
@ -185,16 +185,16 @@
},
{
"name": "chill-project/chill-bundles",
"version": "v3.11.0",
"version": "dev-fix_mado_to_validate",
"source": {
"type": "git",
"url": "https://gitlab.com/Chill-Projet/chill-bundles.git",
"reference": "b830952b9e21732d02a3fba62c9c33f4aa35b9ef"
"reference": "7433bf91e7827452e9f173ea6346377e474681f0"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=b830952b9e21732d02a3fba62c9c33f4aa35b9ef",
"reference": "b830952b9e21732d02a3fba62c9c33f4aa35b9ef",
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=7433bf91e7827452e9f173ea6346377e474681f0",
"reference": "7433bf91e7827452e9f173ea6346377e474681f0",
"shasum": ""
},
"require": {
@ -343,9 +343,9 @@
],
"support": {
"issues": "https://gitlab.com/Chill-Projet/chill-bundles/-/issues",
"source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/v3.11.0"
"source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/fix_mado_to_validate"
},
"time": "2025-04-17T14:22:35+00:00"
"time": "2025-06-05T10:13:23+00:00"
},
{
"name": "chill-project/chill-deploy",
@ -5054,20 +5054,20 @@
},
{
"name": "ramsey/uuid",
"version": "4.7.6",
"version": "4.8.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "91039bc1faa45ba123c4328958e620d382ec7088"
"reference": "fdf4dd4e2ff1813111bd0ad58d7a1ddbb5b56c28"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
"reference": "91039bc1faa45ba123c4328958e620d382ec7088",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/fdf4dd4e2ff1813111bd0ad58d7a1ddbb5b56c28",
"reference": "fdf4dd4e2ff1813111bd0ad58d7a1ddbb5b56c28",
"shasum": ""
},
"require": {
"brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
"brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13",
"ext-json": "*",
"php": "^8.0",
"ramsey/collection": "^1.2 || ^2.0"
@ -5076,26 +5076,23 @@
"rhumsaa/uuid": "self.version"
},
"require-dev": {
"captainhook/captainhook": "^5.10",
"captainhook/captainhook": "^5.25",
"captainhook/plugin-composer": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.8",
"ergebnis/composer-normalize": "^2.15",
"mockery/mockery": "^1.3",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"ergebnis/composer-normalize": "^2.47",
"mockery/mockery": "^1.6",
"paragonie/random-lib": "^2",
"php-mock/php-mock": "^2.2",
"php-mock/php-mock-mockery": "^1.3",
"php-parallel-lint/php-parallel-lint": "^1.1",
"phpbench/phpbench": "^1.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^8.5 || ^9",
"ramsey/composer-repl": "^1.4",
"slevomat/coding-standard": "^8.4",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.9"
"php-mock/php-mock": "^2.6",
"php-mock/php-mock-mockery": "^1.5",
"php-parallel-lint/php-parallel-lint": "^1.4.0",
"phpbench/phpbench": "^1.2.14",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-mockery": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^9.6",
"slevomat/coding-standard": "^8.18",
"squizlabs/php_codesniffer": "^3.13"
},
"suggest": {
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
@ -5130,19 +5127,9 @@
],
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
"source": "https://github.com/ramsey/uuid/tree/4.7.6"
"source": "https://github.com/ramsey/uuid/tree/4.8.1"
},
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
"type": "tidelift"
}
],
"time": "2024-04-27T21:32:50+00:00"
"time": "2025-06-01T06:28:46+00:00"
},
{
"name": "ramsey/uuid-doctrine",
@ -6208,16 +6195,16 @@
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.5.1",
"version": "v3.6.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
"reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
"reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
"shasum": ""
},
"require": {
@ -6230,7 +6217,7 @@
"name": "symfony/contracts"
},
"branch-alias": {
"dev-main": "3.5-dev"
"dev-main": "3.6-dev"
}
},
"autoload": {
@ -6255,7 +6242,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
},
"funding": [
{
@ -6271,7 +6258,7 @@
"type": "tidelift"
}
],
"time": "2024-09-25T14:20:29+00:00"
"time": "2024-09-25T14:21:43+00:00"
},
{
"name": "symfony/doctrine-bridge",
@ -7038,16 +7025,16 @@
},
{
"name": "symfony/flex",
"version": "v2.5.1",
"version": "v2.7.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "62d5c38c7af6280d8605b725364680838b475641"
"reference": "4ae50d368415a06820739e54d38a4a29d6df9155"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/62d5c38c7af6280d8605b725364680838b475641",
"reference": "62d5c38c7af6280d8605b725364680838b475641",
"url": "https://api.github.com/repos/symfony/flex/zipball/4ae50d368415a06820739e54d38a4a29d6df9155",
"reference": "4ae50d368415a06820739e54d38a4a29d6df9155",
"shasum": ""
},
"require": {
@ -7086,7 +7073,7 @@
"description": "Composer plugin for Symfony",
"support": {
"issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v2.5.1"
"source": "https://github.com/symfony/flex/tree/v2.7.1"
},
"funding": [
{
@ -7102,7 +7089,7 @@
"type": "tidelift"
}
],
"time": "2025-05-10T14:05:03+00:00"
"time": "2025-05-28T14:22:54+00:00"
},
{
"name": "symfony/form",
@ -11160,16 +11147,16 @@
},
{
"name": "symfony/ux-translator",
"version": "v2.24.0",
"version": "v2.25.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/ux-translator.git",
"reference": "a829b5c83ed676a8e848dce90dd6d42f12e90be6"
"reference": "7446dbe3987c297098d8d17987b824416f71a6b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/ux-translator/zipball/a829b5c83ed676a8e848dce90dd6d42f12e90be6",
"reference": "a829b5c83ed676a8e848dce90dd6d42f12e90be6",
"url": "https://api.github.com/repos/symfony/ux-translator/zipball/7446dbe3987c297098d8d17987b824416f71a6b0",
"reference": "7446dbe3987c297098d8d17987b824416f71a6b0",
"shasum": ""
},
"require": {
@ -11216,7 +11203,7 @@
"symfony-ux"
],
"support": {
"source": "https://github.com/symfony/ux-translator/tree/v2.24.0"
"source": "https://github.com/symfony/ux-translator/tree/v2.25.2"
},
"funding": [
{
@ -11232,7 +11219,7 @@
"type": "tidelift"
}
],
"time": "2025-03-09T21:10:04+00:00"
"time": "2025-05-19T11:54:27+00:00"
},
{
"name": "symfony/validator",
@ -11438,16 +11425,16 @@
},
{
"name": "symfony/var-exporter",
"version": "v6.4.21",
"version": "v6.4.22",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "717e7544aa99752c54ecba5c0e17459c48317472"
"reference": "f28cf841f5654955c9f88ceaf4b9dc29571988a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/717e7544aa99752c54ecba5c0e17459c48317472",
"reference": "717e7544aa99752c54ecba5c0e17459c48317472",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/f28cf841f5654955c9f88ceaf4b9dc29571988a9",
"reference": "f28cf841f5654955c9f88ceaf4b9dc29571988a9",
"shasum": ""
},
"require": {
@ -11495,7 +11482,7 @@
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v6.4.21"
"source": "https://github.com/symfony/var-exporter/tree/v6.4.22"
},
"funding": [
{
@ -11511,7 +11498,7 @@
"type": "tidelift"
}
],
"time": "2025-04-27T21:06:26+00:00"
"time": "2025-05-14T13:00:13+00:00"
},
{
"name": "symfony/webpack-encore-bundle",
@ -12915,7 +12902,8 @@
"minimum-stability": "stable",
"stability-flags": {
"champs-libres/wopi-bundle": 20,
"champs-libres/wopi-lib": 20
"champs-libres/wopi-lib": 20,
"chill-project/chill-bundles": 20
},
"prefer-stable": true,
"prefer-lowest": false,

View File

@ -69,6 +69,15 @@
"config/routes/annotations.yaml"
]
},
"doctrine/deprecations": {
"version": "1.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.0",
"ref": "87424683adc81d7dc305eefec1fced883084aab9"
}
},
"doctrine/doctrine-bundle": {
"version": "2.12",
"recipe": {

2437
yarn.lock

File diff suppressed because it is too large Load Diff